summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-07-09xfs: fix use-after-free on CIL context on shutdownDave Chinner
2020-06-24xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan
2020-06-22xfs: don't fail verifier on empty attr3 leaf blockBrian Foster
2020-06-22xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster
2020-06-22xfs: reset buffer write failure state on successful completionBrian Foster
2020-06-22xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong
2020-06-22xfs: more lockdep whackamole with kmem_alloc*Darrick 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
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