summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-26/+2
|\
| * switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-26/+2
* | gfs2: Update file times after grabbing glockAndreas Gruenbacher2016-09-261-3/+3
|/
* gfs2: Lock holder cleanupAndreas Gruenbacher2016-06-271-1/+1
* Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2016-05-201-3/+28
|\
| * gfs2: use inode_lock/unlock instead of accessing i_mutex directlyAbhi Das2016-05-021-3/+3
| * GFS2: Add calls to gfs2_holder_uninit in two error handlersDaniel DeFreez2016-04-191-1/+2
| * gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read()Abhi Das2016-04-051-2/+26
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-1/+4
|\ \
| * | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+4
* | | gfs2: switch to ->iterate_shared()Al Viro2016-05-121-2/+2
|/ /
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-8/+8
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* gfs2: fix flock panic issueJunxiao Bi2015-12-221-1/+4
* GFS2: Reduce size of incore inodeBob Peterson2015-12-141-1/+1
* GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson2015-12-141-10/+5
* GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson2015-11-241-5/+5
* gfs2: Automatically set GFS2_DIF_SYSTEM flag on system filesAbhi Das2015-11-101-2/+2
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-091-1/+1
|\
| * GFS2: fallocate: do not rely on file_update_time to mark the inode dirtyAndrew Price2015-09-221-1/+1
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-4/+4
|/
* Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds2015-06-271-2/+2
|\
| * gfs2: Don't support fallocate on jdata filesAbhi Das2015-06-091-1/+1
| * GFS2: make sure S_NOSEC flag isn't overwrittenBenjamin Marzinski2015-05-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-161-1/+1
|\ \
| * | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-1/+1
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-4/+0
|\ \ \ | |/ / | | / | |/ |/|
| * make new_sync_{read,write}() staticAl Viro2015-04-111-4/+0
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-141-30/+71
|\ \ | |/ |/|
| * gfs2: allow fallocate to max out quotas/fs efficientlyAbhi Das2015-03-181-23/+47
| * gfs2: perform quota checks against allocation parametersAbhi Das2015-03-181-7/+8
| * GFS2: Move gfs2_file_splice_write outside of #ifdefBob Peterson2015-03-181-16/+16
| * GFS2: Allocate reservation during splice_writeBob Peterson2015-03-181-2/+18
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
|/
* Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-171-2/+2
|\
| * vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-2/+2
* | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0
|/
* GFS2: Update timestamps on fallocateAndrew Price2014-11-141-1/+2
* GFS2: Update i_size properly on fallocateAndrew Price2014-11-141-9/+6
* GFS2: Use inode_newsize_ok and get_write_access in fallocateAndrew Price2014-11-141-22/+44
* GFS2: Only increase rs_sizehintBob Peterson2014-11-031-1/+2
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-21/+1
|\
| * locks: consolidate "nolease" routinesJeff Layton2014-09-091-21/+1
* | GFS2: Request demote when a "try" flock failsBob Peterson2014-08-211-3/+12
|/
* GFS2: Allow caching of glocks for flockBob Peterson2014-07-181-1/+1
* GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson2014-07-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-16/+14
|\
| * ->splice_write() via ->write_iter()Al Viro2014-06-121-2/+2
| * gfs2: switch to ->write_iter()Al Viro2014-05-061-10/+8
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-4/+4
OpenPOWER on IntegriCloud