index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Lines
2023-11-13
xfs: recovery should not clear di_flushiter unconditionally
Dave Chinner
-15
/
+17
2023-11-13
xfs: inode recovery does not validate the recovered inode
Dave Chinner
-1
/
+16
2023-11-13
xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS
Anthony Iliopoulos
-1
/
+1
2023-11-13
xfs: fix internal error from AGFL exhaustion
Omar Sandoval
-3
/
+24
2023-11-13
xfs: up(ic_sema) if flushing data device fails
Leah Rumancik
-11
/
+12
2023-11-13
xfs: only remap the written blocks in xfs_reflink_end_cow_extent
Christoph Hellwig
-0
/
+1
2023-11-13
xfs: abort intent items when recovery intents fail
Long Li
-4
/
+5
2023-11-13
xfs: factor out xfs_defer_pending_abort
Long Li
-8
/
+15
2023-11-08
Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-950
/
+1433
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-40
/
+47
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
-37
/
+46
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
-2
/
+2
2023-10-28
xfs: Convert to bdev_open_by_path()
Jan Kara
-31
/
+36
2023-10-23
xfs: allow read IO and FICLONE to run concurrently
Catherine Hoang
-13
/
+80
2023-10-23
xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
Christoph Hellwig
-11
/
+13
2023-10-23
xfs: introduce protection for drop nlink
Cheng Lin
-0
/
+7
2023-10-19
xfs: don't look for end of extent further than necessary in xfs_rtallocate_ex...
Omar Sandoval
-5
/
+22
2023-10-19
xfs: don't try redundant allocations in xfs_rtallocate_extent_near()
Omar Sandoval
-47
/
+7
2023-10-19
xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()
Omar Sandoval
-3
/
+6
2023-10-19
xfs: return maximum free size from xfs_rtany_summary()
Omar Sandoval
-9
/
+9
2023-10-19
xfs: invert the realtime summary cache
Omar Sandoval
-18
/
+25
2023-10-19
xfs: simplify rt bitmap/summary block accessor functions
Darrick J. Wong
-45
/
+42
2023-10-19
xfs: simplify xfs_rtbuf_get calling conventions
Darrick J. Wong
-71
/
+71
2023-10-19
xfs: cache last bitmap block in realtime allocator
Omar Sandoval
-144
/
+135
2023-10-18
xfs: consolidate realtime allocation arguments
Dave Chinner
-365
/
+386
2023-10-18
xfs: use accessor functions for summary info words
Darrick J. Wong
-24
/
+71
2023-10-18
xfs: create helpers for rtsummary block/wordcount computations
Darrick J. Wong
-10
/
+43
2023-10-18
xfs: use accessor functions for bitmap words
Darrick J. Wong
-77
/
+70
2023-10-18
xfs: create a helper to handle logging parts of rt bitmap/summary blocks
Darrick J. Wong
-15
/
+40
2023-10-18
xfs: create helpers for rtbitmap block/wordcount computations
Darrick J. Wong
-9
/
+48
2023-10-18
xfs: convert to new timestamp accessors
Jeff Layton
-37
/
+46
2023-10-17
xfs: convert rt summary macros to helpers
Darrick J. Wong
-18
/
+67
2023-10-17
xfs: convert open-coded xfs_rtword_t pointer accesses to helper
Darrick J. Wong
-28
/
+42
2023-10-17
xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
Darrick J. Wong
-11
/
+9
2023-10-17
xfs: convert the rtbitmap block and bit macros to static inline functions
Darrick J. Wong
-31
/
+53
2023-10-17
xfs: use shifting and masking when converting rt extents, if possible
Darrick J. Wong
-0
/
+50
2023-10-17
xfs: create rt extent rounding helpers for realtime extent blocks
Darrick J. Wong
-5
/
+21
2023-10-17
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
-28
/
+28
2023-10-17
xfs: create helpers to convert rt block numbers to rt extent numbers
Darrick J. Wong
-6
/
+37
2023-10-17
xfs: create a helper to convert extlen to rtextlen
Darrick J. Wong
-9
/
+16
2023-10-17
xfs: create a helper to compute leftovers of realtime extents
Darrick J. Wong
-7
/
+19
2023-10-17
xfs: create a helper to convert rtextents to rtblocks
Darrick J. Wong
-12
/
+30
2023-10-17
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
-139
/
+137
2023-10-17
xfs: rename xfs_verify_rtext to xfs_verify_rtbext
Darrick J. Wong
-10
/
+10
2023-10-17
xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
Darrick J. Wong
-3
/
+5
2023-10-17
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
Darrick J. Wong
-34
/
+34
2023-10-17
xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
Darrick J. Wong
-50
/
+50
2023-10-17
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
-78
/
+89
2023-10-17
xfs: make sure maxlen is still congruent with prod when rounding down
Darrick J. Wong
-5
/
+26
[next]