aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson1-1/+1
2019-11-07gfs2: Fix end-of-file handling in gfs2_page_mkwriteAndreas Gruenbacher1-14/+26
2019-11-07gfs2: Multi-block allocations in gfs2_page_mkwriteAndreas Gruenbacher1-7/+8
2019-10-30gfs2: Some whitespace cleanupsAndreas Gruenbacher1-0/+1
2019-09-04gfs2: Minor PAGE_SIZE arithmetic cleanupsAndreas Gruenbacher1-1/+1
2019-09-03gfs2: Always mark inode dirty in fallocateAndreas Gruenbacher1-4/+3
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-13/+29
2019-07-03gfs2: don't use buffer_heads in gfs2_allocate_page_backingChristoph Hellwig1-17/+16
2019-07-03gfs2: use page_offset in gfs2_page_mkwriteChristoph Hellwig1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-13/+29
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig1-0/+2
2018-11-30gfs2: properly initial file_lock used for unlock.NeilBrown1-5/+5
2018-10-12gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher1-2/+2
2018-10-09gfs2: getlabel supportSteve Whitehouse1-0/+14
2018-07-25gfs2: Use iomap for stuffed direct I/O readsAndreas Gruenbacher1-6/+0
2018-07-25gfs2: fallocate_chunk: Always initialize struct iomapAndreas Gruenbacher1-1/+2
2018-07-24Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher1-9/+153
2018-07-24fs: gfs2: Adding new return type vm_fault_tSouptick Joarder1-1/+1
2018-07-02gfs2: iomap direct I/O supportAndreas Gruenbacher1-10/+122
2018-07-02gfs2: iomap buffered write supportAndreas Gruenbacher1-6/+38
2018-07-02gfs2: Further iomap cleanupsAndreas Gruenbacher1-1/+1
2018-06-04gfs2: Iomap cleanups and improvementsAndreas Gruenbacher1-3/+3
2018-03-29gfs2: Zero out fallocated blocks in fallocate_chunkAndreas Gruenbacher1-15/+14
2018-03-08gfs2: Fix fallocate chunk sizeAndreas Gruenbacher1-2/+3
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson1-1/+2
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson1-1/+2
2018-01-18gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)Andreas Gruenbacher1-7/+12
2017-10-31gfs2: Fix and clean up {GET,SET}FLAGS ioctlAndreas Gruenbacher1-55/+47
2017-10-31GFS2: Take inode off order_write list when setting jdata flagBob Peterson1-1/+3
2017-10-31gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher1-3/+14
2017-09-25gfs2: Update ctime in setflags ioctlAndreas Gruenbacher1-0/+1
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-2/+4
2017-08-01gfs2: convert to errseq_t based writeback error reporting for fsyncJeff Layton1-2/+4
2017-07-17gfs2: Lock holder cleanup (fixup)Andreas Gruenbacher1-2/+1
2017-04-05gfs2: Re-enable fallocate for the rindexAndrew Price1-1/+5
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+2
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro1-26/+2
2016-09-26gfs2: Update file times after grabbing glockAndreas Gruenbacher1-3/+3
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher1-1/+1
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-3/+28
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2016-05-12gfs2: switch to ->iterate_shared()Al Viro1-2/+2
2016-05-02gfs2: use inode_lock/unlock instead of accessing i_mutex directlyAbhi Das1-3/+3
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+4
2016-04-19GFS2: Add calls to gfs2_holder_uninit in two error handlersDaniel DeFreez1-1/+2
2016-04-05gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read()Abhi Das1-2/+26