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
2021-06-07
xfs: cleanup error handling in xfs_buf_get_map
Christoph Hellwig
1
-8
/
+7
2021-06-07
xfs: get rid of xb_to_gfp()
Dave Chinner
1
-4
/
+6
2021-06-07
xfs: simplify the b_page_count calculation
Christoph Hellwig
1
-11
/
+3
2021-06-07
xfs: remove ->b_offset handling for page backed buffers
Christoph Hellwig
2
-6
/
+5
2021-06-04
xfs: refactor per-AG inode tagging functions
Darrick J. Wong
4
-88
/
+80
2021-06-04
xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag
Darrick J. Wong
3
-115
/
+53
2021-06-04
xfs: pass struct xfs_eofblocks to the inode scan callback
Darrick J. Wong
1
-19
/
+15
2021-06-04
xfs: fix radix tree tag signs
Darrick J. Wong
2
-3
/
+3
2021-06-04
xfs: make the icwalk processing functions clean up the grab state
Darrick J. Wong
1
-9
/
+11
2021-06-04
xfs: clean up inode state flag tests in xfs_blockgc_igrab
Darrick J. Wong
1
-2
/
+5
2021-06-04
xfs: remove indirect calls from xfs_inode_walk{,_ag}
Darrick J. Wong
1
-24
/
+36
2021-06-04
xfs: remove iter_flags parameter from xfs_inode_walk_*
Darrick J. Wong
2
-26
/
+12
2021-06-04
xfs: move xfs_inew_wait call into xfs_dqrele_inode
Darrick J. Wong
1
-2
/
+4
2021-06-04
xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab
Darrick J. Wong
1
-5
/
+66
2021-06-04
xfs: pass the goal of the incore inode walk to xfs_inode_walk()
Darrick J. Wong
2
-21
/
+43
2021-06-04
xfs: rename xfs_inode_walk functions to xfs_icwalk
Darrick J. Wong
1
-11
/
+11
2021-06-04
xfs: move the inode walk functions further down
Darrick J. Wong
1
-195
/
+206
2021-06-04
xfs: detach inode dquots at the end of inactivation
Darrick J. Wong
2
-12
/
+12
2021-06-04
xfs: move the quotaoff dqrele inode walk into xfs_icache.c
Darrick J. Wong
4
-57
/
+71
2021-06-03
xfs: don't take a spinlock unconditionally in the DIO fastpath
Dave Chinner
1
-11
/
+31
2021-06-03
xfs: mark xfs_bmap_set_attrforkoff static
Christoph Hellwig
2
-2
/
+1
2021-06-03
xfs: Remove redundant assignment to busy
Jiapeng Chong
1
-1
/
+0
2021-06-03
xfs: sort variable alphabetically to avoid repeated declaration
Shaokun Zhang
1
-12
/
+8
2021-06-02
xfs: remove xfs_perag_t
Dave Chinner
3
-35
/
+35
2021-06-02
xfs: use perag through unlink processing
Dave Chinner
3
-80
/
+87
2021-06-02
xfs: clean up and simplify xfs_dialloc()
Dave Chinner
1
-118
/
+153
2021-06-02
xfs: inode allocation can use a single perag instance
Dave Chinner
1
-3
/
+3
2021-06-02
xfs: get rid of xfs_dir_ialloc()
Dave Chinner
6
-93
/
+44
2021-06-02
xfs: collapse AG selection for inode allocation
Dave Chinner
1
-147
/
+78
2021-06-02
xfs: simplify xfs_dialloc_select_ag() return values
Dave Chinner
2
-18
/
+8
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
19
-130
/
+130
2021-06-02
xfs: use perag for ialloc btree cursors
Dave Chinner
6
-116
/
+109
2021-06-02
xfs: convert allocbt cursors to use perags
Dave Chinner
7
-43
/
+32
2021-06-02
xfs: convert refcount btree cursor to use perags
Dave Chinner
9
-44
/
+50
2021-06-02
xfs: convert rmap btree cursor to using a perag
Dave Chinner
11
-46
/
+42
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
21
-70
/
+119
2021-06-02
xfs: pass perags around in fsmap data dev functions
Dave Chinner
2
-31
/
+59
2021-06-02
xfs: push perags through the ag reservation callouts
Dave Chinner
7
-23
/
+23
2021-06-02
xfs: pass perags through to the busy extent code
Dave Chinner
9
-63
/
+57
2021-06-02
xfs: convert secondary superblock walk to use perags
Dave Chinner
1
-5
/
+7
2021-06-02
xfs: convert xfs_iwalk to use perag references
Dave Chinner
2
-38
/
+64
2021-06-02
xfs: convert raw ag walks to use for_each_perag
Dave Chinner
4
-38
/
+43
2021-06-02
xfs: make for_each_perag... a first class citizen
Dave Chinner
6
-52
/
+39
2021-06-02
xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
Dave Chinner
7
-243
/
+252
2021-06-02
xfs: prepare for moving perag definitions and support to libxfs
Dave Chinner
2
-33
/
+42
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
31
-160
/
+172
2021-06-01
xfs: remove unnecessary shifts
Darrick J. Wong
1
-3
/
+3
2021-06-01
xfs: clean up open-coded fs block unit conversions
Darrick J. Wong
2
-3
/
+3
2021-06-01
xfs: Clean up xfs_attr_node_addname_clear_incomplete
Allison Henderson
1
-8
/
+3
2021-06-01
xfs: Remove xfs_attr_rmtval_set
Allison Henderson
2
-67
/
+0
[prev]
[next]