summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
AgeCommit message (Expand)Author
2020-02-06gfs2: fix O_SYNC write handlingAndreas Gruenbacher
2020-02-06gfs2: move setting current->backing_dev_infoChristoph Hellwig
2019-12-05Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson
2019-11-07gfs2: Fix end-of-file handling in gfs2_page_mkwriteAndreas Gruenbacher
2019-11-07gfs2: Multi-block allocations in gfs2_page_mkwriteAndreas Gruenbacher
2019-10-30gfs2: Some whitespace cleanupsAndreas Gruenbacher
2019-10-23gfs2: add compat_ioctl supportArnd Bergmann
2019-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara
2019-09-04gfs2: Minor PAGE_SIZE arithmetic cleanupsAndreas Gruenbacher
2019-09-03gfs2: Always mark inode dirty in fallocateAndreas Gruenbacher
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2019-07-03gfs2: don't use buffer_heads in gfs2_allocate_page_backingChristoph Hellwig
2019-07-03gfs2: use page_offset in gfs2_page_mkwriteChristoph Hellwig
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig
2018-11-30gfs2: properly initial file_lock used for unlock.NeilBrown
2018-10-12gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher
2018-10-09gfs2: getlabel supportSteve Whitehouse
2018-07-25gfs2: Use iomap for stuffed direct I/O readsAndreas Gruenbacher
2018-07-25gfs2: fallocate_chunk: Always initialize struct iomapAndreas Gruenbacher
2018-07-24Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher
2018-07-24fs: gfs2: Adding new return type vm_fault_tSouptick Joarder
2018-07-02gfs2: iomap direct I/O supportAndreas Gruenbacher
2018-07-02gfs2: iomap buffered write supportAndreas Gruenbacher
2018-07-02gfs2: Further iomap cleanupsAndreas Gruenbacher
2018-06-04gfs2: Iomap cleanups and improvementsAndreas Gruenbacher
2018-03-29gfs2: Zero out fallocated blocks in fallocate_chunkAndreas Gruenbacher
2018-03-08gfs2: Fix fallocate chunk sizeAndreas Gruenbacher
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson
2018-01-18gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)Andreas Gruenbacher
2017-10-31gfs2: Fix and clean up {GET,SET}FLAGS ioctlAndreas Gruenbacher
2017-10-31GFS2: Take inode off order_write list when setting jdata flagBob Peterson
2017-10-31gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher
2017-09-25gfs2: Update ctime in setflags ioctlAndreas Gruenbacher
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-08-01gfs2: convert to errseq_t based writeback error reporting for fsyncJeff Layton
2017-07-17gfs2: Lock holder cleanup (fixup)Andreas Gruenbacher
2017-04-05gfs2: Re-enable fallocate for the rindexAndrew Price
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-26gfs2: Update file times after grabbing glockAndreas Gruenbacher
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds