summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster5-10/+5
2020-05-07xfs: use delete helper for items expected to be in AILBrian Foster4-4/+4
2020-05-07xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster4-25/+25
2020-05-07xfs: abort consistently on dquot flush failureBrian Foster1-22/+10
2020-05-07xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster1-5/+4
2020-05-07xfs: ratelimit unmount time per-buffer I/O error alertBrian Foster1-4/+17
2020-05-07xfs: refactor ratelimited buffer error messages into helperBrian Foster5-17/+41
2020-05-07xfs: reset buffer write failure state on successful completionBrian Foster1-3/+5
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster2-19/+1
2020-05-07xfs: simplify inode flush error handlingBrian Foster1-72/+45
2020-05-07xfs: factor out buffer I/O failure codeBrian Foster4-27/+22
2020-05-07xfs: refactor failed buffer resubmission into xfsaildBrian Foster5-71/+41
2020-05-06xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong1-1/+1
2020-05-04fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny3-51/+29
2020-05-04fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny1-6/+22
2020-05-04fs/xfs: Make DAX mount option a tri-stateIra Weiny2-4/+43
2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny3-7/+6
2020-05-04fs/xfs: Remove unnecessary initialization of i_rwsemIra Weiny1-3/+1
2020-05-04xfs: spell out the parameter name for ->cancel_itemChristoph Hellwig1-1/+1
2020-05-04xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig6-46/+19
2020-05-04xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig6-24/+24
2020-05-04xfs: refactor xfs_defer_finish_norollChristoph Hellwig1-69/+59
2020-05-04xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig5-29/+30
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig6-16/+20
2020-05-04xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig6-119/+83
2020-05-04xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig1-16/+23
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig5-7/+7
2020-05-04xfs: remove the xfs_efd_log_item_t typedefChristoph Hellwig1-2/+2
2020-05-04xfs: remove the xfs_efi_log_item_t typedefChristoph Hellwig3-8/+8
2020-05-04xfs: refactor xlog_recover_buffer_pass1Christoph Hellwig1-59/+55
2020-05-04xfs: simplify xlog_recover_inode_ra_pass2Christoph Hellwig1-13/+8
2020-05-04xfs: factor out a xlog_buf_readahead helperChristoph Hellwig1-17/+17
2020-05-04xfs: rename inode_list xlog_recover_reorder_transChristoph Hellwig1-4/+4
2020-05-04xfs: refactor the buffer cancellation table helpersChristoph Hellwig1-59/+50
2020-05-04xfs: define printk_once variants for xfs messagesEric Sandeen3-9/+24
2020-05-04xfs: stop CONFIG_XFS_DEBUG from changing compiler flagsArnd Bergmann1-2/+0
2020-05-04xfs: remove unnecessary check of the variable resblks in xfs_symlinkKaixu Xia1-4/+2
2020-05-04xfs: simplify the flags setting in xfs_qm_scall_quotaonKaixu Xia1-3/+3
2020-05-04xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattachKaixu Xia1-1/+0
2020-05-04xfs: remove unnecessary variable udqp from xfs_ioctl_setattrKaixu Xia1-5/+2
2020-05-04xfs: reserve quota inode transaction space only when neededKaixu Xia1-1/+2
2020-05-04xfs: combine two if statements with same conditionKaixu Xia1-5/+0
2020-05-04xfs: trace quota allocations for all quota typesKaixu Xia1-2/+1
2020-05-04xfs: report unrecognized log item type codes during recoveryDarrick J. Wong1-2/+2
2020-05-03Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+52
2020-05-02Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-4/+9
2020-05-02Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-16/+30
2020-05-02Merge tag 'io_uring-5.7-2020-05-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+31
2020-05-01io_uring: punt splice async because of inode mutexPavel Begunkov1-14/+2
2020-05-01io_uring: check non-sync defer_list carefullyPavel Begunkov1-1/+1