index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
Christoph Hellwig
1
-6
/
+0
2024-05-03
xfs: upgrade the extent counters in xfs_reflink_end_cow_extent later
Christoph Hellwig
1
-8
/
+8
2024-05-03
xfs: xfs_quota_unreserve_blkres can't fail
Christoph Hellwig
8
-37
/
+20
2024-05-03
xfs: consolidate the xfs_quota_reserve_blkres definitions
Christoph Hellwig
1
-12
/
+6
2024-05-03
xfs: clean up buffer allocation in xlog_do_recovery_pass
Christoph Hellwig
1
-7
/
+6
2024-05-03
xfs: fix log recovery buffer allocation for the legacy h_size fixup
Christoph Hellwig
1
-6
/
+14
2024-05-02
set_blocksize(): switch to passing struct file *
Al Viro
1
-1
/
+1
2024-05-02
xfs: widen flags argument to the xfs_iflags_* helpers
Darrick J. Wong
2
-10
/
+8
2024-05-02
xfs: minor cleanups of xfs_attr3_rmt_blocks
Darrick J. Wong
1
-8
/
+8
2024-05-02
xfs: create a helper to compute the blockcount of a max sized remote value
Darrick J. Wong
3
-3
/
+9
2024-05-02
xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
Darrick J. Wong
2
-6
/
+17
2024-05-02
xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
Darrick J. Wong
2
-32
/
+31
2024-04-30
xfs: do not allocate the entire delalloc extent in xfs_bmapi_write
Christoph Hellwig
1
-2
/
+3
2024-04-30
xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
Christoph Hellwig
1
-5
/
+10
2024-04-30
xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate
Christoph Hellwig
1
-5
/
+0
2024-04-30
xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate
Christoph Hellwig
1
-14
/
+18
2024-04-30
xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write
Christoph Hellwig
1
-6
/
+3
2024-04-30
xfs: lift a xfs_valid_startblock into xfs_bmapi_allocate
Christoph Hellwig
1
-6
/
+5
2024-04-30
xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate
Christoph Hellwig
1
-3
/
+0
2024-04-30
xfs: fix error returns from xfs_bmapi_write
Christoph Hellwig
10
-74
/
+57
2024-04-29
xfs: convert delayed extents to unwritten when zeroing post eof blocks
Zhang Yi
1
-0
/
+29
2024-04-29
xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
Zhang Yi
2
-42
/
+46
2024-04-29
xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
Zhang Yi
1
-2
/
+4
2024-04-29
xfs: match lock mode in xfs_buffered_write_iomap_begin()
Zhang Yi
1
-5
/
+5
2024-04-26
xfs: refactor dir format helpers
Christoph Hellwig
6
-150
/
+105
2024-04-26
xfs: factor out a xfs_dir_replace_args helper
Christoph Hellwig
3
-41
/
+28
2024-04-26
xfs: factor out a xfs_dir_removename_args helper
Christoph Hellwig
3
-42
/
+27
2024-04-26
xfs: factor out a xfs_dir_createname_args helper
Christoph Hellwig
3
-43
/
+30
2024-04-26
xfs: factor out a xfs_dir_lookup_args helper
Christoph Hellwig
3
-60
/
+43
2024-04-24
xfs: don't call xfs_file_open from xfs_dir_open
Christoph Hellwig
1
-1
/
+3
2024-04-24
xfs: drop fop_flags for directories
Christoph Hellwig
1
-2
/
+0
2024-04-24
xfs: fix overly long line in the file_operations
Christoph Hellwig
1
-4
/
+4
2024-04-24
xfs: Remove unused function xrep_dir_self_parent
Jiapeng Chong
1
-21
/
+0
2024-04-23
xfs: invalidate dentries for a file before moving it to the orphanage
Darrick J. Wong
2
-29
/
+20
2024-04-23
xfs: exchange-range for repairs is no longer dynamic
Darrick J. Wong
10
-45
/
+25
2024-04-23
xfs: fix iunlock calls in xrep_adoption_trans_alloc
Darrick J. Wong
1
-1
/
+1
2024-04-23
xfs: drop the scrub file's iolock when transaction allocation fails
Darrick J. Wong
1
-1
/
+3
2024-04-23
xfs: only iget the file once when doing vectored scrub-by-handle
Darrick J. Wong
1
-0
/
+45
2024-04-23
xfs: use dontcache for grabbing inodes during scrub
Darrick J. Wong
3
-11
/
+21
2024-04-23
xfs: introduce vectored scrub mode
Darrick J. Wong
5
-1
/
+264
2024-04-23
xfs: move xfs_ioc_scrub_metadata to scrub.c
Darrick J. Wong
3
-27
/
+28
2024-04-23
xfs: reduce the rate of cond_resched calls inside scrub
Darrick J. Wong
6
-31
/
+74
2024-04-23
xfs: fix corruptions in the directory tree
Darrick J. Wong
11
-8
/
+927
2024-04-23
xfs: report directory tree corruption in the health information
Darrick J. Wong
4
-1
/
+6
2024-04-23
xfs: invalidate dirloop scrub path data when concurrent updates happen
Darrick J. Wong
3
-1
/
+244
2024-04-23
xfs: teach online scrub to find directory tree structure problems
Darrick J. Wong
12
-2
/
+1168
2024-04-23
xfs: inode repair should ensure there's an attr fork to store parent pointers
Darrick J. Wong
1
-0
/
+41
2024-04-23
xfs: repair link count of nondirectories after rebuilding parent pointers
Darrick J. Wong
1
-0
/
+107
2024-04-23
xfs: adapt the orphanage code to handle parent pointers
Darrick J. Wong
3
-0
/
+43
2024-04-23
xfs: actually rebuild the parent pointer xattrs
Darrick J. Wong
7
-23
/
+701
[prev]
[next]