aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-21GFS2: Request demote when a "try" flock failsBob Peterson1-3/+12
2014-07-18GFS2: Allow caching of glocks for flockBob Peterson1-1/+1
2014-07-18GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+14
2014-06-12->splice_write() via ->write_iter()Al Viro1-2/+2
2014-05-16GFS2: fs/gfs2/file.c: kernel-doc warning fixesFabian Frederick1-5/+5
2014-05-14GFS2: remove transaction glockBenjamin Marzinski1-1/+1
2014-05-06gfs2: switch to ->write_iter()Al Viro1-10/+8
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-4/+4
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-02-06GFS2: Lock i_mutex and use a local gfs2_holder for fallocateBob Peterson1-4/+9
2013-10-02GFS2: Add allocation parameters structureSteven Whitehouse1-2/+6
2013-09-27GFS2: Clean up reservation removalSteven Whitehouse1-1/+1
2013-09-05GFS2: dirty inode correctly in gfs2_write_endBenjamin Marzinski1-1/+3
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-23/+46
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-1/+1
2013-06-29[readdir] convert gfs2Al Viro1-15/+8
2013-06-14GFS2: Add atomic_open supportSteven Whitehouse1-23/+46
2013-06-03GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson1-6/+13
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-04GFS2: Fix unlock of fcntl locks during withdrawn stateSteven Whitehouse1-1/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+8
2013-02-22new helper: file_inode(file)Al Viro1-9/+8
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-1/+1
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse1-2/+2
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-5/+5
2012-11-07GFS2: Add Orlov allocatorSteven Whitehouse1-2/+2
2012-11-07GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski1-7/+5
2012-11-07GFS2: Clean up some unused assignmentsAndrew Price1-2/+0
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-09-24GFS2: Remove rs_requested field from reservationsSteven Whitehouse1-2/+2
2012-09-13GFS2: Make write size hinting code commonSteven Whitehouse1-4/+27
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+6
2012-07-31gfs2: Convert to new freezing mechanismJan Kara1-12/+3
2012-07-31gfs2: Push file_update_time() into gfs2_page_mkwrite()Jan Kara1-0/+3
2012-07-20GFS2: Eliminate 64-bit dividesBob Peterson1-3/+3
2012-07-19GFS2: Reduce file fragmentationBob Peterson1-13/+11
2012-06-06GFS2: Add "top dir" flag supportSteven Whitehouse1-0/+4
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson1-16/+6
2012-06-06GFS2: Extend the life of the reservationsBob Peterson1-3/+20
2012-04-24GFS2: Rename function gfs2_close to gfs2_releaseBob Peterson1-6/+6
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro1-1/+0
2012-03-09GFS2: call gfs2_write_alloc_required for each chunkBenjamin Marzinski1-5/+8
2012-02-28GFS2: FITRIM ioctl supportSteven Whitehouse1-0/+2
2012-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-16/+18
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson1-14/+11
2011-11-21GFS2: O_(D)SYNC support for fallocateSteven Whitehouse1-0/+5