aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
AgeCommit message (Expand)Author
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-12gfs2: switch to ->iterate_shared()Al Viro
2016-05-02gfs2: use inode_lock/unlock instead of accessing i_mutex directlyAbhi Das
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-04-19GFS2: Add calls to gfs2_holder_uninit in two error handlersDaniel DeFreez
2016-04-05gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read()Abhi Das
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-12-22gfs2: fix flock panic issueJunxiao Bi
2015-12-14GFS2: Reduce size of incore inodeBob Peterson
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson
2015-11-10gfs2: Automatically set GFS2_DIF_SYSTEM flag on system filesAbhi Das
2015-11-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington
2015-09-22GFS2: fallocate: do not rely on file_update_time to mark the inode dirtyAndrew Price
2015-06-27Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds
2015-06-09gfs2: Don't support fallocate on jdata filesAbhi Das
2015-05-05GFS2: make sure S_NOSEC flag isn't overwrittenBenjamin Marzinski
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-14Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-18gfs2: allow fallocate to max out quotas/fs efficientlyAbhi Das
2015-03-18gfs2: perform quota checks against allocation parametersAbhi Das
2015-03-18GFS2: Move gfs2_file_splice_write outside of #ifdefBob Peterson
2015-03-18GFS2: Allocate reservation during splice_writeBob Peterson
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o
2014-11-14GFS2: Update timestamps on fallocateAndrew Price
2014-11-14GFS2: Update i_size properly on fallocateAndrew Price
2014-11-14GFS2: Use inode_newsize_ok and get_write_access in fallocateAndrew Price
2014-11-03GFS2: Only increase rs_sizehintBob Peterson
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-09-09locks: consolidate "nolease" routinesJeff Layton
2014-08-21GFS2: Request demote when a "try" flock failsBob Peterson
2014-07-18GFS2: Allow caching of glocks for flockBob Peterson
2014-07-18GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-05-16GFS2: fs/gfs2/file.c: kernel-doc warning fixesFabian Frederick
2014-05-14GFS2: remove transaction glockBenjamin Marzinski
2014-05-06gfs2: switch to ->write_iter()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov