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-09-01
xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_block
Darrick J. Wong
1
-9
/
+7
2024-09-01
xfs: don't return too-short extents from xfs_rtallocate_extent_block
Darrick J. Wong
1
-10
/
+11
2024-09-01
xfs: ensure rtx mask/shift are correct after growfs
Christoph Hellwig
3
-4
/
+15
2024-09-01
xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblock
Christoph Hellwig
1
-3
/
+5
2024-09-01
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
Christoph Hellwig
4
-16
/
+23
2024-09-01
xfs: factor out rtbitmap/summary initialization helpers
Christoph Hellwig
3
-117
/
+133
2024-09-01
xfs: factor out a xfs_last_rt_bmblock helper
Christoph Hellwig
1
-10
/
+19
2024-09-01
xfs: factor out a xfs_growfs_rt_bmblock helper
Christoph Hellwig
1
-159
/
+158
2024-09-01
xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtalloc
Christoph Hellwig
1
-20
/
+18
2024-09-01
xfs: cleanup the calling convention for xfs_rtpick_extent
Christoph Hellwig
1
-8
/
+4
2024-09-01
xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
Christoph Hellwig
2
-21
/
+32
2024-09-01
xfs: assert a valid limit in xfs_rtfind_forw
Christoph Hellwig
1
-0
/
+2
2024-09-01
xfs: remove the limit argument to xfs_rtfind_back
Christoph Hellwig
3
-7
/
+6
2024-09-01
xfs: make the RT rsum_cache mandatory
Christoph Hellwig
1
-11
/
+15
2024-09-01
xfs: factor out a xfs_validate_rt_geometry helper
Christoph Hellwig
2
-29
/
+36
2024-09-01
xfs: remove xfs_validate_rtextents
Christoph Hellwig
3
-14
/
+2
2024-09-01
xfs: pass the icreate args object to xfs_dialloc
Darrick J. Wong
6
-8
/
+11
2024-09-01
xfs: match on the global RT inode numbers in xfs_is_metadata_inode
Christoph Hellwig
1
-3
/
+4
2024-09-01
xfs: validate inumber in xfs_iget
Darrick J. Wong
1
-1
/
+1
2024-09-01
xfs: introduce new file range commit ioctls
Darrick J. Wong
5
-3
/
+243
2024-08-28
xfs: refactor xfs_file_fallocate
Christoph Hellwig
1
-122
/
+208
2024-08-28
xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_space
Christoph Hellwig
2
-5
/
+6
2024-08-28
xfs: call xfs_flush_unmap_range from xfs_free_file_space
Christoph Hellwig
2
-21
/
+8
2024-08-27
xfs: reset rootdir extent size hint after growfsrt
Darrick J. Wong
1
-0
/
+40
2024-08-27
xfs: take m_growlock when running growfsrt
Darrick J. Wong
1
-13
/
+25
2024-08-27
xfs: Fix missing interval for missing_owner in xfs fsmap
Zizhi Wo
1
-1
/
+23
2024-08-27
xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
Darrick J. Wong
1
-2
/
+2
2024-08-26
xfs: Fix the owner setting issue for rmap query in xfs fsmap
Zizhi Wo
1
-1
/
+1
2024-08-26
xfs: don't bother reporting blocks trimmed via FITRIM
Darrick J. Wong
1
-25
/
+11
2024-08-26
xfs: xfs_finobt_count_blocks() walks the wrong btree
Dave Chinner
1
-1
/
+1
2024-08-26
xfs: fix folio dirtying for XFILE_ALLOC callers
Darrick J. Wong
1
-1
/
+1
2024-08-26
xfs: fix di_onlink checking for V1/V2 inodes
Darrick J. Wong
1
-4
/
+10
2024-08-14
xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
Darrick J. Wong
1
-0
/
+11
2024-08-14
xfs: revert AIL TASK_KILLABLE threshold
Darrick J. Wong
1
-1
/
+6
2024-08-14
xfs: attr forks require attr, not attr2
Darrick J. Wong
1
-1
/
+7
2024-08-12
struct fd: representation change
Al Viro
1
-1
/
+1
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
3
-18
/
+18
2024-07-29
xfs: convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-29
xfs: convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-29
xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
Julian Sun
2
-15
/
+15
2024-07-29
xfs: fix file_path handling in tracepoints
Darrick J. Wong
2
-12
/
+8
2024-07-29
xfs: allow SECURE namespace xattrs to use reserved block pool
Eric Sandeen
1
-1
/
+18
2024-07-29
xfs: fix a memory leak
Darrick J. Wong
1
-1
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-3
/
+3
2024-07-17
Merge tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
78
-3393
/
+3769
2024-07-15
Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+14
2024-07-15
Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+3
2024-07-09
xfs: fix rtalloc rotoring when delalloc is in use
Christoph Hellwig
1
-1
/
+2
2024-07-04
xfs: get rid of xfs_ag_resv_rmapbt_alloc
Long Li
2
-20
/
+6
2024-07-04
xfs: skip flushing log items during push
Dave Chinner
4
-3
/
+16
[prev]
[next]