summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
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
2020-03-27xfs: re-order initial space accounting checks in xlog_writeDave Chinner
2020-03-27xfs: don't try to write a start record into every iclogDave Chinner
2020-03-27xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong
2020-03-26xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong
2020-03-26xfs: shutdown on failure to add page to log bioBrian Foster
2020-03-26xfs: directory bestfree check should release buffersDarrick J. Wong
2020-03-26xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong
2020-03-26xfs: preserve default grace interval during quotacheckDarrick J. Wong
2020-03-23xfs: remove xlog_state_want_syncChristoph Hellwig
2020-03-23xfs: move the ioerror check out of xlog_state_clean_iclogChristoph Hellwig
2020-03-23xfs: refactor xlog_state_clean_iclogChristoph Hellwig
2020-03-23xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig
2020-03-23xfs: simplify log shutdown checking in xfs_log_release_iclogChristoph Hellwig
2020-03-23xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig
2020-03-23xfs: factor out a xlog_wait_on_iclog helperChristoph Hellwig
2020-03-23xfs: merge xlog_cil_push into xlog_cil_push_workChristoph Hellwig
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2020-03-19xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig
2020-03-19xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2020-03-18xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster
2020-03-18xfs: factor out quotaoff intent AIL removal and memory freeBrian Foster
2020-03-18xfs: add support for rmap btree staging cursorsDarrick J. Wong
2020-03-18xfs: add support for refcount btree staging cursorsDarrick J. Wong
2020-03-18xfs: add support for inode btree staging cursorsDarrick J. Wong