summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
AgeCommit message (Expand)Author
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro
2012-03-09GFS2: call gfs2_write_alloc_required for each chunkBenjamin Marzinski
2012-02-28GFS2: FITRIM ioctl supportSteven Whitehouse
2012-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson
2011-11-21GFS2: O_(D)SYNC support for fallocateSteven Whitehouse
2011-11-08GFS2: More automated code analysis fixesSteven Whitehouse
2011-11-08GFS2: Add readahead to sequential directory traversalBob Peterson
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen
2011-10-21GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski
2011-10-21GFS2: Clean up ->page_mkwriteSteven Whitehouse
2011-10-21GFS2: Fix AIL flush issue during fsyncSteven Whitehouse
2011-10-21GFS2: Cache the most recently used resource group in the inodeSteven Whitehouse
2011-10-21GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been addedSteven Whitehouse
2011-10-21GFS2: Use ->dirty_inode()Steven Whitehouse
2011-10-21GFS2: Fix bug trap and journaled data fsyncSteven Whitehouse
2011-10-21GFS2: Split data write & wait in fsyncSteven Whitehouse
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-15GFS2: Add S_NOSEC supportSteven Whitehouse
2011-05-03GFS2: make sure fallocate bytes is a multiple of blksizeBenjamin Marzinski
2011-04-20GFS2: Clean up fsync()Steven Whitehouse
2011-04-18GFS2: directly write blocks past i_sizeBenjamin Marzinski
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-11GFS2: fix block allocation check for fallocateBenjamin Marzinski
2011-03-09GFS2: Remove potential race in flock codeSteven Whitehouse
2011-02-02GFS2: Improve cluster mmap scalabilitySteven Whitehouse
2011-01-17fallocate should be a file operationChristoph Hellwig
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann
2010-09-28GFS2: reserve more blocks for transactionsBenjamin Marzinski
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredBob Peterson
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-24GFS2: Fix permissions checking for setflags ioctl()Steven Whitehouse
2010-03-11GFS2: Skip check for mandatory locks when unlockingSachin Prabhu
2010-01-08GFS2: Ensure uptodate inode size when using O_APPENDSteven Whitehouse
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-08-26GFS2: Clean up of extended attribute supportSteven Whitehouse
2009-06-03GFS2: Remove unused variableSteven Whitehouse
2009-06-02GFS2: smbd proccess hangs with flock() call.Abhijith Das