summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-11-24xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang
2020-11-24xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong
2020-11-24xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai
2020-11-24xfs: ensure inobt record walks always make forward progressDarrick J. Wong
2020-11-24xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong
2020-11-24xfs: strengthen rmap record flags checkingDarrick J. Wong
2020-11-24xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong
2020-11-18xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig
2020-11-18xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong
2020-11-18xfs: fix rmap key and record comparison functionsDarrick J. Wong
2020-11-18xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong
2020-11-18xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong
2020-11-18xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong
2020-11-18xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong
2020-11-18xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster
2020-11-18xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong
2020-11-05xfs: avoid LR buffer overrun due to crafted h_lenGao Xiang
2020-11-05xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong
2020-11-05xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong
2020-11-05xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong
2020-11-05xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong
2020-11-05xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R
2020-11-05xfs: Set xfs_buf type flag when growing summary/bitmap filesChandan Babu R
2020-10-29xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-10-29xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong
2020-10-29xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong
2020-10-29xfs: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-10-29xfs: fix finobt btree block recovery orderingDave Chinner
2020-10-29xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-27xfs: initialize the shortform attr header padding entryDarrick J. Wong
2020-08-26xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen
2020-08-26xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster
2020-08-26xfs: finish dfops on every insert range shift iterationBrian Foster
2020-08-13Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-07xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig
2020-08-05xfs: use ENOTBLK for direct I/O to buffered I/O fallbackChristoph Hellwig
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-28fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS.Xiao Yang
2020-07-28xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins