summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "gfs2: Fix mmap locking for write faults"Andreas Gruenbacher2021-06-011-3/+1
* gfs2: Fix mmap locking for write faultsAndreas Gruenbacher2021-05-211-1/+3
* gfs2: Prevent direct-I/O write fallback errors from getting lostAndreas Gruenbacher2021-05-201-1/+4
* Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-04-291-7/+5
|\
| * gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-4/+3
| * gfs2: Add new gfs2_iomap_get helperAndreas Gruenbacher2021-04-031-3/+2
* | gfs2: convert to fileattrMiklos Szeredi2021-04-121-43/+20
|/
* Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-02-231-4/+4
|\
| * gfs2: Add per-reservation reserved block accountingAndreas Gruenbacher2021-02-171-2/+2
| * gfs2: Check for active reservation in gfs2_releaseAndreas Gruenbacher2021-02-171-2/+2
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-2/+2
|\ \
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+1
| * | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| |/
* | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-221-2/+2
|\ \
| * | gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()Eric Biggers2021-01-131-2/+2
| |/
* / iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-5/+2
|/
* Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-08-101-16/+15
|\
| * gfs2: Pass glock holder to gfs2_file_direct_{read,write}Andreas Gruenbacher2020-08-031-16/+15
* | Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-061-1/+2
|\ \ | |/ |/|
| * iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig2020-08-051-1/+2
* | gfs2: Rework read and page fault lockingAndreas Gruenbacher2020-07-071-2/+50
|/
* 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
|\