index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: refactor log recovery CUI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
3
-128
/
+127
*
xfs: refactor log recovery RUI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
3
-104
/
+101
*
xfs: refactor log recovery EFI item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
3
-107
/
+104
*
xfs: refactor log recovery icreate item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
2
-126
/
+132
*
xfs: refactor log recovery dquot item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
2
-112
/
+109
*
xfs: refactor log recovery inode item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
2
-355
/
+355
*
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
3
-791
/
+820
*
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
2020-05-08
4
-89
/
+64
*
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
2020-05-08
5
-92
/
+73
*
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong
2020-05-08
11
-39
/
+265
*
xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
Darrick J. Wong
2020-05-08
2
-14
/
+16
*
xfs: remove unused iget_flags param from xfs_imap_to_bp()
Brian Foster
2020-05-07
5
-11
/
+8
*
xfs: remove unused shutdown types
Brian Foster
2020-05-07
2
-6
/
+1
*
xfs: random buffer write failure errortag
Brian Foster
2020-05-07
3
-1
/
+12
*
xfs: remove unused iflush stale parameter
Brian Foster
2020-05-07
4
-7
/
+6
*
xfs: combine xfs_trans_ail_[remove|delete]()
Brian Foster
2020-05-07
6
-43
/
+6
*
xfs: drop unused shutdown parameter from xfs_trans_ail_remove()
Brian Foster
2020-05-07
5
-10
/
+5
*
xfs: use delete helper for items expected to be in AIL
Brian Foster
2020-05-07
4
-4
/
+4
*
xfs: acquire ->ail_lock from xfs_trans_ail_delete()
Brian Foster
2020-05-07
4
-25
/
+25
*
xfs: abort consistently on dquot flush failure
Brian Foster
2020-05-07
1
-22
/
+10
*
xfs: fix duplicate verification from xfs_qm_dqflush()
Brian Foster
2020-05-07
1
-5
/
+4
*
xfs: ratelimit unmount time per-buffer I/O error alert
Brian Foster
2020-05-07
1
-4
/
+17
*
xfs: refactor ratelimited buffer error messages into helper
Brian Foster
2020-05-07
5
-17
/
+41
*
xfs: reset buffer write failure state on successful completion
Brian Foster
2020-05-07
1
-3
/
+5
*
xfs: remove unnecessary shutdown check from xfs_iflush()
Brian Foster
2020-05-07
2
-19
/
+1
*
xfs: simplify inode flush error handling
Brian Foster
2020-05-07
1
-72
/
+45
*
xfs: factor out buffer I/O failure code
Brian Foster
2020-05-07
4
-27
/
+22
*
xfs: refactor failed buffer resubmission into xfsaild
Brian Foster
2020-05-07
5
-71
/
+41
*
xfs: clean up the error handling in xfs_swap_extents
Darrick J. Wong
2020-05-06
1
-1
/
+1
*
fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
Ira Weiny
2020-05-04
3
-51
/
+29
*
fs/xfs: Create function xfs_inode_should_enable_dax()
Ira Weiny
2020-05-04
1
-6
/
+22
*
fs/xfs: Make DAX mount option a tri-state
Ira Weiny
2020-05-04
2
-4
/
+43
*
fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
Ira Weiny
2020-05-04
3
-7
/
+6
*
fs/xfs: Remove unnecessary initialization of i_rwsem
Ira Weiny
2020-05-04
1
-3
/
+1
*
xfs: spell out the parameter name for ->cancel_item
Christoph Hellwig
2020-05-04
1
-1
/
+1
*
xfs: use a xfs_btree_cur for the ->finish_cleanup state
Christoph Hellwig
2020-05-04
6
-46
/
+19
*
xfs: turn dfp_done into a xfs_log_item
Christoph Hellwig
2020-05-04
6
-24
/
+24
*
xfs: refactor xfs_defer_finish_noroll
Christoph Hellwig
2020-05-04
1
-69
/
+59
*
xfs: turn dfp_intent into a xfs_log_item
Christoph Hellwig
2020-05-04
5
-29
/
+30
*
xfs: merge the ->diff_items defer op into ->create_intent
Christoph Hellwig
2020-05-04
6
-16
/
+20
*
xfs: merge the ->log_item defer op into ->create_intent
Christoph Hellwig
2020-05-04
6
-119
/
+83
*
xfs: factor out a xfs_defer_create_intent helper
Christoph Hellwig
2020-05-04
1
-16
/
+23
*
xfs: remove the xfs_inode_log_item_t typedef
Christoph Hellwig
2020-05-04
5
-7
/
+7
*
xfs: remove the xfs_efd_log_item_t typedef
Christoph Hellwig
2020-05-04
1
-2
/
+2
*
xfs: remove the xfs_efi_log_item_t typedef
Christoph Hellwig
2020-05-04
3
-8
/
+8
*
xfs: refactor xlog_recover_buffer_pass1
Christoph Hellwig
2020-05-04
1
-59
/
+55
*
xfs: simplify xlog_recover_inode_ra_pass2
Christoph Hellwig
2020-05-04
1
-13
/
+8
*
xfs: factor out a xlog_buf_readahead helper
Christoph Hellwig
2020-05-04
1
-17
/
+17
*
xfs: rename inode_list xlog_recover_reorder_trans
Christoph Hellwig
2020-05-04
1
-4
/
+4
*
xfs: refactor the buffer cancellation table helpers
Christoph Hellwig
2020-05-04
1
-59
/
+50
[next]