summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Zero out fallocated blocks in fallocate_chunkAndreas Gruenbacher2018-03-291-15/+14
* gfs2: Fix fallocate chunk sizeAndreas Gruenbacher2018-03-081-2/+3
* GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-231-1/+2
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-1/+2
* gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)Andreas Gruenbacher2018-01-181-7/+12
* gfs2: Fix and clean up {GET,SET}FLAGS ioctlAndreas Gruenbacher2017-10-311-55/+47
* GFS2: Take inode off order_write list when setting jdata flagBob Peterson2017-10-311-1/+3
* gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher2017-10-311-3/+14
* gfs2: Update ctime in setflags ioctlAndreas Gruenbacher2017-09-251-0/+1
* Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-2/+4
|\
| * gfs2: convert to errseq_t based writeback error reporting for fsyncJeff Layton2017-08-011-2/+4
* | gfs2: Lock holder cleanup (fixup)Andreas Gruenbacher2017-07-171-2/+1
|/
* gfs2: Re-enable fallocate for the rindexAndrew Price2017-04-051-1/+5
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-4/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* 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
|\
OpenPOWER on IntegriCloud