aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_file.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-18GFS2: high time to take some time over atimeGravatar Steven Whitehouse 1-8/+8
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwGravatar Linus Torvalds 1-24/+14
2008-07-10[GFS2] Remove support for unused and pointless flagGravatar Steven Whitehouse 1-17/+2
2008-07-03[GFS2] don't call permission()Gravatar Miklos Szeredi 1-2/+9
2008-07-02Remove BKL from remote_llseek v2Gravatar Andi Kleen 1-2/+2
2008-06-27[GFS2] Clean up the glock coreGravatar Steven Whitehouse 1-5/+3
2008-03-31[GFS2] Streamline quota lock/check for no-quota caseGravatar Steven Whitehouse 1-4/+1
2008-03-31[GFS2] gfs2/ops_file.c should #include "ops_inode.h"Gravatar Adrian Bunk 1-0/+1
2008-03-31[GFS2] Remove lm.[ch] and distribute contentGravatar Steven Whitehouse 1-1/+30
2008-01-25[GFS2] Fix page_mkwrite truncation race pathGravatar Steven Whitehouse 1-0/+1
2008-01-25[GFS2] Reduce inode size by moving i_alloc out of lineGravatar Steven Whitehouse 1-2/+4
2008-01-25[GFS2] Remove function gfs2_get_blockGravatar Bob Peterson 1-1/+1
2008-01-25[GFS2] Remove unused variableGravatar Steven Whitehouse 1-1/+0
2008-01-25[GFS2] Remove lock methods for lock_nolock protocolGravatar Wendy Cheng 1-12/+24
2008-01-25[GFS2] Introduce gfs2_set_aops()Gravatar Steven Whitehouse 1-1/+12
2008-01-25[GFS2] Use ->page_mkwrite() for mmap()Gravatar Steven Whitehouse 1-10/+121
2008-01-25[GFS2] Clean up internal read functionGravatar Steven Whitehouse 1-45/+0
2007-10-17fs: correct SuS compliance for open of large file without optionsGravatar Alan Cox 1-1/+1
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+2
2007-10-10[GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118!Gravatar Abhijith Das 1-7/+6
2007-10-09GFS2: clean up explicit check for mandatory locksGravatar Pavel Emelyanov 1-2/+2
2007-08-14[GFS2] Fix setting of inherit jdata attrGravatar Steven Whitehouse 1-12/+17
2007-07-31rename setlease to generic_setleaseGravatar Christoph Hellwig 1-1/+1
2007-07-19mm: fault feedback #1Gravatar Nick Piggin 1-2/+0
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Gravatar Nick Piggin 1-1/+1
2007-07-19mm: fix fault vs invalidate race for linear mappingsGravatar Nick Piggin 1-0/+2
2007-07-18gfs2: stop giving out non-cluster-coherent leasesGravatar Marc Eshel 1-0/+24
2007-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwGravatar Linus Torvalds 1-2/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+0
2007-07-09[GFS2] Clean up inode number handlingGravatar Steven Whitehouse 1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-06gfs2: nfs lock support for gfs2Gravatar Marc Eshel 1-0/+5
2007-05-06locks: give posix_test_lock same interface as ->lockGravatar Marc Eshel 1-6/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-05[GFS2] Clean up/speed up readdirGravatar Steven Whitehouse 1-51/+1
2006-12-08[PATCH] struct path: convert gfs2Gravatar Josef Sipek 1-3/+3
2006-12-07[GFS2] Change gfs2_fsync() to use write_inode_now()Gravatar Steven Whitehouse 1-5/+6
2006-11-30[GFS2] Don't flush everything on fdatasyncGravatar Steven Whitehouse 1-3/+27
2006-11-30[GFS2] Remove unused function from inode.cGravatar Steven Whitehouse 1-1/+1
2006-11-30[GFS2] Only set inode flags when requiredGravatar Steven Whitehouse 1-0/+19
2006-11-30[GFS2] Shrink gfs2_inode (3) - di_modeGravatar Steven Whitehouse 1-3/+3
2006-11-30[GFS2] Change argument of gfs2_dinode_outGravatar Steven Whitehouse 1-1/+1
2006-11-30[GFS2] gfs2 __user misannotation fixGravatar Al Viro 1-2/+2
2006-11-30[GFS2] split and annotate gfs2_inumGravatar Al Viro 1-1/+1
2006-10-02[GFS2] Remove iflags.h, use FS_Gravatar Steven Whitehouse 1-27/+47
2006-10-02[GFS2] Fix code style/indent in ops_file.cGravatar Steven Whitehouse 1-3/+4
2006-10-02[GFS2] streamline-generic_file_-interfaces-and-filemap gfs fixGravatar Andrew Morton 1-2/+2
2006-10-02[GFS2] Remove readv/writev methods and use aio_read/aio_write instead (gfs bits)Gravatar Badari Pulavarty 1-2/+0
2006-09-25[GFS2/DLM] Fix trailing whitespaceGravatar Steven Whitehouse 1-3/+3
2006-09-19[GFS2] Remove "NFS only" readdir pathGravatar Steven Whitehouse 1-178/+9