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-03-14
xfs: constify xfs_name_dotdot
Darrick J. Wong
2
-2
/
+6
2022-03-14
xfs: constify the name argument to various directory functions
Darrick J. Wong
3
-20
/
+21
2022-01-21
Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-4
/
+4
2022-01-21
Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-25
/
+4
2022-01-17
xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions
Darrick J. Wong
1
-4
/
+4
2022-01-17
xfs: remove the XFS_IOC_FSSETDM definitions
Darrick J. Wong
1
-25
/
+4
2022-01-13
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2021-12-04
xfs: pass the mapping flags to xfs_bmbt_to_iomap
Christoph Hellwig
1
-2
/
+2
2021-11-24
xfs: Fix the free logic of state in xfs_attr_node_hasname
Yang Xu
1
-10
/
+7
2021-11-11
xfs: sync xfs_btree_split macros with userspace libxfs
Darrick J. Wong
1
-0
/
+4
2021-11-10
xfs: #ifdef out perag code for userspace
Eric Sandeen
2
-3
/
+7
2021-11-08
xfs: use swap() to make dabtree code cleaner
Yang Guang
1
-4
/
+1
2021-10-23
xfs: remove unused parameter from refcount code
Darrick J. Wong
1
-11
/
+8
2021-10-23
xfs: reduce the size of struct xfs_extent_free_item
Darrick J. Wong
2
-11
/
+22
2021-10-23
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
9
-92
/
+113
2021-10-23
xfs: create slab caches for frequently-used deferred items
Darrick J. Wong
8
-9
/
+139
2021-10-23
xfs: compact deferred intent item structures
Darrick J. Wong
3
-3
/
+3
2021-10-23
xfs: rename _zone variables to _cache
Darrick J. Wong
8
-18
/
+17
2021-10-23
xfs: remove kmem_zone typedef
Darrick J. Wong
13
-14
/
+14
2021-10-19
xfs: use separate btree cursor cache for each btree type
Darrick J. Wong
12
-23
/
+178
2021-10-19
xfs: compute absolute maximum nlevels for each btree type
Darrick J. Wong
14
-17
/
+203
2021-10-19
xfs: kill XFS_BTREE_MAXLEVELS
Darrick J. Wong
1
-2
/
+0
2021-10-19
xfs: compute the maximum height of the rmap btree when reflink enabled
Darrick J. Wong
5
-18
/
+85
2021-10-19
xfs: clean up xfs_btree_{calc_size,compute_maxlevels}
Darrick J. Wong
2
-36
/
+37
2021-10-19
xfs: compute maximum AG btree height for critical reservation calculation
Darrick J. Wong
1
-1
/
+2
2021-10-19
xfs: rename m_ag_maxlevels to m_allocbt_maxlevels
Darrick J. Wong
5
-13
/
+16
2021-10-19
xfs: dynamically allocate cursors based on maxlevels
Darrick J. Wong
6
-7
/
+20
2021-10-19
xfs: encode the max btree height in the cursor
Darrick J. Wong
4
-8
/
+10
2021-10-19
xfs: refactor btree cursor allocation function
Darrick J. Wong
6
-22
/
+21
2021-10-19
xfs: rearrange xfs_btree_cur fields for better packing
Darrick J. Wong
1
-4
/
+4
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
4
-96
/
+121
2021-10-19
xfs: reduce the size of nr_ops for refcount btree cursors
Darrick J. Wong
1
-4
/
+4
2021-10-19
xfs: remove xfs_btree_cur.bc_blocklog
Darrick J. Wong
6
-7
/
+0
2021-10-19
xfs: fix perag reference leak on iteration race with growfs
Brian Foster
1
-10
/
+6
2021-10-19
xfs: terminate perag iteration reliably on agcount
Brian Foster
1
-1
/
+1
2021-10-19
xfs: rename the next_agno perag iteration variable
Brian Foster
1
-9
/
+9
2021-10-19
xfs: fold perag loop iteration logic into helper function
Brian Foster
1
-3
/
+13
2021-10-14
xfs: remove the xfs_dqblk_t typedef
Christoph Hellwig
2
-4
/
+4
2021-10-14
xfs: remove the xfs_dsb_t typedef
Christoph Hellwig
2
-4
/
+4
2021-10-14
xfs: remove the xfs_dinode_t typedef
Christoph Hellwig
3
-13
/
+13
2021-10-14
xfs: check that bc_nlevels never overflows
Darrick J. Wong
2
-0
/
+4
2021-10-14
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
4
-24
/
+24
2021-10-14
xfs: fix maxlevels comparisons in the btree staging code
Darrick J. Wong
1
-2
/
+2
2021-10-14
xfs: port the defer ops capture and continue to resource capture
Darrick J. Wong
2
-29
/
+71
2021-10-14
xfs: formalize the process of holding onto resources across a defer roll
Darrick J. Wong
2
-31
/
+78
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
[next]