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.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
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-28
xfs: validate inode fork size against fork format
Dave Chinner
1
-9
/
+26
2022-07-29
xfs: fix perag reference leak on iteration race with growfs
Brian Foster
1
-10
/
+6
2022-07-29
xfs: terminate perag iteration reliably on agcount
Brian Foster
1
-1
/
+1
2022-07-29
xfs: rename the next_agno perag iteration variable
Brian Foster
1
-9
/
+9
2022-07-29
xfs: fold perag loop iteration logic into helper function
Brian Foster
1
-3
/
+13
2022-07-29
xfs: fix maxlevels comparisons in the btree staging code
Darrick J. Wong
1
-2
/
+2
2022-07-02
xfs: Fix the free logic of state in xfs_attr_node_hasname
Yang Xu
1
-10
/
+7
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
13
-37
/
+37
2021-08-19
xfs: introduce xfs_buf_daddr()
Dave Chinner
10
-16
/
+16
2021-08-19
xfs: kill xfs_sb_version_has_v3inode()
Dave Chinner
4
-19
/
+15
2021-08-19
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
2
-30
/
+31
2021-08-19
xfs: remove unused xfs_sb_version_has wrappers
Dave Chinner
1
-152
/
+3
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
24
-77
/
+75
2021-08-19
xfs: open code sb verifier feature checks
Dave Chinner
3
-65
/
+81
2021-08-19
xfs: convert xfs_fs_geometry to use mount feature checks
Dave Chinner
2
-23
/
+25
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
5
-15
/
+15
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
2
-2
/
+2
2021-08-19
xfs: convert mount flags to features
Dave Chinner
4
-28
/
+31
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
32
-126
/
+126
2021-08-19
xfs: reflect sb features in xfs_mount
Dave Chinner
3
-1
/
+68
2021-08-19
xfs: rework attr2 feature and mount options
Dave Chinner
1
-7
/
+0
2021-08-19
xfs: rename xfs_has_attr()
Dave Chinner
2
-5
/
+3
2021-08-19
xfs: sb verifier doesn't handle uncached sb buffer
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: resolve fork names in trace output
Darrick J. Wong
1
-0
/
+5
2021-08-19
xfs: constify btree function parameters that are not modified
Darrick J. Wong
2
-44
/
+47
2021-08-19
xfs: make the start pointer passed to btree update_lastrec functions const
Darrick J. Wong
2
-9
/
+9
2021-08-19
xfs: make the start pointer passed to btree alloc_block functions const
Darrick J. Wong
7
-34
/
+34
2021-08-19
xfs: make the pointer passed to btree set_root functions const
Darrick J. Wong
6
-19
/
+19
2021-08-19
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
2
-2
/
+3
2021-08-19
xfs: make the keys and records passed to btree inorder functions const
Darrick J. Wong
6
-40
/
+40
2021-08-19
xfs: mark the record passed into btree init_key functions as const
Darrick J. Wong
7
-33
/
+33
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
10
-28
/
+29
2021-08-19
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
6
-14
/
+16
2021-08-19
xfs: make the key parameters to all btree key comparison functions const
Darrick J. Wong
6
-50
/
+50
2021-08-19
xfs: make xfs_rtalloc_query_range input parameters const
Darrick J. Wong
1
-7
/
+7
2021-08-11
xfs: Rename __xfs_attr_rmtval_remove
Allison Henderson
3
-5
/
+5
2021-08-10
xfs: add attr state machine tracepoints
Allison Henderson
2
-2
/
+30
2021-08-10
xfs: refactor xfs_iget calls from log intent recovery
Darrick J. Wong
1
-0
/
+2
2021-08-10
xfs: allow setting and clearing of log incompat feature flags
Darrick J. Wong
1
-0
/
+15
2021-08-10
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
1
-1
/
+1
2021-08-09
xfs: fix silly whitespace problems with kernel libxfs
Darrick J. Wong
4
-4
/
+4
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
1
-26
/
+4
2021-08-06
xfs: remove support for disabling quota accounting on a mounted file system
Christoph Hellwig
2
-32
/
+0
2021-08-01
Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+10
2021-07-29
xfs: logging the on disk inode LSN can make it go backwards
Dave Chinner
1
-1
/
+10
2021-07-18
Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-18
/
+86
2021-07-15
xfs: correct the narrative around misaligned rtinherit/extszinherit dirs
Darrick J. Wong
2
-18
/
+20
2021-07-15
xfs: check for sparse inode clusters that cross new EOAG when shrinking
Darrick J. Wong
3
-0
/
+66
2021-07-12
xfs: Fix multiple fall-through warnings for Clang
Gustavo A. R. Silva
1
-8
/
+8
2021-07-03
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
37
-1305
/
+2117
[next]