summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-05-04xfs: Fix double unlock in defer capture codeAllison Henderson
2022-05-04Merge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5.19-for-nextDave Chinner
2022-05-04Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/...Dave Chinner
2022-05-04Merge tag 'rmap-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/lin...Dave Chinner
2022-05-04Merge branch 'guilt/xlog-intent-whiteouts' into xfs-5.19-for-nextDave Chinner
2022-05-04Merge branch 'guilt/xfs-5.19-misc-2' into xfs-5.19-for-nextDave Chinner
2022-05-04xfs: validate v5 feature fieldsDave Chinner
2022-05-04xfs: set XFS_FEAT_NLINK correctlyDave Chinner
2022-05-04xfs: validate inode fork size against fork formatDave Chinner
2022-05-04xfs: detect self referencing btree sibling pointersDave Chinner
2022-05-04xfs: intent item whiteoutsDave Chinner
2022-05-04xfs: whiteouts release intents that are not in the AILDave Chinner
2022-05-04xfs: add log item method to return related intentsDave Chinner
2022-05-04xfs: factor and move some code in xfs_log_cil.cDave Chinner
2022-05-04xfs: tag transactions that contain intent done itemsDave Chinner
2022-05-04xfs: add log item flags to indicate intentsDave Chinner
2022-05-04xfs: don't commit the first deferred transaction without intentsDave Chinner
2022-05-04xfs: hide log iovec alignment constraintsDave Chinner
2022-05-04xfs: fix potential log item leakDave Chinner
2022-05-04xfs: zero inode fork buffer at allocationDave Chinner
2022-05-02Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-02io_uring: assign non-fixed early for async workio_uring-5.18-2022-05-06Jens Axboe
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-04-29Merge tag 'io_uring-5.18-2022-04-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-29Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-04-29io_uring: check that data field is 0 in ringfd unregisterio_uring-5.18-2022-04-29Eugene Syromiatnikov
2022-04-28io_uring: fix uninitialized field in rw io_kiocbJoseph Ravichandran
2022-04-28xfs: rename xfs_*alloc*_log_count to _block_countreflink-speedups-5.19_2022-04-28Darrick J. Wong
2022-04-28xfs: rewrite xfs_reflink_end_cow to use intentsDarrick J. Wong
2022-04-28xfs: reduce transaction reservations with reflinkDarrick J. Wong
2022-04-28xfs: reduce the absurdly large log operation countDarrick J. Wong
2022-04-28xfs: report "max_resp" used for min log size computationDarrick J. Wong
2022-04-28xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong
2022-04-28xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong
2022-04-28xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2022-04-28xfs: count EFIs when deciding to ask for a continuation of a refcount updateDarrick J. Wong
2022-04-28xfs: speed up write operations by using non-overlapped lookups when possiblermap-speedups-5.19_2022-04-28Darrick J. Wong
2022-04-28Merge tag 'gfs2-v5.18-rc4-fix2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-04-28Merge tag 'xfs-5.18-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-04-28gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher
2022-04-27btrfs: skip compression property for anything other than files and dirsFilipe Manana
2022-04-27btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana
2022-04-27btrfs: always log symlinks in full modeFilipe Manana
2022-04-27btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng
2022-04-27xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2022-04-27xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2022-04-27xfs: capture buffer ops in the xfs_buf tracepointsDarrick J. Wong
2022-04-27kernfs: fix NULL dereferencing in kernfs_removeMinchan Kim
2022-04-27Merge tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds