summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* iomap: wire up the iopoll methodChristoph Hellwig2019-02-241-0/+2
* gfs2: properly initial file_lock used for unlock.NeilBrown2018-11-301-5/+5
* gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher2018-10-121-2/+2
* gfs2: getlabel supportSteve Whitehouse2018-10-091-0/+14
* gfs2: Use iomap for stuffed direct I/O readsAndreas Gruenbacher2018-07-251-6/+0
* gfs2: fallocate_chunk: Always initialize struct iomapAndreas Gruenbacher2018-07-251-1/+2
* Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-241-9/+153
|\
| * gfs2: iomap direct I/O supportAndreas Gruenbacher2018-07-021-10/+122
| * gfs2: iomap buffered write supportAndreas Gruenbacher2018-07-021-6/+38
| * gfs2: Further iomap cleanupsAndreas Gruenbacher2018-07-021-1/+1
* | fs: gfs2: Adding new return type vm_fault_tSouptick Joarder2018-07-241-1/+1
|/
* gfs2: Iomap cleanups and improvementsAndreas Gruenbacher2018-06-041-3/+3
* 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