summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster2020-05-075-11/+8
* xfs: remove unused shutdown typesBrian Foster2020-05-072-6/+1
* xfs: random buffer write failure errortagBrian Foster2020-05-073-1/+12
* xfs: remove unused iflush stale parameterBrian Foster2020-05-074-7/+6
* xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster2020-05-076-43/+6
* xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster2020-05-075-10/+5
* xfs: use delete helper for items expected to be in AILBrian Foster2020-05-074-4/+4
* xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster2020-05-074-25/+25
* xfs: abort consistently on dquot flush failureBrian Foster2020-05-071-22/+10
* xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster2020-05-071-5/+4
* xfs: ratelimit unmount time per-buffer I/O error alertBrian Foster2020-05-071-4/+17
* xfs: refactor ratelimited buffer error messages into helperBrian Foster2020-05-075-17/+41
* xfs: reset buffer write failure state on successful completionBrian Foster2020-05-071-3/+5
* xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster2020-05-072-19/+1
* xfs: simplify inode flush error handlingBrian Foster2020-05-071-72/+45
* xfs: factor out buffer I/O failure codeBrian Foster2020-05-074-27/+22
* xfs: refactor failed buffer resubmission into xfsaildBrian Foster2020-05-075-71/+41
* xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong2020-05-061-1/+1
* fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny2020-05-043-51/+29
* fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny2020-05-041-6/+22
* fs/xfs: Make DAX mount option a tri-stateIra Weiny2020-05-042-4/+43
* fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny2020-05-043-7/+6
* fs/xfs: Remove unnecessary initialization of i_rwsemIra Weiny2020-05-041-3/+1
* xfs: spell out the parameter name for ->cancel_itemChristoph Hellwig2020-05-041-1/+1
* xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig2020-05-046-46/+19
* xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig2020-05-046-24/+24
* xfs: refactor xfs_defer_finish_norollChristoph Hellwig2020-05-041-69/+59
* xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig2020-05-045-29/+30
* xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig2020-05-046-16/+20
* xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig2020-05-046-119/+83
* xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig2020-05-041-16/+23
* xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig2020-05-045-7/+7
* xfs: remove the xfs_efd_log_item_t typedefChristoph Hellwig2020-05-041-2/+2
* xfs: remove the xfs_efi_log_item_t typedefChristoph Hellwig2020-05-043-8/+8
* xfs: refactor xlog_recover_buffer_pass1Christoph Hellwig2020-05-041-59/+55
* xfs: simplify xlog_recover_inode_ra_pass2Christoph Hellwig2020-05-041-13/+8
* xfs: factor out a xlog_buf_readahead helperChristoph Hellwig2020-05-041-17/+17
* xfs: rename inode_list xlog_recover_reorder_transChristoph Hellwig2020-05-041-4/+4
* xfs: refactor the buffer cancellation table helpersChristoph Hellwig2020-05-041-59/+50
* xfs: define printk_once variants for xfs messagesEric Sandeen2020-05-043-9/+24
* xfs: stop CONFIG_XFS_DEBUG from changing compiler flagsArnd Bergmann2020-05-041-2/+0
* xfs: remove unnecessary check of the variable resblks in xfs_symlinkKaixu Xia2020-05-041-4/+2
* xfs: simplify the flags setting in xfs_qm_scall_quotaonKaixu Xia2020-05-041-3/+3
* xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattachKaixu Xia2020-05-041-1/+0
* xfs: remove unnecessary variable udqp from xfs_ioctl_setattrKaixu Xia2020-05-041-5/+2
* xfs: reserve quota inode transaction space only when neededKaixu Xia2020-05-041-1/+2
* xfs: combine two if statements with same conditionKaixu Xia2020-05-041-5/+0
* xfs: trace quota allocations for all quota typesKaixu Xia2020-05-041-2/+1
* xfs: report unrecognized log item type codes during recoveryDarrick J. Wong2020-05-041-2/+2
* Linux 5.7-rc4v5.7-rc4Linus Torvalds2020-05-031-1/+1