summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-305-74/+80
|\
| * xfs: Convert double locking of MMAPLOCK to use VFS helpersJan Kara2021-07-132-33/+19
| * xfs: Convert to use invalidate_lockJan Kara2021-07-134-32/+34
| * xfs: Refactor xfs_isilocked()Pavel Reichl2021-07-132-9/+27
* | Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-017-106/+244
|\ \
| * | xfs: prevent spoofing of rtbitmap blocks when recovering buffersDarrick J. Wong2021-07-291-2/+12
| * | xfs: limit iclog tail updatesDave Chinner2021-07-291-13/+37
| * | xfs: need to see iclog flags in tracingDave Chinner2021-07-292-4/+14
| * | xfs: Enforce attr3 buffer recovery orderDave Chinner2021-07-291-0/+1
| * | xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2021-07-292-11/+39
| * | xfs: avoid unnecessary waits in xfs_log_force_lsn()Dave Chinner2021-07-291-5/+37
| * | xfs: log forces imply data device cache flushesDave Chinner2021-07-291-13/+34
| * | xfs: factor out forced iclog flushesDave Chinner2021-07-291-24/+18
| * | xfs: fix ordering violation between cache flushes and tail updatesDave Chinner2021-07-293-13/+39
| * | xfs: fold __xlog_state_release_iclog into xlog_state_release_iclogDave Chinner2021-07-291-28/+17
| * | xfs: external logs need to flush data deviceDave Chinner2021-07-291-8/+11
| * | xfs: flush data dev on external log writeDave Chinner2021-07-291-1/+1
* | | Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-189-37/+174
|\| |
| * | xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong2021-07-151-2/+16
| * | xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong2021-07-151-5/+5
| * | xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong2021-07-151-7/+32
| * | xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong2021-07-151-1/+18
| * | xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2021-07-153-22/+24
| * | xfs: reset child dir '..' entry when unlinking childDarrick J. Wong2021-07-151-0/+13
| * | xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong2021-07-153-0/+66
| |/
* / xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva2021-07-121-8/+8
|/
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-0292-3036/+3827
|\
| * xfs: don't wait on future iclogs when pushing the CILDave Chinner2021-06-251-7/+28
| * xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner2021-06-253-35/+18
| * xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacksDave Chinner2021-06-251-10/+6
| * xfs: don't nest icloglock inside ic_callback_lockDave Chinner2021-06-251-14/+4
| * xfs: Initialize error in xfs_attr_remove_iterAllison Henderson2021-06-251-1/+1
| * xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong2021-06-211-3/+4
| * xfs: remove dead stale buf unpin handling codeBrian Foster2021-06-211-19/+2
| * xfs: hold buffer across unpin and potential shutdown processingBrian Foster2021-06-211-16/+21
| * xfs: force the log offline when log intent item recovery failsDarrick J. Wong2021-06-212-1/+7
| * xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong2021-06-211-1/+9
| * xfs: shorten the shutdown messages to a single lineDarrick J. Wong2021-06-211-8/+8
| * xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong2021-06-211-1/+1
| * xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong2021-06-213-9/+9
| * xfs: separate primary inode selection criteria in xfs_iget_cache_hitDarrick J. Wong2021-06-211-23/+16
| * xfs: refactor the inode recycling codeDarrick J. Wong2021-06-212-64/+83
| * xfs: add iclog state trace eventsDave Chinner2021-06-213-0/+88
| * xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-2113-65/+56
| * xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner2021-06-213-24/+49
| * xfs: journal IO cache flush reductionsDave Chinner2021-06-214-48/+43
| * xfs: remove need_start_rec parameter from xlog_write()Dave Chinner2021-06-213-25/+25
| * xfs: CIL checkpoint flushes caches unconditionallyDave Chinner2021-06-211-4/+21
| * xfs: async blkdev cache flushDave Chinner2021-06-212-0/+37
| * xfs: remove xfs_blkdev_issue_flushDave Chinner2021-06-215-13/+5