index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-30
xfs: block reservation too large for minleft allocation
Dave Chinner
3
-11
/
+12
2024-09-30
xfs: prefer free inodes at ENOSPC over chunk allocation
Dave Chinner
1
-0
/
+17
2024-09-30
xfs: fix low space alloc deadlock
Dave Chinner
3
-26
/
+58
2024-09-30
xfs: don't use BMBT btree split workers for IO completion
Dave Chinner
1
-2
/
+16
2024-09-30
xfs: fix extent busy updating
Wengang Wang
1
-0
/
+1
2024-09-30
xfs: Fix deadlock on xfs_inodegc_worker
Wu Guanghao
1
-0
/
+10
2024-09-30
xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEING
Dave Chinner
1
-4
/
+12
2024-08-14
xfs: fix log recovery buffer allocation for the legacy h_size fixup
Christoph Hellwig
1
-6
/
+14
2024-05-25
xfs: short circuit xfs_growfs_data_private() if delta is zero
Eric Sandeen
1
-0
/
+4
2024-05-25
xfs: get root inode correctly at bulkstat
Hironori Shiina
1
-2
/
+2
2024-05-25
xfs: fix log recovery when unknown rocompat bits are set
Darrick J. Wong
2
-18
/
+2
2024-05-25
xfs: allow inode inactivation during a ro mount log recovery
Darrick J. Wong
1
-4
/
+10
2024-05-25
xfs: invalidate xfs_bufs when allocating cow extents
Darrick J. Wong
1
-1
/
+1
2024-05-25
xfs: estimate post-merge refcounts correctly
Darrick J. Wong
1
-4
/
+21
2024-05-25
xfs: hoist refcount record merge predicates
Darrick J. Wong
1
-16
/
+113
2024-05-25
xfs: fix super block buf log item UAF during force shutdown
Guo Xuenan
1
-0
/
+2
2024-05-25
xfs: wait iclog complete before tearing down AIL
Guo Xuenan
1
-11
/
+25
2024-05-25
xfs: attach dquots to inode before reading data/cow fork mappings
Darrick J. Wong
1
-4
/
+4
2024-05-25
xfs: invalidate block device page cache during unmount
Darrick J. Wong
1
-0
/
+1
2024-05-25
xfs: fix incorrect i_nlink caused by inode racing
Long Li
1
-0
/
+6
2024-05-25
xfs: fix sb write verify for lazysbcount
Long Li
2
-1
/
+18
2024-05-25
xfs: fix incorrect error-out in xfs_remove
Darrick J. Wong
1
-1
/
+1
2024-05-25
xfs: fix off-by-one-block in xfs_discard_folio()
Dave Chinner
1
-7
/
+14
2024-05-25
xfs: drop write error injection is unfixable, remove it
Dave Chinner
3
-23
/
+25
2024-05-25
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
5
-27
/
+87
2024-05-25
xfs: xfs_bmap_punch_delalloc_range() should take a byte range
Dave Chinner
4
-21
/
+15
2024-05-25
xfs,iomap: move delalloc punching to iomap
Dave Chinner
1
-39
/
+8
2024-05-25
xfs: use byte ranges for write cleanup ranges
Dave Chinner
1
-15
/
+25
2024-05-25
xfs: punching delalloc extents on write failure is racy
Dave Chinner
1
-18
/
+23
2024-05-25
xfs: write page faults in iomap are not buffered writes
Dave Chinner
3
-1
/
+11
2024-02-01
xfs: read only mounts with fsopen mount API are busted
Dave Chinner
1
-10
/
+17
2023-11-28
xfs: recovery should not clear di_flushiter unconditionally
Dave Chinner
1
-15
/
+17
2023-07-19
xfs: fix xfs_inodegc_stop racing with mod_delayed_work
Darrick J. Wong
1
-5
/
+27
2023-07-19
xfs: disable reaping in fscounters scrub
Darrick J. Wong
5
-38
/
+6
2023-07-19
xfs: check that per-cpu inodegc workers actually run on that cpu
Darrick J. Wong
3
-0
/
+8
2023-07-19
xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
Darrick J. Wong
1
-2
/
+4
2023-06-09
xfs: verify buffer contents when we skip log replay
Darrick J. Wong
1
-0
/
+10
2023-05-11
xfs: don't consider future format versions valid
Dave Chinner
1
-5
/
+6
2022-10-31
xfs: rename XFS_REFC_COW_START to _COWFLAG
Darrick J. Wong
3
-6
/
+6
2022-10-31
xfs: fix uninitialized list head in struct xfs_refcount_recovery
Darrick J. Wong
1
-4
/
+6
2022-10-31
xfs: fix agblocks check in the cow leftover recovery function
Darrick J. Wong
1
-1
/
+3
2022-10-31
xfs: check record domain when accessing refcount records
Darrick J. Wong
2
-14
/
+43
2022-10-31
xfs: remove XFS_FIND_RCEXT_SHARED and _COW
Darrick J. Wong
1
-31
/
+17
2022-10-31
xfs: refactor domain and refcount checking
Darrick J. Wong
3
-10
/
+17
2022-10-31
xfs: report refcount domain in tracepoints
Darrick J. Wong
2
-9
/
+43
2022-10-31
xfs: track cow/shared record domains explicitly in xfs_refcount_irec
Darrick J. Wong
5
-67
/
+151
2022-10-31
xfs: refactor refcount record usage in xchk_refcountbt_rec
Darrick J. Wong
1
-30
/
+24
2022-10-31
xfs: move _irec structs to xfs_types.h
Darrick J. Wong
2
-20
/
+20
2022-10-31
xfs: check deferred refcount op continuation parameters
Darrick J. Wong
1
-2
/
+36
2022-10-31
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
7
-26
/
+24
[prev]
[next]