summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-12-15xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong
2021-12-15xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2021-12-15xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong
2021-12-15xfs: amend xfs_rmap_has_other_keys to check file offsets properlyDarrick J. Wong
2021-12-15xfs: rewrite xfs_reflink_end_cow to use intentsreflink-speedups_2021-12-15Darrick J. Wong
2021-12-15xfs: reduce transaction reservations with reflinkDarrick J. Wong
2021-12-15xfs: reduce the absurdly large log reservationsDarrick J. Wong
2021-12-15xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong
2021-12-15xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong
2021-12-15xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2021-12-15xfs: speed up write operations by using non-overlapped lookups when possiblermap-speedups_2021-12-15Darrick J. Wong
2021-12-15xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2021-12-15xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2021-12-15xfs: check the reference counts of gaps in the refcount btreescrub-fix-checking-gaps_2021-12-15Darrick J. Wong
2021-12-15xfs: check quota files for unwritten extentsDarrick J. Wong
2021-12-15xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2021-12-15xfs: online checking of the free rt extent countDarrick J. Wong
2021-12-15xfs: check btree keys reflect the child blockDarrick J. Wong
2021-12-15xfs: make checking directory dotdot entries more efficientDarrick J. Wong
2021-12-15xfs: teach xfs_btree_has_record to return false if there are gapsDarrick J. Wong
2021-12-15xfs: fix rmap key comparison functionsDarrick J. Wong
2021-12-15xfs: fix quotaoff mutex usage now that we don't support disabling itxfs-5.16-fixes_2021-12-15Darrick J. Wong
2021-12-15xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong
2021-12-15xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong
2021-12-15xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong
2021-12-15xfs: take the ILOCK when accessing the inode coreDarrick J. Wong
2021-12-15xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong
2021-12-07xfs: remove all COW fork extents when remounting readonlyxfs-5.16-fixes-3Darrick J. Wong
2021-12-01xfs: remove incorrect ASSERT in xfs_renamexfs-fixes-5.16_2021-12-08xfs-fixes-5.16_2021-12-07xfs-5.16-fixes-2Eric Sandeen
2021-11-24xfs: remove xfs_inew_waitxfs-5.16-fixes-1Christoph Hellwig
2021-11-24xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu
2021-11-14Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-11-11xfs: sync xfs_btree_split macros with userspace libxfsxfs-5.16-merge-5Darrick J. Wong
2021-11-10xfs: #ifdef out perag code for userspaceEric Sandeen
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang
2021-11-02Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-30xfs: use swap() to make code cleanerxfs-5.16-merge-4Changcheng Deng
2021-10-30xfs: Remove duplicated include in xfs_superWan Jiabing
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2021-10-22xfs: punch out data fork delalloc blocks on COW writeback failurexfs-5.16-merge-3Brian Foster
2021-10-22xfs: remove unused parameter from refcount codeDarrick J. Wong
2021-10-22xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-10-22xfs: compact deferred intent item structuresDarrick J. Wong
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-20xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva