summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-04-06Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+13
2024-04-05Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+4
2024-04-01xfs: allow cross-linking special files without project quotaAndrey Albershteyn1-2/+13
2024-03-27fs,block: yield devices earlyChristian Brauner2-4/+4
2024-03-25xfs: don't use current->journal_infoDave Chinner4-21/+7
2024-03-25xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner2-11/+34
2024-03-22Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-9/+22
2024-03-15xfs: quota radix tree allocations need to be NOFS on insertDave Chinner1-5/+13
2024-03-15xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong2-4/+9
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds176-3515/+13139
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-4/+3
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+3
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-29/+29
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-4/+5
2024-03-07xfs: shrink failure needs to hold AGI bufferDave Chinner1-1/+10
2024-02-28xfs: use kvfree() in xlog_cil_free_logvec()Dave Chinner1-2/+2
2024-02-28xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAILDave Chinner1-1/+1
2024-02-27xfs: drop experimental warning for FSDAXShiyang Ruan1-1/+0
2024-02-26xfs: fix scrub stats file permissionsDarrick J. Wong1-2/+2
2024-02-25xfs: port block device access to filesChristian Brauner3-29/+29
2024-02-25bdev: open block device as filesChristian Brauner1-1/+1
2024-02-24xfs: fix log recovery erroring out on refcount recovery failureDarrick J. Wong1-0/+1
2024-02-22xfs: move symlink target write function to libxfsDarrick J. Wong3-64/+84
2024-02-22xfs: move remote symlink target read function to libxfsDarrick J. Wong5-77/+80
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong8-14/+28
2024-02-22xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong1-0/+2
2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong4-38/+29
2024-02-22xfs: support recovering bmap intent items targetting realtime extentsDarrick J. Wong1-0/+9
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong3-6/+29
2024-02-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong1-2/+2
2024-02-22xfs: add a xattr_entry helperDarrick J. Wong1-4/+7
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong4-8/+20
2024-02-22xfs: reuse xfs_bmap_update_cancel_itemDarrick J. Wong1-13/+12
2024-02-22xfs: add a bi_entry helperDarrick J. Wong1-10/+9
2024-02-22xfs: remove xfs_trans_set_bmap_flagsDarrick J. Wong1-25/+13
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong4-47/+33
2024-02-22xfs: split tracepoint classes for deferred itemsDarrick J. Wong1-85/+166
2024-02-22xfs: port refcount repair to the new refcount bag structureDarrick J. Wong4-107/+81
2024-02-22xfs: create refcount bag structure for btree repairsDarrick J. Wong5-0/+401
2024-02-22xfs: define an in-memory btree for storing refcount bag info during repairsDarrick J. Wong5-1/+390
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong12-39/+392
2024-02-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong9-84/+377
2024-02-22xfs: repair the rmapbtDarrick J. Wong18-19/+1608
2024-02-22xfs: create agblock bitmap helper to count the number of set regionsDarrick J. Wong3-0/+21
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong4-4/+14
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong7-0/+236
2024-02-22xfs: support in-memory btreesDarrick J. Wong13-39/+673
2024-02-22xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig1-13/+17
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong8-46/+369
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong5-38/+67