index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
Lukas Czerner
2022-10-26
1
-2
/
+8
*
xfs: validate inode fork size against fork format
Dave Chinner
2022-09-28
1
-9
/
+26
*
xfs: fix xfs_ifree() error handling to not leak perag ref
Brian Foster
2022-09-28
1
-1
/
+1
*
xfs: reorder iunlink remove operation in xfs_ifree
Dave Chinner
2022-09-28
1
-11
/
+13
*
xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*
Darrick J. Wong
2022-08-25
1
-1
/
+1
*
xfs: revert "xfs: actually bump warning counts when we send warnings"
Eric Sandeen
2022-08-25
1
-1
/
+0
*
xfs: fix soft lockup via spinning in filestream ag selection loop
Brian Foster
2022-08-25
1
-3
/
+4
*
xfs: fix overfilling of reserve pool
Darrick J. Wong
2022-08-25
1
-7
/
+6
*
xfs: always succeed at setting the reserve pool size
Darrick J. Wong
2022-08-25
1
-4
/
+5
*
xfs: remove infinite loop when reserving free block pool
Darrick J. Wong
2022-08-25
1
-30
/
+20
*
xfs: reserve quota for target dir expansion when renaming files
Darrick J. Wong
2022-08-25
1
-1
/
+32
*
xfs: reserve quota for dir expansion when linking/unlinking files
Darrick J. Wong
2022-08-25
3
-29
/
+106
*
xfs: flush inodegc workqueue tasks before cancel
Brian Foster
2022-08-25
1
-18
/
+4
*
xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()
Dan Carpenter
2022-07-29
2
-3
/
+4
*
xfs: fix perag reference leak on iteration race with growfs
Brian Foster
2022-07-29
1
-10
/
+6
*
xfs: terminate perag iteration reliably on agcount
Brian Foster
2022-07-29
1
-1
/
+1
*
xfs: rename the next_agno perag iteration variable
Brian Foster
2022-07-29
1
-9
/
+9
*
xfs: fold perag loop iteration logic into helper function
Brian Foster
2022-07-29
1
-3
/
+13
*
xfs: fix maxlevels comparisons in the btree staging code
Darrick J. Wong
2022-07-29
1
-2
/
+2
*
xfs: drop async cache flushes from CIL commits.
Dave Chinner
2022-07-21
5
-93
/
+25
*
xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
Dave Chinner
2022-07-21
1
-9
/
+13
*
xfs: don't include bnobt blocks when reserving free block pool
Darrick J. Wong
2022-07-21
3
-2
/
+17
*
xfs: only run COW extent recovery when there are no live extents
Darrick J. Wong
2022-07-21
4
-21
/
+27
*
xfs: remove incorrect ASSERT in xfs_rename
Eric Sandeen
2022-07-12
1
-1
/
+0
*
fs: port higher-level mapping helpers
Christian Brauner
2022-07-02
2
-6
/
+6
*
fs: move mapping helpers
Christian Brauner
2022-07-02
1
-0
/
+1
*
xfs: only bother with sync_filesystem during readonly remount
Darrick J. Wong
2022-07-02
1
-2
/
+5
*
xfs: prevent UAF in xfs_log_item_in_current_chkpt
Darrick J. Wong
2022-07-02
1
-3
/
+3
*
xfs: check sb_meta_uuid for dabuf buffer recovery
Dave Chinner
2022-07-02
1
-1
/
+1
*
xfs: remove all COW fork extents when remounting readonly
Darrick J. Wong
2022-07-02
1
-3
/
+11
*
xfs: Fix the free logic of state in xfs_attr_node_hasname
Yang Xu
2022-07-02
1
-10
/
+7
*
xfs: punch out data fork delalloc blocks on COW writeback failure
Brian Foster
2022-07-02
1
-3
/
+12
*
xfs: use kmem_cache_free() for kmem_cache objects
Rustam Kovhaev
2022-07-02
1
-3
/
+3
*
iomap: Add done_before argument to iomap_dio_rw
Andreas Gruenbacher
2022-05-01
1
-3
/
+3
*
xfs: return errors in xfs_fs_sync_fs
Darrick J. Wong
2022-04-27
1
-1
/
+5
*
xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate
Darrick J. Wong
2022-01-11
1
-1
/
+2
*
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-09
1
-4
/
+12
|
\
|
*
dax: remove bdev_dax_supported
Christoph Hellwig
2021-08-26
1
-1
/
+2
|
*
xfs: factor out a xfs_buftarg_is_dax helper
Christoph Hellwig
2021-08-26
1
-4
/
+11
*
|
Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-09-02
2
-3
/
+6
|
\
\
|
*
|
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2021-08-18
2
-3
/
+6
|
|
/
*
|
Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-09-02
150
-3201
/
+4064
|
\
\
|
*
|
xfs: fix I_DONTCACHE
Dave Chinner
2021-08-24
2
-2
/
+3
|
*
|
xfs: only set IOMAP_F_SHARED when providing a srcmap to a write
Darrick J. Wong
2021-08-23
1
-4
/
+4
|
*
|
xfs: fix perag structure refcounting error when scrub fails
Darrick J. Wong
2021-08-20
4
-4
/
+7
|
*
|
xfs: rename buffer cache index variable b_bn
Dave Chinner
2021-08-19
2
-25
/
+12
|
*
|
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
2021-08-19
21
-61
/
+58
|
*
|
xfs: introduce xfs_buf_daddr()
Dave Chinner
2021-08-19
15
-22
/
+26
|
*
|
xfs: kill xfs_sb_version_has_v3inode()
Dave Chinner
2021-08-19
4
-19
/
+15
|
*
|
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
2021-08-19
5
-38
/
+38
[next]