index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
Mirsad Todorovac
11 days
1
-2
/
+1
*
xfs: constify feature checks
Christoph Hellwig
11 days
1
-1
/
+1
*
xfs: remove XFS_ILOG_NONCORE
Christoph Hellwig
11 days
1
-6
/
+0
*
xfs: mark xfs_dir_isempty static
Christoph Hellwig
11 days
2
-4
/
+3
*
Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...
Carlos Maiolino
11 days
23
-85
/
+1381
|
\
|
*
xfs: scrub the metadir path of rt refcount btree files
Darrick J. Wong
2024-12-23
1
-1
/
+2
|
*
xfs: scrub the realtime refcount btree
Darrick J. Wong
2024-12-23
1
-1
/
+2
|
*
xfs: report realtime refcount btree corruption errors to the health system
Darrick J. Wong
2024-12-23
4
-3
/
+13
|
*
xfs: enable extent size hints for CoW operations
Darrick J. Wong
2024-12-23
1
-1
/
+7
|
*
xfs: apply rt extent alignment constraints to CoW extsize hint
Darrick J. Wong
2024-12-23
1
-5
/
+20
|
*
xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files
Darrick J. Wong
2024-12-23
1
-3
/
+2
|
*
xfs: recover CoW leftovers in the realtime volume
Darrick J. Wong
2024-12-23
2
-16
/
+34
|
*
xfs: allow inodes to have the realtime and reflink flags
Darrick J. Wong
2024-12-23
1
-1
/
+2
|
*
xfs: compute rtrmap btree max levels when reflink enabled
Darrick J. Wong
2024-12-23
1
-2
/
+26
|
*
xfs: update rmap to allow cow staging extents in the rt rmap
Darrick J. Wong
2024-12-23
1
-0
/
+7
|
*
xfs: create routine to allocate and initialize a realtime refcount btree inode
Darrick J. Wong
2024-12-23
3
-0
/
+33
|
*
xfs: wire up realtime refcount btree cursors
Darrick J. Wong
2024-12-23
4
-4
/
+112
|
*
xfs: wire up a new metafile type for the realtime refcount
Darrick J. Wong
2024-12-23
5
-3
/
+388
|
*
xfs: add metadata reservations for realtime refcount btree
Darrick J. Wong
2024-12-23
2
-0
/
+42
|
*
xfs: add realtime refcount btree inode to metadata directory
Darrick J. Wong
2024-12-23
6
-4
/
+30
|
*
xfs: add a realtime flag to the refcount update log redo items
Darrick J. Wong
2024-12-23
6
-30
/
+70
|
*
xfs: prepare refcount functions to deal with rtrefcountbt
Darrick J. Wong
2024-12-23
2
-8
/
+48
|
*
xfs: add realtime refcount btree operations
Darrick J. Wong
2024-12-23
1
-0
/
+148
|
*
xfs: realtime refcount btree transaction reservations
Darrick J. Wong
2024-12-23
1
-3
/
+22
|
*
xfs: introduce realtime refcount btree ondisk definitions
Darrick J. Wong
2024-12-23
7
-0
/
+373
|
*
xfs: namespace the maximum length/refcount symbols
Darrick J. Wong
2024-12-23
2
-11
/
+11
*
|
Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...
Carlos Maiolino
11 days
29
-74
/
+1708
|
\
|
|
*
xfs: create a shadow rmap btree during realtime rmap repair
Darrick J. Wong
2024-12-23
5
-1
/
+133
|
*
xfs: online repair of the realtime rmap btree
Darrick J. Wong
2024-12-23
3
-1
/
+5
|
*
xfs: online repair of realtime bitmaps for a realtime group
Darrick J. Wong
2024-12-23
1
-0
/
+9
|
*
xfs: scrub the metadir path of rt rmap btree files
Darrick J. Wong
2024-12-23
1
-1
/
+2
|
*
xfs: scrub the realtime rmapbt
Darrick J. Wong
2024-12-23
1
-1
/
+2
|
*
xfs: report realtime rmap btree corruption errors to the health system
Darrick J. Wong
2024-12-23
5
-4
/
+14
|
*
xfs: create routine to allocate and initialize a realtime rmap btree inode
Darrick J. Wong
2024-12-23
3
-0
/
+61
|
*
xfs: wire up rmap map and unmap to the realtime rmapbt
Darrick J. Wong
2024-12-23
3
-26
/
+66
|
*
xfs: wire up a new metafile type for the realtime rmap
Darrick J. Wong
2024-12-23
5
-3
/
+375
|
*
xfs: add metadata reservations for realtime rmap btrees
Darrick J. Wong
2024-12-23
2
-0
/
+43
|
*
xfs: add realtime reverse map inode to metadata directory
Darrick J. Wong
2024-12-23
6
-6
/
+47
|
*
xfs: support file data forks containing metadata btrees
Darrick J. Wong
2024-12-23
3
-5
/
+43
|
*
xfs: pretty print metadata file types in error messages
Darrick J. Wong
2024-12-23
3
-1
/
+22
|
*
xfs: add a realtime flag to the rmap update log redo items
Darrick J. Wong
2024-12-23
6
-10
/
+25
|
*
xfs: prepare rmap functions to deal with rtrmapbt
Darrick J. Wong
2024-12-23
3
-0
/
+92
|
*
xfs: add realtime rmap btree operations
Darrick J. Wong
2024-12-23
3
-0
/
+345
|
*
xfs: realtime rmap btree transaction reservations
Darrick J. Wong
2024-12-23
3
-3
/
+26
|
*
xfs: introduce realtime rmap btree ondisk definitions
Darrick J. Wong
2024-12-23
7
-0
/
+382
|
*
xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
Darrick J. Wong
2024-12-23
3
-15
/
+11
|
*
xfs: add some rtgroup inode helpers
Darrick J. Wong
2024-12-23
3
-11
/
+19
*
|
Merge tag 'reserve-rt-metadata-space_2024-12-23' of https://git.kernel.org/pu...
Carlos Maiolino
11 days
8
-7
/
+235
|
\
|
|
*
xfs: allow inode-based btrees to reserve space in the data device
Darrick J. Wong
2024-12-23
6
-1
/
+233
|
*
xfs: prepare to reuse the dquot pointer space in struct xfs_inode
Darrick J. Wong
2024-12-23
2
-6
/
+2
[next]