summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-171-1/+1
|\ \
| * | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-121-1/+1
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-4/+0Star
|\| | | |/ |/|
| * make new_sync_{read,write}() staticAl Viro2015-04-121-4/+0Star
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-151-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-261-1/+0Star
|/
* Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-181-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/+0Star
|/
* GFS2: Update timestamps on fallocateAndrew Price2014-11-141-1/+2
* GFS2: Update i_size properly on fallocateAndrew Price2014-11-141-9/+6Star
* 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/+1Star
|\
| * locks: consolidate "nolease" routinesJeff Layton2014-09-091-21/+1Star
* | 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/+14Star
|\
| * ->splice_write() via ->write_iter()Al Viro2014-06-121-2/+2
| * gfs2: switch to ->write_iter()Al Viro2014-05-061-10/+8Star
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-4/+4
* | GFS2: fs/gfs2/file.c: kernel-doc warning fixesFabian Frederick2014-05-161-5/+5
* | GFS2: remove transaction glockBenjamin Marzinski2014-05-141-1/+1
|/
* mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-081-0/+1
* GFS2: Lock i_mutex and use a local gfs2_holder for fallocateBob Peterson2014-02-061-4/+9
* GFS2: Add allocation parameters structureSteven Whitehouse2013-10-021-2/+6
* GFS2: Clean up reservation removalSteven Whitehouse2013-09-271-1/+1
* GFS2: dirty inode correctly in gfs2_write_endBenjamin Marzinski2013-09-051-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-1/+1
|\
| * locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2013-07-021-23/+46
|\ \ | |/ |/|
| * GFS2: Add atomic_open supportSteven Whitehouse2013-06-141-23/+46
* | [readdir] convert gfs2Al Viro2013-06-291-15/+8Star
|/
* GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson2013-06-031-6/+13
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* GFS2: Fix unlock of fcntl locks during withdrawn stateSteven Whitehouse2013-04-041-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-9/+8Star
|\
| * new helper: file_inode(file)Al Viro2013-02-231-9/+8Star
* | mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-221-1/+1
* | GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse2013-01-291-2/+2
|/
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-181-5/+5