summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-10-06Merge tag 'for-6.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-04btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana
2023-10-04btrfs: error when COWing block from a root that is being deletedFilipe Manana
2023-10-04btrfs: error out when COWing block using a stale transactionFilipe Manana
2023-10-04btrfs: always print transaction aborted messages with an error levelFilipe Manana
2023-10-04btrfs: reject unknown mount options earlyQu Wenruo
2023-10-04btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik
2023-09-26Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-09-21btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik
2023-09-21btrfs: make sure to initialize start and len in find_free_dev_extentJosef Bacik
2023-09-20btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo
2023-09-20btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-09-20btrfs: log message if extent item not found when running delayed extent opFilipe Manana
2023-09-20btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()Filipe Manana
2023-09-20btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana
2023-09-20btrfs: prevent transaction block reserve underflow when starting transactionFilipe Manana
2023-09-20btrfs: fix race when refilling delayed refs block reserveFilipe Manana
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-20Revert "btrfs: convert to multigrain timestamps"Christian Brauner
2023-09-14btrfs: fix race between reading a directory and adding entries to itFilipe Manana
2023-09-14btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana
2023-09-14btrfs: set last dir index to the current last index when opening dirFilipe Manana
2023-09-13btrfs: don't clear uptodate on write errorsJosef Bacik
2023-09-13btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert
2023-09-13btrfs: convert btrfs_read_merkle_tree_page() to use a folioMatthew Wilcox (Oracle)
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-08MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.orgBhaskar Chowdhury
2023-09-08btrfs: assert delayed node locked when removing delayed itemFilipe Manana
2023-09-08btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana
2023-09-08btrfs: improve error message after failure to add delayed dir index itemFilipe Manana
2023-09-08btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo
2023-09-08btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik
2023-09-08btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-08btrfs: do not block starts waiting on previous transaction commitJosef Bacik
2023-09-08btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana
2023-09-08btrfs: fix race between finishing block group creation and its item updateFilipe Manana
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-22btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeNaohiro Aota
2023-08-21btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik
2023-08-21btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik
2023-08-21btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik
2023-08-21btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Qu Wenruo
2023-08-21btrfs: scrub: don't go ordered workqueue for dev-replaceQu Wenruo
2023-08-21btrfs: scrub: fix grouping of read IOQu Wenruo
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo