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: inode recovery does not validate the recovered inode
Dave Chinner
2023-11-13
1
-0
/
+3
*
xfs: fix internal error from AGFL exhaustion
Omar Sandoval
2023-11-13
1
-3
/
+24
*
xfs: abort intent items when recovery intents fail
Long Li
2023-11-13
2
-3
/
+4
*
xfs: factor out xfs_defer_pending_abort
Long Li
2023-11-13
1
-8
/
+15
*
Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-11-08
9
-423
/
+874
|
\
|
*
xfs: invert the realtime summary cache
Omar Sandoval
2023-10-19
1
-3
/
+3
|
*
xfs: simplify rt bitmap/summary block accessor functions
Darrick J. Wong
2023-10-19
2
-44
/
+41
|
*
xfs: simplify xfs_rtbuf_get calling conventions
Darrick J. Wong
2023-10-19
2
-68
/
+69
|
*
xfs: cache last bitmap block in realtime allocator
Omar Sandoval
2023-10-19
2
-76
/
+88
|
*
xfs: consolidate realtime allocation arguments
Dave Chinner
2023-10-18
2
-202
/
+210
|
*
xfs: use accessor functions for summary info words
Darrick J. Wong
2023-10-18
3
-9
/
+42
|
*
xfs: create helpers for rtsummary block/wordcount computations
Darrick J. Wong
2023-10-18
2
-0
/
+36
|
*
xfs: use accessor functions for bitmap words
Darrick J. Wong
2023-10-18
3
-77
/
+67
|
*
xfs: create a helper to handle logging parts of rt bitmap/summary blocks
Darrick J. Wong
2023-10-18
1
-15
/
+40
|
*
xfs: create helpers for rtbitmap block/wordcount computations
Darrick J. Wong
2023-10-18
3
-4
/
+44
|
*
xfs: convert rt summary macros to helpers
Darrick J. Wong
2023-10-17
4
-12
/
+59
|
*
xfs: convert open-coded xfs_rtword_t pointer accesses to helper
Darrick J. Wong
2023-10-17
2
-28
/
+42
|
*
xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
Darrick J. Wong
2023-10-17
3
-11
/
+9
|
*
xfs: convert the rtbitmap block and bit macros to static inline functions
Darrick J. Wong
2023-10-17
3
-20
/
+42
|
*
xfs: use shifting and masking when converting rt extents, if possible
Darrick J. Wong
2023-10-17
2
-0
/
+31
|
*
xfs: create rt extent rounding helpers for realtime extent blocks
Darrick J. Wong
2023-10-17
1
-0
/
+18
|
*
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
2023-10-17
2
-6
/
+16
|
*
xfs: create helpers to convert rt block numbers to rt extent numbers
Darrick J. Wong
2023-10-17
3
-6
/
+37
|
*
xfs: create a helper to convert extlen to rtextlen
Darrick J. Wong
2023-10-17
2
-1
/
+10
|
*
xfs: create a helper to compute leftovers of realtime extents
Darrick J. Wong
2023-10-17
2
-2
/
+11
|
*
xfs: create a helper to convert rtextents to rtblocks
Darrick J. Wong
2023-10-17
1
-0
/
+16
|
*
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
2023-10-17
3
-57
/
+57
|
*
xfs: rename xfs_verify_rtext to xfs_verify_rtbext
Darrick J. Wong
2023-10-17
3
-6
/
+6
|
*
xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
Darrick J. Wong
2023-10-17
3
-2
/
+3
|
*
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
Darrick J. Wong
2023-10-17
2
-17
/
+17
|
*
xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
Darrick J. Wong
2023-10-17
3
-12
/
+12
|
*
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
2023-10-17
3
-1
/
+84
|
*
xfs: fix units conversion error in xfs_bmap_del_extent_delay
Darrick J. Wong
2023-10-17
1
-1
/
+1
|
*
xfs: hoist freeing of rt data fork extent mappings
Darrick J. Wong
2023-10-17
2
-16
/
+36
|
*
xfs: bump max fsgeom struct version
Darrick J. Wong
2023-10-17
1
-1
/
+1
*
|
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
3
-6
/
+12
|
\
\
|
|
/
|
/
|
|
*
xfs: convert to new timestamp accessors
Jeff Layton
2023-10-18
3
-6
/
+12
*
|
xfs: adjust the incore perag block_count when shrinking
Darrick J. Wong
2023-10-11
1
-0
/
+6
|
/
*
Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-09-22
2
-1
/
+24
|
\
|
*
xfs: reserve less log space when recovering log intent items
Darrick J. Wong
2023-09-12
1
-0
/
+22
|
*
xfs: fix log recovery when unknown rocompat bits are set
Darrick J. Wong
2023-09-12
1
-1
/
+2
*
|
Revert "xfs: switch to multigrain timestamps"
Christian Brauner
2023-09-20
1
-3
/
+3
|
/
*
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-08-30
1
-1
/
+5
|
\
|
*
xfs: allow userspace to rebuild metadata structures
Darrick J. Wong
2023-08-10
1
-1
/
+5
*
|
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
2
-5
/
+6
|
\
\
|
|
/
|
/
|
|
*
xfs: switch to multigrain timestamps
Jeff Layton
2023-08-11
1
-3
/
+3
|
*
xfs: convert to ctime accessor functions
Jeff Layton
2023-07-24
2
-3
/
+4
*
|
xfs: convert flex-array declarations in xfs attr shortform objects
Darrick J. Wong
2023-07-17
1
-1
/
+1
*
|
xfs: convert flex-array declarations in xfs attr leaf blocks
Darrick J. Wong
2023-07-17
1
-8
/
+65
*
|
xfs: convert flex-array declarations in struct xfs_attrlist*
Darrick J. Wong
2023-07-17
1
-2
/
+2
|
/
[next]