summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-04-11xfs: refactor ->diff_two_keys callsitesDarrick J. Wong
2023-04-11xfs: always scrub record/key order of interior recordsDarrick J. Wong
2023-04-11xfs: refactor converting btree irec to btree keyDarrick J. Wong
2023-04-11xfs: check btree keys reflect the child blockDarrick J. Wong
2023-04-11xfs: detect unwritten bit set in rmapbt node block keysDarrick J. Wong
2023-04-11xfs: fix rm_offset flag handling in rmap keysDarrick J. Wong
2023-04-11xfs: hoist inode record alignment checks from scrubDarrick J. Wong
2023-04-11xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2023-04-11xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong
2023-04-11xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2023-04-11xfs: complain about bad records in query_range helpersDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for bmap btreesDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong
2023-04-11xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong
2023-04-11xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2023-04-11xfs: clean up scrub context if scrub setup returns -EDEADLOCKDarrick J. Wong
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2023-04-11xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2023-04-11xfs: create traced helper to get extra perag referencesDarrick J. Wong
2023-04-11xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong
2023-04-11xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong
2023-04-11xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong
2023-04-11xfs: pass per-ag references to xfs_free_extentDarrick J. Wong
2023-04-11xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong
2023-04-05xfs: remove xfs_filemap_map_pages() wrapperMatthew Wilcox (Oracle)
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe
2023-03-24xfs: fix mismerged tracepointsDarrick J. Wong
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong
2023-03-19xfs: test dir/attr hash when loading moduleDarrick J. Wong
2023-03-19xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong
2023-03-19xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong
2023-03-16xfs: try to idiot-proof the allocatorsDarrick J. Wong
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-03-05xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner
2023-03-05xfs: quotacheck failure can race with background inode inactivationDave Chinner
2023-02-28Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-27xfs: restore old agirotor behaviorDarrick J. Wong
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-22Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-14xfs: fix uninitialized variable accessDarrick J. Wong
2023-02-13xfs: refactor the filestreams allocator pick functionsDave Chinner