index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
2025-02-27
xfs: don't over-report free space or inodes in statvfs
Darrick J. Wong
2025-02-27
xfs: report realtime block quota limits on realtime directories
Darrick J. Wong
2025-02-27
xfs: Check for delayed allocations before setting extsize
Ojaswin Mujoo
2025-02-27
xfs: streamline xfs_filestream_pick_ag
Christoph Hellwig
2025-02-27
xfs: Reduce unnecessary searches when searching for the best extents
Chi Zhiling
2025-02-27
xfs: update the pag for the last AG at recovery time
Christoph Hellwig
2025-02-27
xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
Christoph Hellwig
2025-02-27
xfs: error out when a superblock buffer update reduces the agcount
Christoph Hellwig
2025-02-27
xfs: update the file system geometry after recoverying superblock buffers
Christoph Hellwig
2025-02-27
xfs: pass the exact range to initialize to xfs_initialize_perag
Christoph Hellwig
2025-02-27
xfs: Remove empty declartion in header file
Zhang Zekun
2025-02-27
xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()
Uros Bizjak
2025-02-27
xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc
Christoph Hellwig
2025-02-27
xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
Christoph Hellwig
2025-02-27
xfs: don't ifdef around the exact minlen allocations
Christoph Hellwig
2025-02-27
xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
Christoph Hellwig
2025-02-27
xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
Christoph Hellwig
2025-02-27
xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
Christoph Hellwig
2025-02-27
xfs: return bool from xfs_attr3_leaf_add
Christoph Hellwig
2025-02-27
xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
Christoph Hellwig
2025-02-27
xfs: don't free cowblocks from under dirty pagecache on unshare
Brian Foster
2025-02-27
xfs: skip background cowblock trims on inodes open for write
Brian Foster
2025-02-27
xfs: fix a typo
Andrew Kreimer
2025-02-27
xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
Darrick J. Wong
2025-02-27
xfs: validate inumber in xfs_iget
Darrick J. Wong
2025-02-27
xfs: assert a valid limit in xfs_rtfind_forw
Christoph Hellwig
2025-02-17
xfs: Add error handling for xfs_reflink_cancel_cow_range
Wentao Liang
2025-02-17
xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...
Wentao Liang
2024-12-27
xfs: reset rootdir extent size hint after growfsrt
Darrick J. Wong
2024-12-27
xfs: take m_growlock when running growfsrt
Darrick J. Wong
2024-12-27
xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
Darrick J. Wong
2024-12-27
xfs: Fix the owner setting issue for rmap query in xfs fsmap
Zizhi Wo
2024-12-27
xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
Darrick J. Wong
2024-12-27
xfs: attr forks require attr, not attr2
Darrick J. Wong
2024-12-27
xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
Julian Sun
2024-12-27
xfs: fix file_path handling in tracepoints
Darrick J. Wong
2024-12-27
xfs: convert comma to semicolon
Chen Ni
2024-12-27
xfs: don't walk off the end of a directory data block
lei lu
2024-12-27
xfs: Fix xfs_prepare_shift() range for RT
John Garry
2024-12-27
xfs: Fix xfs_flush_unmap_range() range for RT
John Garry
2024-12-27
xfs: create a new helper to return a file's allocation unit
Darrick J. Wong
2024-12-27
xfs: declare xfs_file.c symbols in xfs_file.h
Darrick J. Wong
2024-12-27
xfs: use consistent uid/gid when grabbing dquots for inodes
Darrick J. Wong
2024-12-27
xfs: verify buffer, inode, and dquot items every tx commit
Darrick J. Wong
2024-12-19
xfs: only run precommits once per transaction object
Darrick J. Wong
2024-12-19
xfs: fix scrub tracepoints when inode-rooted btrees are involved
Darrick J. Wong
2024-12-19
xfs: return from xfs_symlink_verify early on V4 filesystems
Darrick J. Wong
2024-12-19
xfs: don't drop errno values when we fail to ficlone the entire range
Darrick J. Wong
2024-12-19
xfs: update btree keys correctly when _insrec splits an inode root block
Darrick J. Wong
2024-12-09
xfs: remove unknown compat feature check in superblock write validation
Long Li
[next]