summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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-04-16xfs: move inode flush to the sync workqueueDarrick J. Wong2-19/+27
2020-04-13xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong1-0/+1
2020-04-13xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2-1/+14
2020-04-06xfs: reflink should force the log out if mounted with wsyncChristoph Hellwig1-0/+4
2020-04-06xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig4-24/+22
2020-04-02xfs: fix inode number overflow in ifree cluster helperBrian Foster1-1/+1
2020-03-31xfs: remove redundant variable assignment in xfs_symlink()Kaixu Xia1-1/+0
2020-03-31xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong2-0/+15
2020-03-28xfs: return locked status of inode buffer on xfsaild pushBrian Foster1-1/+2
2020-03-28xfs: trylock underlying buffer on dquot flushBrian Foster3-9/+14
2020-03-28xfs: remove unnecessary ternary from xfs_createKaixu Xia1-2/+1
2020-03-27xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong1-13/+14
2020-03-27xfs: factor inode lookup from xfs_ifree_clusterDave Chinner1-68/+84
2020-03-27xfs: tail updates only need to occur when LSN changesDave Chinner3-23/+51
2020-03-27xfs: factor common AIL item deletion codeDave Chinner3-34/+30
2020-03-27xfs: correctly acount for reclaimable slabsDave Chinner1-1/+2
2020-03-27xfs: Improve metadata buffer reclaim accountabilityDave Chinner1-3/+8
2020-03-27xfs: don't allow log IO to be throttledDave Chinner1-1/+9
2020-03-27xfs: Throttle commits on delayed background CIL pushDave Chinner3-4/+58
2020-03-27xfs: Lower CIL flush limit for large logsDave Chinner1-6/+23
2020-03-27xfs: remove some stale comments from the log codeDave Chinner1-46/+13