index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
2020-09-25
xfs: directly call xfs_generic_create() for ->create() and ->mkdir()
Kaixu Xia
2020-09-25
xfs: avoid shared rmap operations for attr fork extents
Darrick J. Wong
2020-09-25
xfs: drop the obsolete comment on filestream locking
Gao Xiang
2020-09-25
xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}
Kaixu Xia
2020-09-25
xfs: do the assert for all the log done items in xfs_trans_cancel
Kaixu Xia
2020-09-25
xfs: remove the unused parameter id from xfs_qm_dqattach_one
Kaixu Xia
2020-09-25
xfs: remove the redundant crc feature check in xfs_attr3_rmt_verify
Kaixu Xia
2020-09-25
xfs: fix some comments
Kaixu Xia
2020-09-25
xfs: remove the unnecessary xfs_dqid_t type cast
Kaixu Xia
2020-09-25
xfs: use the existing type definition for di_projid
Kaixu Xia
2020-09-25
xfs: remove the unused SYNCHRONIZE macro
Kaixu Xia
2020-09-23
xfs: clean up calculation of LR header blocks
Gao Xiang
2020-09-23
xfs: avoid LR buffer overrun due to crafted h_len
Gao Xiang
2020-09-23
xfs: don't release log intent items when recovery fails
Darrick J. Wong
2020-09-23
xfs: attach inode to dquot in xfs_bui_item_recover
Darrick J. Wong
2020-09-23
xfs: log new intent items created as part of finishing recovered intent items
Darrick J. Wong
2020-09-23
xfs: check dabtree node hash values when loading child blocks
Darrick J. Wong
2020-09-23
xfs: don't free rt blocks when we're doing a REMAP bunmapi call
Darrick J. Wong
2020-09-23
xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files
Chandan Babu R
2020-09-21
xfs: Set xfs_buf type flag when growing summary/bitmap files
Chandan Babu R
2020-09-21
xfs: drop extra transaction roll from inode extent truncate
Brian Foster
2020-09-21
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-15
xfs: deprecate the V4 format
Darrick J. Wong
2020-09-15
xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdev
Darrick J. Wong
2020-09-15
xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...
Darrick J. Wong
2020-09-15
xfs: refactor inode flags propagation code
Darrick J. Wong
2020-09-15
xfs: make sure the rt allocator doesn't run off the end
Darrick J. Wong
2020-09-15
xfs: Remove unneeded semicolon
Zheng Bin
2020-09-15
xfs: force the log after remapping a synchronous-writes file
Darrick J. Wong
2020-09-15
xfs: Convert xfs_attr_sf macros to inline functions
Carlos Maiolino
2020-09-15
xfs: Use variable-size array for nameval in xfs_attr_sf_entry
Carlos Maiolino
2020-09-15
xfs: Remove typedef xfs_attr_shortform_t
Carlos Maiolino
2020-09-15
xfs: remove typedef xfs_attr_sf_entry_t
Carlos Maiolino
2020-09-15
xfs: Remove kmem_zalloc_large()
Carlos Maiolino
2020-09-15
xfs: enable big timestamps
Darrick J. Wong
2020-09-15
xfs: trace timestamp limits
Darrick J. Wong
2020-09-15
xfs: widen ondisk quota expiration timestamps to handle y2038+
Darrick J. Wong
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-15
xfs: redefine xfs_ictimestamp_t
Darrick J. Wong
2020-09-15
xfs: redefine xfs_timestamp_t
Darrick J. Wong
2020-09-15
xfs: move xfs_log_dinode_to_disk to the log recovery code
Darrick J. Wong
2020-09-15
xfs: refactor quota timestamp coding
Darrick J. Wong
2020-09-15
xfs: refactor default quota grace period setting code
Darrick J. Wong
2020-09-15
xfs: refactor quota expiration timer modification
Darrick J. Wong
2020-09-15
xfs: explicitly define inode timestamp range
Darrick J. Wong
2020-09-15
xfs: enable new inode btree counters feature
Darrick J. Wong
2020-09-15
xfs: support inode btree blockcounts in online repair
Darrick J. Wong
2020-09-15
xfs: support inode btree blockcounts in online scrub
Darrick J. Wong
2020-09-15
xfs: use the finobt block counts to speed up mount times
Darrick J. Wong
[prev]
[next]