summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-05-04xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig
2020-05-04xfs: refactor xfs_defer_finish_norollChristoph Hellwig
2020-05-04xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig
2020-05-04xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig
2020-05-04xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig
2020-05-04xfs: remove the xfs_efd_log_item_t typedefChristoph Hellwig
2020-05-04xfs: remove the xfs_efi_log_item_t typedefChristoph Hellwig
2020-05-04xfs: refactor xlog_recover_buffer_pass1Christoph Hellwig
2020-05-04xfs: simplify xlog_recover_inode_ra_pass2Christoph Hellwig
2020-05-04xfs: factor out a xlog_buf_readahead helperChristoph Hellwig
2020-05-04xfs: rename inode_list xlog_recover_reorder_transChristoph Hellwig
2020-05-04xfs: refactor the buffer cancellation table helpersChristoph Hellwig
2020-05-04xfs: define printk_once variants for xfs messagesEric Sandeen
2020-05-04xfs: stop CONFIG_XFS_DEBUG from changing compiler flagsArnd Bergmann
2020-05-04xfs: remove unnecessary check of the variable resblks in xfs_symlinkKaixu Xia
2020-05-04xfs: simplify the flags setting in xfs_qm_scall_quotaonKaixu Xia
2020-05-04xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattachKaixu Xia
2020-05-04xfs: remove unnecessary variable udqp from xfs_ioctl_setattrKaixu Xia
2020-05-04xfs: reserve quota inode transaction space only when neededKaixu Xia
2020-05-04xfs: combine two if statements with same conditionKaixu Xia
2020-05-04xfs: trace quota allocations for all quota typesKaixu Xia
2020-05-04xfs: report unrecognized log item type codes during recoveryDarrick J. Wong
2020-04-16xfs: move inode flush to the sync workqueueDarrick J. Wong
2020-04-13xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong
2020-04-13xfs: acquire superblock freeze protection on eofblocks scansBrian Foster
2020-04-06xfs: reflink should force the log out if mounted with wsyncChristoph Hellwig
2020-04-06xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig
2020-04-02xfs: fix inode number overflow in ifree cluster helperBrian Foster
2020-03-31xfs: remove redundant variable assignment in xfs_symlink()Kaixu Xia
2020-03-31xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong
2020-03-28xfs: return locked status of inode buffer on xfsaild pushBrian Foster
2020-03-28xfs: trylock underlying buffer on dquot flushBrian Foster
2020-03-28xfs: remove unnecessary ternary from xfs_createKaixu Xia
2020-03-27xfs: don't write a corrupt unmount record to force summary counter recalcDarrick J. Wong
2020-03-27xfs: factor inode lookup from xfs_ifree_clusterDave Chinner
2020-03-27xfs: tail updates only need to occur when LSN changesDave Chinner
2020-03-27xfs: factor common AIL item deletion codeDave Chinner
2020-03-27xfs: correctly acount for reclaimable slabsDave Chinner
2020-03-27xfs: Improve metadata buffer reclaim accountabilityDave Chinner
2020-03-27xfs: don't allow log IO to be throttledDave Chinner
2020-03-27xfs: Throttle commits on delayed background CIL pushDave Chinner
2020-03-27xfs: Lower CIL flush limit for large logsDave Chinner
2020-03-27xfs: remove some stale comments from the log codeDave Chinner
2020-03-27xfs: refactor unmount record writingDave Chinner
2020-03-27xfs: merge xlog_commit_record with xlog_write_doneDave Chinner
2020-03-27xfs: split xlog_ticket_doneChristoph Hellwig
2020-03-27xfs: kill XLOG_TIC_INITEDDave Chinner
2020-03-27xfs: refactor and split xfs_log_done()Dave Chinner