summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac11 days1-2/+1
* xfs: constify feature checksChristoph Hellwig11 days1-1/+1
* xfs: remove XFS_ILOG_NONCOREChristoph Hellwig11 days1-6/+0
* xfs: mark xfs_dir_isempty staticChristoph Hellwig11 days2-4/+3
* Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...Carlos Maiolino11 days23-85/+1381
|\
| * xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong2024-12-231-1/+2
| * xfs: scrub the realtime refcount btreeDarrick J. Wong2024-12-231-1/+2
| * xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong2024-12-234-3/+13
| * xfs: enable extent size hints for CoW operationsDarrick J. Wong2024-12-231-1/+7
| * xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong2024-12-231-5/+20
| * xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong2024-12-231-3/+2
| * xfs: recover CoW leftovers in the realtime volumeDarrick J. Wong2024-12-232-16/+34
| * xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong2024-12-231-1/+2
| * xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong2024-12-231-2/+26
| * xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong2024-12-231-0/+7
| * xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong2024-12-233-0/+33
| * xfs: wire up realtime refcount btree cursorsDarrick J. Wong2024-12-234-4/+112
| * xfs: wire up a new metafile type for the realtime refcountDarrick J. Wong2024-12-235-3/+388
| * xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong2024-12-232-0/+42
| * xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong2024-12-236-4/+30
| * xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong2024-12-236-30/+70
| * xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong2024-12-232-8/+48
| * xfs: add realtime refcount btree operationsDarrick J. Wong2024-12-231-0/+148
| * xfs: realtime refcount btree transaction reservationsDarrick J. Wong2024-12-231-3/+22
| * xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong2024-12-237-0/+373
| * xfs: namespace the maximum length/refcount symbolsDarrick J. Wong2024-12-232-11/+11
* | Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...Carlos Maiolino11 days29-74/+1708
|\|
| * xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong2024-12-235-1/+133
| * xfs: online repair of the realtime rmap btreeDarrick J. Wong2024-12-233-1/+5
| * xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong2024-12-231-0/+9
| * xfs: scrub the metadir path of rt rmap btree filesDarrick J. Wong2024-12-231-1/+2
| * xfs: scrub the realtime rmapbtDarrick J. Wong2024-12-231-1/+2
| * xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong2024-12-235-4/+14
| * xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong2024-12-233-0/+61
| * xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong2024-12-233-26/+66
| * xfs: wire up a new metafile type for the realtime rmapDarrick J. Wong2024-12-235-3/+375
| * xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong2024-12-232-0/+43
| * xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong2024-12-236-6/+47
| * xfs: support file data forks containing metadata btreesDarrick J. Wong2024-12-233-5/+43
| * xfs: pretty print metadata file types in error messagesDarrick J. Wong2024-12-233-1/+22
| * xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong2024-12-236-10/+25
| * xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong2024-12-233-0/+92
| * xfs: add realtime rmap btree operationsDarrick J. Wong2024-12-233-0/+345
| * xfs: realtime rmap btree transaction reservationsDarrick J. Wong2024-12-233-3/+26
| * xfs: introduce realtime rmap btree ondisk definitionsDarrick J. Wong2024-12-237-0/+382
| * xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventionsDarrick J. Wong2024-12-233-15/+11
| * xfs: add some rtgroup inode helpersDarrick J. Wong2024-12-233-11/+19
* | Merge tag 'reserve-rt-metadata-space_2024-12-23' of https://git.kernel.org/pu...Carlos Maiolino11 days8-7/+235
|\|
| * xfs: allow inode-based btrees to reserve space in the data deviceDarrick J. Wong2024-12-236-1/+233
| * xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong2024-12-232-6/+2