summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-04-061-2/+13
|\
| * xfs: allow cross-linking special files without project quotaAndrey Albershteyn2024-04-011-2/+13
* | Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-04-052-4/+4
|\ \ | |/ |/|
| * fs,block: yield devices earlyChristian Brauner2024-03-272-4/+4
* | xfs: don't use current->journal_infoDave Chinner2024-03-254-21/+7
* | xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner2024-03-252-11/+34
|/
* Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-223-9/+22
|\
| * xfs: quota radix tree allocations need to be NOFS on insertDave Chinner2024-03-151-5/+13
| * xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong2024-03-152-4/+9
* | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-13176-3515/+13139
|\|
| * xfs: shrink failure needs to hold AGI bufferDave Chinner2024-03-071-1/+10
| * xfs: use kvfree() in xlog_cil_free_logvec()Dave Chinner2024-02-281-2/+2
| * xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAILDave Chinner2024-02-281-1/+1
| * xfs: fix scrub stats file permissionsDarrick J. Wong2024-02-261-2/+2
| * xfs: fix log recovery erroring out on refcount recovery failureDarrick J. Wong2024-02-241-0/+1
| * xfs: move symlink target write function to libxfsDarrick J. Wong2024-02-223-64/+84
| * xfs: move remote symlink target read function to libxfsDarrick J. Wong2024-02-225-77/+80
| * xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong2024-02-228-14/+28
| * xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong2024-02-221-0/+2
| * xfs: support deferred bmap updates on the attr forkDarrick J. Wong2024-02-224-38/+29
| * xfs: support recovering bmap intent items targetting realtime extentsDarrick J. Wong2024-02-221-0/+9
| * xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong2024-02-223-6/+29
| * xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong2024-02-221-2/+2
| * xfs: add a xattr_entry helperDarrick J. Wong2024-02-221-4/+7
| * xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong2024-02-224-8/+20
| * xfs: reuse xfs_bmap_update_cancel_itemDarrick J. Wong2024-02-221-13/+12
| * xfs: add a bi_entry helperDarrick J. Wong2024-02-221-10/+9
| * xfs: remove xfs_trans_set_bmap_flagsDarrick J. Wong2024-02-221-25/+13
| * xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong2024-02-224-47/+33
| * xfs: split tracepoint classes for deferred itemsDarrick J. Wong2024-02-221-85/+166
| * xfs: port refcount repair to the new refcount bag structureDarrick J. Wong2024-02-224-107/+81
| * xfs: create refcount bag structure for btree repairsDarrick J. Wong2024-02-225-0/+401
| * xfs: define an in-memory btree for storing refcount bag info during repairsDarrick J. Wong2024-02-225-1/+390
| * xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-2212-39/+392
| * xfs: create a shadow rmap btree during rmap repairDarrick J. Wong2024-02-229-84/+377
| * xfs: repair the rmapbtDarrick J. Wong2024-02-2218-19/+1608
| * xfs: create agblock bitmap helper to count the number of set regionsDarrick J. Wong2024-02-223-0/+21
| * xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong2024-02-224-4/+14
| * xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong2024-02-227-0/+236
| * xfs: support in-memory btreesDarrick J. Wong2024-02-2213-39/+673
| * xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig2024-02-221-13/+17
| * xfs: support in-memory buffer cache targetsDarrick J. Wong2024-02-228-46/+369
| * xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong2024-02-225-38/+67
| * xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftargChristoph Hellwig2024-02-221-4/+4
| * xfs: remove xfs_setsize_buftarg_earlyChristoph Hellwig2024-02-221-15/+7
| * xfs: remove the xfs_buftarg_t typedefChristoph Hellwig2024-02-224-16/+16
| * xfs: split xfs_buf_rele for cached vs uncached buffersChristoph Hellwig2024-02-221-15/+31
| * xfs: move and rename xfs_btree_read_buflChristoph Hellwig2024-02-223-51/+25
| * xfs: remove xfs_btree_reada_bufsChristoph Hellwig2024-02-223-42/+14
| * xfs: remove xfs_btree_reada_buflChristoph Hellwig2024-02-222-35/+6