summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-29xfs: prevent spoofing of rtbitmap blocks when recovering buffersDarrick J. Wong
2021-07-29xfs: limit iclog tail updatesDave Chinner
2021-07-29xfs: need to see iclog flags in tracingDave Chinner
2021-07-29xfs: Enforce attr3 buffer recovery orderDave Chinner
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsDave Chinner
2021-07-29xfs: avoid unnecessary waits in xfs_log_force_lsn()Dave Chinner
2021-07-29xfs: log forces imply data device cache flushesDave Chinner
2021-07-29xfs: factor out forced iclog flushesDave Chinner
2021-07-29xfs: fix ordering violation between cache flushes and tail updatesDave Chinner
2021-07-29xfs: fold __xlog_state_release_iclog into xlog_state_release_iclogDave Chinner
2021-07-29xfs: external logs need to flush data deviceDave Chinner
2021-07-29xfs: flush data dev on external log writeDave Chinner
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong
2021-07-15xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong
2021-07-15xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong
2021-07-15xfs: reset child dir '..' entry when unlinking childDarrick J. Wong
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong
2021-07-12xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love
2021-06-25xfs: don't wait on future iclogs when pushing the CILDave Chinner
2021-06-25xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner
2021-06-25xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacksDave Chinner
2021-06-25xfs: don't nest icloglock inside ic_callback_lockDave Chinner
2021-06-25xfs: Initialize error in xfs_attr_remove_iterAllison Henderson
2021-06-21xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong
2021-06-21xfs: remove dead stale buf unpin handling codeBrian Foster
2021-06-21xfs: hold buffer across unpin and potential shutdown processingBrian Foster
2021-06-21xfs: force the log offline when log intent item recovery failsDarrick J. Wong
2021-06-21xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong
2021-06-21xfs: shorten the shutdown messages to a single lineDarrick J. Wong
2021-06-21xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong
2021-06-21xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong
2021-06-21xfs: separate primary inode selection criteria in xfs_iget_cache_hitDarrick J. Wong
2021-06-21xfs: refactor the inode recycling codeDarrick J. Wong
2021-06-21xfs: add iclog state trace eventsDave Chinner
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2021-06-21xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner
2021-06-21xfs: journal IO cache flush reductionsDave Chinner
2021-06-21xfs: remove need_start_rec parameter from xlog_write()Dave Chinner
2021-06-21xfs: CIL checkpoint flushes caches unconditionallyDave Chinner