summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-09-09xfs: don't update mtime on COW faultsMikulas Patocka1-2/+10
2020-09-09xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-09-09xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-09-03xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner3-4/+26
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata1-2/+4
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-08-19xfs: fix inode allocation block res calculation precedenceBrian Foster1-1/+1
2020-08-19xfs: fix reflink quota reservation accounting errorDarrick J. Wong1-7/+14
2020-08-19xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20
2020-06-30xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin1-0/+16
2020-06-22xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster1-5/+4
2020-06-22xfs: reset buffer write failure state on successful completionBrian Foster1-3/+5
2020-06-22xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong1-1/+1
2020-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong1-0/+1
2020-05-02xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers1-1/+3
2020-05-02xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2-1/+14
2020-03-05xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig3-2/+9
2020-01-26xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3
2020-01-09xfs: periodically yield scrub threads to the schedulerDarrick J. Wong1-1/+8
2020-01-09xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval1-1/+1
2020-01-04xfs: fix mount failure crash on invalid iclog memory accessBrian Foster1-0/+2
2019-10-15xfs: change the seconds fields in xfs_bulkstat to signedDarrick J. Wong1-4/+4
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster4-7/+8
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster1-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster2-0/+2
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell3-3/+13
2019-10-06xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti1-2/+1
2019-10-06xfs: remove unused flags arg from xfs_get_aghdr_buf()Eric Sandeen1-3/+2
2019-10-06xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz1-1/+3
2019-09-26Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-21/+17
2019-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2019-09-26xfs: remove unlikely() from WARN_ON() conditionDenis Efremov1-2/+2
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+10
2019-09-24xfs: avoid unused to_mp() function warningAustin Kim1-13/+0
2019-09-24xfs: log proper length of superblockEric Sandeen1-1/+1
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong2-5/+10
2019-09-23xfs: removed unneeded variableAliasgar Surti1-2/+1
2019-09-23xfs: convert inode to extent format after extent merge due to shiftBrian Foster1-0/+5
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig1-1/+5
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski1-3/+5
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-0/+2
2019-09-18Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds78-1081/+1295
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2019-09-05xfs: push the grant head when the log head moves forwardDave Chinner1-25/+47
2019-09-05xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner1-24/+33
2019-09-05xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner1-98/+98
2019-09-05xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner1-28/+48
2019-09-05xfs: factor debug code out of xlog_state_do_callback()Dave Chinner1-35/+44
2019-09-05xfs: prevent CIL push holdoff in log recoveryDave Chinner2-10/+23
2019-09-05xfs: fix missed wakeup on l_flush_waitRik van Riel1-5/+4