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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-08
xfs: refactor intent item iop_recover calls
Darrick J. Wong
5
-137
/
+54
2020-05-08
xfs: refactor intent item RECOVERED flag into the log item
Darrick J. Wong
9
-42
/
+20
2020-05-08
xfs: refactor adding recovered intent items to the log
Darrick J. Wong
6
-28
/
+26
2020-05-08
xfs: refactor releasing finished intents during log recovery
Darrick J. Wong
7
-129
/
+78
2020-05-08
xfs: refactor xlog_item_is_intent now that we're done converting
Darrick J. Wong
1
-14
/
+6
2020-05-08
xfs: refactor recovered BUI log item playback
Darrick J. Wong
3
-73
/
+41
2020-05-08
xfs: refactor recovered CUI log item playback
Darrick J. Wong
3
-58
/
+35
2020-05-08
xfs: refactor recovered RUI log item playback
Darrick J. Wong
3
-58
/
+35
2020-05-08
xfs: refactor recovered EFI log item playback
Darrick J. Wong
4
-61
/
+45
2020-05-08
xfs: remove log recovery quotaoff item dispatch for pass2 commit functions
Darrick J. Wong
2
-27
/
+7
2020-05-08
xfs: refactor log recovery BUI item dispatch for pass2 commit functions
Darrick J. Wong
3
-132
/
+131
2020-05-08
xfs: refactor log recovery CUI item dispatch for pass2 commit functions
Darrick J. Wong
3
-128
/
+127
2020-05-08
xfs: refactor log recovery RUI item dispatch for pass2 commit functions
Darrick J. Wong
3
-104
/
+101
2020-05-08
xfs: refactor log recovery EFI item dispatch for pass2 commit functions
Darrick J. Wong
3
-107
/
+104
2020-05-08
xfs: refactor log recovery icreate item dispatch for pass2 commit functions
Darrick J. Wong
2
-126
/
+132
2020-05-08
xfs: refactor log recovery dquot item dispatch for pass2 commit functions
Darrick J. Wong
2
-112
/
+109
2020-05-08
xfs: refactor log recovery inode item dispatch for pass2 commit functions
Darrick J. Wong
2
-355
/
+355
2020-05-08
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
3
-791
/
+820
2020-05-08
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
4
-89
/
+64
2020-05-08
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
5
-92
/
+73
2020-05-08
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong
11
-39
/
+265
2020-05-08
xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
Darrick J. Wong
2
-14
/
+16
2020-05-07
xfs: remove unused iget_flags param from xfs_imap_to_bp()
Brian Foster
5
-11
/
+8
2020-05-07
xfs: remove unused shutdown types
Brian Foster
2
-6
/
+1
2020-05-07
xfs: random buffer write failure errortag
Brian Foster
3
-1
/
+12
2020-05-07
xfs: remove unused iflush stale parameter
Brian Foster
4
-7
/
+6
2020-05-07
xfs: combine xfs_trans_ail_[remove|delete]()
Brian Foster
6
-43
/
+6
2020-05-07
xfs: drop unused shutdown parameter from xfs_trans_ail_remove()
Brian Foster
5
-10
/
+5
2020-05-07
xfs: use delete helper for items expected to be in AIL
Brian Foster
4
-4
/
+4
2020-05-07
xfs: acquire ->ail_lock from xfs_trans_ail_delete()
Brian Foster
4
-25
/
+25
2020-05-07
xfs: abort consistently on dquot flush failure
Brian Foster
1
-22
/
+10
2020-05-07
xfs: fix duplicate verification from xfs_qm_dqflush()
Brian Foster
1
-5
/
+4
2020-05-07
xfs: ratelimit unmount time per-buffer I/O error alert
Brian Foster
1
-4
/
+17
2020-05-07
xfs: refactor ratelimited buffer error messages into helper
Brian Foster
5
-17
/
+41
2020-05-07
xfs: reset buffer write failure state on successful completion
Brian Foster
1
-3
/
+5
2020-05-07
xfs: remove unnecessary shutdown check from xfs_iflush()
Brian Foster
2
-19
/
+1
2020-05-07
xfs: simplify inode flush error handling
Brian Foster
1
-72
/
+45
2020-05-07
xfs: factor out buffer I/O failure code
Brian Foster
4
-27
/
+22
2020-05-07
xfs: refactor failed buffer resubmission into xfsaild
Brian Foster
5
-71
/
+41
2020-05-06
xfs: clean up the error handling in xfs_swap_extents
Darrick J. Wong
1
-1
/
+1
2020-05-04
fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
Ira Weiny
3
-51
/
+29
2020-05-04
fs/xfs: Create function xfs_inode_should_enable_dax()
Ira Weiny
1
-6
/
+22
2020-05-04
fs/xfs: Make DAX mount option a tri-state
Ira Weiny
2
-4
/
+43
2020-05-04
fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
Ira Weiny
3
-7
/
+6
2020-05-04
fs/xfs: Remove unnecessary initialization of i_rwsem
Ira Weiny
1
-3
/
+1
2020-05-04
xfs: spell out the parameter name for ->cancel_item
Christoph Hellwig
1
-1
/
+1
2020-05-04
xfs: use a xfs_btree_cur for the ->finish_cleanup state
Christoph Hellwig
6
-46
/
+19
2020-05-04
xfs: turn dfp_done into a xfs_log_item
Christoph Hellwig
6
-24
/
+24
2020-05-04
xfs: refactor xfs_defer_finish_noroll
Christoph Hellwig
1
-69
/
+59
2020-05-04
xfs: turn dfp_intent into a xfs_log_item
Christoph Hellwig
5
-29
/
+30
[next]