index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab
Darrick J. Wong
1
-5
/
+66
2021-06-03
xfs: pass the goal of the incore inode walk to xfs_inode_walk()
Darrick J. Wong
2
-21
/
+43
2021-06-03
xfs: rename xfs_inode_walk functions to xfs_icwalk
Darrick J. Wong
1
-11
/
+11
2021-06-03
xfs: move the inode walk functions further down
Darrick J. Wong
1
-195
/
+206
2021-06-03
xfs: detach inode dquots at the end of inactivation
Darrick J. Wong
2
-12
/
+12
2021-06-03
xfs: move the quotaoff dqrele inode walk into xfs_icache.c
Darrick J. Wong
4
-57
/
+71
2021-06-02
xfs: don't take a spinlock unconditionally in the DIO fastpath
Dave Chinner
1
-11
/
+31
2021-06-02
xfs: mark xfs_bmap_set_attrforkoff static
Christoph Hellwig
2
-2
/
+1
2021-06-02
xfs: Remove redundant assignment to busy
Jiapeng Chong
1
-1
/
+0
2021-06-02
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
2021-06-01
xfs: Add delay ready attr set routines
Allison Henderson
5
-220
/
+610
2021-06-01
xfs: Add delay ready attr remove routines
Allison Henderson
6
-86
/
+327
2021-06-01
xfs: Hoist node transaction handling
Allison Henderson
1
-26
/
+29
2021-06-01
xfs: Hoist xfs_attr_leaf_addname
Allison Henderson
2
-114
/
+96
2021-06-01
xfs: Hoist xfs_attr_node_addname
Allison Henderson
1
-84
/
+75
2021-06-01
xfs: Add helper xfs_attr_node_addname_find_attr
Allison Henderson
1
-33
/
+54
2021-06-01
xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
Allison Henderson
1
-0
/
+23
2021-06-01
xfs: Refactor xfs_attr_set_shortform
Allison Henderson
1
-28
/
+14
2021-06-01
xfs: Add xfs_attr_node_remove_name
Allison Henderson
1
-9
/
+20
2021-06-01
xfs: Reverse apply 72b97ea40d
Allison Henderson
1
-19
/
+9
2021-06-01
xfs: move page freeing into _xfs_buf_free_pages()
Dave Chinner
1
-38
/
+23
2021-06-01
xfs: merge _xfs_buf_get_pages()
Dave Chinner
1
-34
/
+14
2021-06-01
xfs: use alloc_pages_bulk_array() for buffers
Dave Chinner
1
-38
/
+24
[prev]
[next]