summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-04-06Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-04-05Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-04-01xfs: allow cross-linking special files without project quotaAndrey Albershteyn
2024-03-27fs,block: yield devices earlyChristian Brauner
2024-03-25xfs: don't use current->journal_infoDave Chinner
2024-03-25xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner
2024-03-22Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-15xfs: quota radix tree allocations need to be NOFS on insertDave Chinner
2024-03-15xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-07xfs: shrink failure needs to hold AGI bufferDave Chinner
2024-02-28xfs: use kvfree() in xlog_cil_free_logvec()Dave Chinner
2024-02-28xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAILDave Chinner
2024-02-27xfs: drop experimental warning for FSDAXShiyang Ruan
2024-02-26xfs: fix scrub stats file permissionsDarrick J. Wong
2024-02-25xfs: port block device access to filesChristian Brauner
2024-02-25bdev: open block device as filesChristian Brauner
2024-02-24xfs: fix log recovery erroring out on refcount recovery failureDarrick J. Wong
2024-02-22xfs: move symlink target write function to libxfsDarrick J. Wong
2024-02-22xfs: move remote symlink target read function to libxfsDarrick J. Wong
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong
2024-02-22xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2024-02-22xfs: support recovering bmap intent items targetting realtime extentsDarrick J. Wong
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2024-02-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2024-02-22xfs: add a xattr_entry helperDarrick J. Wong
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong
2024-02-22xfs: reuse xfs_bmap_update_cancel_itemDarrick J. Wong
2024-02-22xfs: add a bi_entry helperDarrick J. Wong
2024-02-22xfs: remove xfs_trans_set_bmap_flagsDarrick J. Wong
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2024-02-22xfs: split tracepoint classes for deferred itemsDarrick J. Wong
2024-02-22xfs: port refcount repair to the new refcount bag structureDarrick J. Wong
2024-02-22xfs: create refcount bag structure for btree repairsDarrick J. Wong
2024-02-22xfs: define an in-memory btree for storing refcount bag info during repairsDarrick J. Wong
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong
2024-02-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong
2024-02-22xfs: repair the rmapbtDarrick J. Wong
2024-02-22xfs: create agblock bitmap helper to count the number of set regionsDarrick J. Wong
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong
2024-02-22xfs: support in-memory btreesDarrick J. Wong
2024-02-22xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong