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