summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: convert to new timestamp accessorsJeff Layton2023-10-186-48/+50
* Merge tag 'for-6.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-064-17/+47
|\
| * btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana2023-10-041-2/+16
| * btrfs: error when COWing block from a root that is being deletedFilipe Manana2023-10-041-3/+7
| * btrfs: error out when COWing block using a stale transactionFilipe Manana2023-10-041-8/+16
| * btrfs: always print transaction aborted messages with an error levelFilipe Manana2023-10-041-2/+2
| * btrfs: reject unknown mount options earlyQu Wenruo2023-10-041-0/+4
| * btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik2023-10-041-2/+2
* | Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-268-33/+63
|\|
| * btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik2023-09-211-1/+1
| * btrfs: make sure to initialize start and len in find_free_dev_extentJosef Bacik2023-09-211-7/+6
| * btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo2023-09-201-1/+7
| * btrfs: properly report 0 avail for very full file systemsJosef Bacik2023-09-201-1/+1
| * btrfs: log message if extent item not found when running delayed extent opFilipe Manana2023-09-201-1/+4
| * btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()Filipe Manana2023-09-201-4/+3
| * btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana2023-09-201-3/+3
| * btrfs: prevent transaction block reserve underflow when starting transactionFilipe Manana2023-09-203-12/+4
| * btrfs: fix race when refilling delayed refs block reserveFilipe Manana2023-09-201-3/+34
* | Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-212-7/+22
|\ \
| * | Revert "btrfs: convert to multigrain timestamps"Christian Brauner2023-09-202-7/+22
* | | Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-204-53/+69
|\ \ \ | |/ / |/| / | |/
| * btrfs: fix race between reading a directory and adding entries to itFilipe Manana2023-09-141-4/+7
| * btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana2023-09-141-1/+14
| * btrfs: set last dir index to the current last index when opening dirFilipe Manana2023-09-141-1/+2
| * btrfs: don't clear uptodate on write errorsJosef Bacik2023-09-132-12/+1
| * btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert2023-09-131-2/+14
| * btrfs: convert btrfs_read_merkle_tree_page() to use a folioMatthew Wilcox (Oracle)2023-09-131-33/+31
* | Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-129-64/+128
|\|
| * MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.orgBhaskar Chowdhury2023-09-081-1/+1
| * btrfs: assert delayed node locked when removing delayed itemFilipe Manana2023-09-081-4/+8
| * btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana2023-09-081-27/+47
| * btrfs: improve error message after failure to add delayed dir index itemFilipe Manana2023-09-081-3/+4
| * btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo2023-09-081-6/+8
| * btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik2023-09-081-1/+1
| * btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana2023-09-081-3/+16
| * btrfs: do not block starts waiting on previous transaction commitJosef Bacik2023-09-084-20/+30
| * btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana2023-09-081-1/+7
| * btrfs: fix race between finishing block group creation and its item updateFilipe Manana2023-09-081-2/+10
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-2/+0
|\ \
| * | minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-2/+0
* | | Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-08-2844-1617/+2259
|\ \ \ | | |/ | |/|
| * | btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeNaohiro Aota2023-08-221-4/+15
| * | btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik2023-08-211-0/+138
| * | btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik2023-08-211-0/+56
| * | btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik2023-08-211-0/+218
| * | btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Qu Wenruo2023-08-211-47/+25
| * | btrfs: scrub: don't go ordered workqueue for dev-replaceQu Wenruo2023-08-211-7/+3
| * | btrfs: scrub: fix grouping of read IOQu Wenruo2023-08-211-25/+71
| * | btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo2023-08-214-27/+46
| * | btrfs: scrub: avoid unnecessary extent tree search preparing stripesQu Wenruo2023-08-211-12/+29