summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-06-30xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin
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-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong
2020-05-02xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers
2020-05-02xfs: acquire superblock freeze protection on eofblocks scansBrian Foster
2020-03-05xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-01-26xfs: Sanity check flags of Q_XQUOTARM callJan Kara
2020-01-09xfs: periodically yield scrub threads to the schedulerDarrick J. Wong
2020-01-09xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval
2020-01-04xfs: fix mount failure crash on invalid iclog memory accessBrian Foster
2019-10-15xfs: change the seconds fields in xfs_bulkstat to signedxfs-5.4-fixes-4Darrick J. Wong
2019-10-09xfs: move local to extent inode logging into bmap helperxfs-5.4-fixes-3Brian Foster
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell
2019-10-06xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti
2019-10-06xfs: remove unused flags arg from xfs_get_aghdr_buf()Eric Sandeen
2019-10-06xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz
2019-09-26Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-09-26xfs: remove unlikely() from WARN_ON() conditionDenis Efremov
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-24xfs: avoid unused to_mp() function warningxfs-5.4-merge-8Austin Kim
2019-09-24xfs: log proper length of superblockEric Sandeen
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong
2019-09-23xfs: removed unneeded variableAliasgar Surti
2019-09-23xfs: convert inode to extent format after extent merge due to shiftBrian Foster
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureiomap-5.4-merge-6Christoph Hellwig
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-18Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-09-05xfs: push the grant head when the log head moves forwardxfs-5.4-merge-7Dave Chinner
2019-09-05xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner
2019-09-05xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: factor debug code out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: prevent CIL push holdoff in log recoveryDave Chinner
2019-09-05xfs: fix missed wakeup on l_flush_waitRik van Riel
2019-09-05xfs: push the AIL in xlog_grant_head_wakeDave Chinner
2019-09-05xfs: Use WARN_ON_ONCE for bailout mount-operationxfs-5.4-merge-6Austin Kim
2019-09-03xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTxfs-5.4-merge-5kaixuxia
2019-09-03xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong
2019-09-03xfs: add a xfs_valid_startblock helperxfs-5.4-merge-4Christoph Hellwig
2019-08-30xfs: remove the unused XFS_ALLOC_USERDATA flagxfs-5.4-merge-3Christoph Hellwig
2019-08-30xfs: cleanup xfs_fsb_to_dbChristoph Hellwig
2019-08-30xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidateChristoph Hellwig
2019-08-30xfs: Fix stale data exposure when readahead races with hole punchJan Kara