aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/file.c
AgeCommit message (Expand)Author
2013-06-03GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-04GFS2: Fix unlock of fcntl locks during withdrawn stateSteven Whitehouse
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-11-07GFS2: Add Orlov allocatorSteven Whitehouse
2012-11-07GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski
2012-11-07GFS2: Clean up some unused assignmentsAndrew Price
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-09-24GFS2: Remove rs_requested field from reservationsSteven Whitehouse
2012-09-13GFS2: Make write size hinting code commonSteven Whitehouse
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31gfs2: Convert to new freezing mechanismJan Kara
2012-07-31gfs2: Push file_update_time() into gfs2_page_mkwrite()Jan Kara
2012-07-20GFS2: Eliminate 64-bit dividesBob Peterson
2012-07-19GFS2: Reduce file fragmentationBob Peterson
2012-06-06GFS2: Add "top dir" flag supportSteven Whitehouse
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson
2012-06-06GFS2: Extend the life of the reservationsBob Peterson
2012-04-24GFS2: Rename function gfs2_close to gfs2_releaseBob Peterson
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