aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-4/+4
2015-09-22GFS2: fallocate: do not rely on file_update_time to mark the inode dirtyAndrew Price1-1/+1
2015-06-27Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-2/+2
2015-06-09gfs2: Don't support fallocate on jdata filesAbhi Das1-1/+1
2015-05-05GFS2: make sure S_NOSEC flag isn't overwrittenBenjamin Marzinski1-1/+1
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2015-04-14Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-30/+71
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-4/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-03-18gfs2: allow fallocate to max out quotas/fs efficientlyAbhi Das1-23/+47
2015-03-18gfs2: perform quota checks against allocation parametersAbhi Das1-7/+8
2015-03-18GFS2: Move gfs2_file_splice_write outside of #ifdefBob Peterson1-16/+16
2015-03-18GFS2: Allocate reservation during splice_writeBob Peterson1-2/+18
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-2/+2
2014-11-14GFS2: Update timestamps on fallocateAndrew Price1-1/+2
2014-11-14GFS2: Update i_size properly on fallocateAndrew Price1-9/+6
2014-11-14GFS2: Use inode_newsize_ok and get_write_access in fallocateAndrew Price1-22/+44
2014-11-03GFS2: Only increase rs_sizehintBob Peterson1-1/+2
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-21/+1
2014-09-09locks: consolidate "nolease" routinesJeff Layton1-21/+1
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