index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix type mismatches in the inode reclaim functions
Darrick J. Wong
2021-06-21
3
-9
/
+9
*
xfs: separate primary inode selection criteria in xfs_iget_cache_hit
Darrick J. Wong
2021-06-21
1
-23
/
+16
*
xfs: refactor the inode recycling code
Darrick J. Wong
2021-06-21
2
-64
/
+83
*
xfs: add iclog state trace events
Dave Chinner
2021-06-21
3
-0
/
+88
*
xfs: xfs_log_force_lsn isn't passed a LSN
Dave Chinner
2021-06-21
13
-65
/
+56
*
xfs: Fix CIL throttle hang when CIL space used going backwards
Dave Chinner
2021-06-21
3
-24
/
+49
*
xfs: journal IO cache flush reductions
Dave Chinner
2021-06-21
4
-48
/
+43
*
xfs: remove need_start_rec parameter from xlog_write()
Dave Chinner
2021-06-21
3
-25
/
+25
*
xfs: CIL checkpoint flushes caches unconditionally
Dave Chinner
2021-06-21
1
-4
/
+21
*
xfs: async blkdev cache flush
Dave Chinner
2021-06-21
2
-0
/
+37
*
xfs: remove xfs_blkdev_issue_flush
Dave Chinner
2021-06-21
5
-13
/
+5
*
xfs: separate CIL commit record IO
Dave Chinner
2021-06-18
3
-3
/
+16
*
xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs()
Geert Uytterhoeven
2021-06-18
1
-2
/
+2
*
xfs: log stripe roundoff is a property of the log
Dave Chinner
2021-06-18
3
-37
/
+27
*
xfs: remove redundant initialization of variable error
Shaokun Zhang
2021-06-18
1
-1
/
+1
*
xfs: perag may be null in xfs_imap()
Dave Chinner
2021-06-18
1
-1
/
+2
*
Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...
Darrick J. Wong
2021-06-18
8
-466
/
+1032
|
\
|
*
xfs: Make attr name schemes consistent
Allison Henderson
2021-06-09
3
-11
/
+11
|
*
xfs: Fix default ASSERT in xfs_attr_set_iter
Allison Henderson
2021-06-09
1
-1
/
+1
|
*
xfs: Clean up xfs_attr_node_addname_clear_incomplete
Allison Henderson
2021-06-01
1
-8
/
+3
|
*
xfs: Remove xfs_attr_rmtval_set
Allison Henderson
2021-06-01
2
-67
/
+0
|
*
xfs: Add delay ready attr set routines
Allison Henderson
2021-06-01
5
-220
/
+610
|
*
xfs: Add delay ready attr remove routines
Allison Henderson
2021-06-01
6
-86
/
+327
|
*
xfs: Hoist node transaction handling
Allison Henderson
2021-06-01
1
-26
/
+29
|
*
xfs: Hoist xfs_attr_leaf_addname
Allison Henderson
2021-06-01
2
-114
/
+96
|
*
xfs: Hoist xfs_attr_node_addname
Allison Henderson
2021-06-01
1
-84
/
+75
|
*
xfs: Add helper xfs_attr_node_addname_find_attr
Allison Henderson
2021-06-01
1
-33
/
+54
|
*
xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
Allison Henderson
2021-06-01
1
-0
/
+23
|
*
xfs: Refactor xfs_attr_set_shortform
Allison Henderson
2021-06-01
1
-28
/
+14
|
*
xfs: Add xfs_attr_node_remove_name
Allison Henderson
2021-06-01
1
-9
/
+20
|
*
xfs: Reverse apply 72b97ea40d
Allison Henderson
2021-06-01
1
-19
/
+9
*
|
xfs: rename struct xfs_eofblocks to xfs_icwalk
Darrick J. Wong
2021-06-08
5
-130
/
+130
*
|
xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_
Darrick J. Wong
2021-06-08
4
-26
/
+52
*
|
xfs: selectively keep sick inodes in memory
Darrick J. Wong
2021-06-08
1
-6
/
+39
*
|
xfs: drop IDONTCACHE on inodes when we mark them sick
Darrick J. Wong
2021-06-08
1
-0
/
+9
*
|
xfs: only reset incore inode health state flags when reclaiming an inode
Darrick J. Wong
2021-06-08
1
-3
/
+2
*
|
Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...
Darrick J. Wong
2021-06-08
9
-462
/
+504
|
\
\
|
*
|
xfs: refactor per-AG inode tagging functions
Darrick J. Wong
2021-06-04
4
-88
/
+80
|
*
|
xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag
Darrick J. Wong
2021-06-04
3
-115
/
+53
|
*
|
xfs: pass struct xfs_eofblocks to the inode scan callback
Darrick J. Wong
2021-06-04
1
-19
/
+15
|
*
|
xfs: fix radix tree tag signs
Darrick J. Wong
2021-06-04
2
-3
/
+3
|
*
|
xfs: make the icwalk processing functions clean up the grab state
Darrick J. Wong
2021-06-04
1
-9
/
+11
|
*
|
xfs: clean up inode state flag tests in xfs_blockgc_igrab
Darrick J. Wong
2021-06-04
1
-2
/
+5
|
*
|
xfs: remove indirect calls from xfs_inode_walk{,_ag}
Darrick J. Wong
2021-06-04
1
-24
/
+36
|
*
|
xfs: remove iter_flags parameter from xfs_inode_walk_*
Darrick J. Wong
2021-06-04
2
-26
/
+12
|
*
|
xfs: move xfs_inew_wait call into xfs_dqrele_inode
Darrick J. Wong
2021-06-04
1
-2
/
+4
|
*
|
xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab
Darrick J. Wong
2021-06-04
1
-5
/
+66
|
*
|
xfs: pass the goal of the incore inode walk to xfs_inode_walk()
Darrick J. Wong
2021-06-04
2
-21
/
+43
|
*
|
xfs: rename xfs_inode_walk functions to xfs_icwalk
Darrick J. Wong
2021-06-04
1
-11
/
+11
|
*
|
xfs: move the inode walk functions further down
Darrick J. Wong
2021-06-04
1
-195
/
+206
[next]