summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Remove unnecessary gfs2_qa_{get,put} pairsAndreas Gruenbacher2020-03-271-27/+1
* gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher2020-03-271-2/+4
* gfs2: Change inode qa_data to allow multiple usersBob Peterson2020-03-271-10/+25
* gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson2020-03-271-4/+4
* gfs2: fix O_SYNC write handlingAndreas Gruenbacher2020-02-061-30/+21
* gfs2: move setting current->backing_dev_infoChristoph Hellwig2020-02-061-11/+10
* Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-12-051-21/+35
|\
| * gfs2: Introduce function gfs2_withdrawnBob Peterson2019-11-141-1/+1
| * gfs2: Fix end-of-file handling in gfs2_page_mkwriteAndreas Gruenbacher2019-11-071-14/+26
| * gfs2: Multi-block allocations in gfs2_page_mkwriteAndreas Gruenbacher2019-11-071-7/+8
| * gfs2: Some whitespace cleanupsAndreas Gruenbacher2019-10-301-0/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+30
|\ \
| * | gfs2: add compat_ioctl supportArnd Bergmann2019-10-231-0/+30
| |/
* / iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-151-2/+4
|/
* gfs2: Minor PAGE_SIZE arithmetic cleanupsAndreas Gruenbacher2019-09-041-1/+1
* gfs2: Always mark inode dirty in fallocateAndreas Gruenbacher2019-09-031-4/+3
* Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-13/+29
|\
| * vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-13/+29
* | gfs2: don't use buffer_heads in gfs2_allocate_page_backingChristoph Hellwig2019-07-031-17/+16
* | gfs2: use page_offset in gfs2_page_mkwriteChristoph Hellwig2019-07-031-1/+1
* | gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson2019-06-271-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* 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
|\