aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-11Merge tag 'for-6.6-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-6/+2
2023-10-11btrfs: add __counted_by for struct btrfs_delayed_item and use struct_size()Gravatar Gustavo A. R. Silva 2-2/+2
2023-10-10Revert "btrfs: reject unknown mount options early"Gravatar David Sterba 1-4/+0
2023-10-06Merge tag 'for-6.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-17/+47
2023-10-04btrfs: error out when reallocating block for defrag using a stale transactionGravatar Filipe Manana 1-2/+16
2023-10-04btrfs: error when COWing block from a root that is being deletedGravatar Filipe Manana 1-3/+7
2023-10-04btrfs: error out when COWing block using a stale transactionGravatar Filipe Manana 1-8/+16
2023-10-04btrfs: always print transaction aborted messages with an error levelGravatar Filipe Manana 1-2/+2
2023-10-04btrfs: reject unknown mount options earlyGravatar Qu Wenruo 1-0/+4
2023-10-04btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cGravatar Josef Bacik 1-2/+2
2023-09-26Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-33/+63
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-7/+22
2023-09-21btrfs: initialize start_slot in btrfs_log_prealloc_extentsGravatar Josef Bacik 1-1/+1
2023-09-21btrfs: make sure to initialize start and len in find_free_dev_extentGravatar Josef Bacik 1-7/+6
2023-09-20btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeGravatar Qu Wenruo 1-1/+7
2023-09-20btrfs: properly report 0 avail for very full file systemsGravatar Josef Bacik 1-1/+1
2023-09-20btrfs: log message if extent item not found when running delayed extent opGravatar Filipe Manana 1-1/+4
2023-09-20btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()Gravatar Filipe Manana 1-4/+3
2023-09-20btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Gravatar Filipe Manana 1-3/+3
2023-09-20btrfs: prevent transaction block reserve underflow when starting transactionGravatar Filipe Manana 3-12/+4
2023-09-20btrfs: fix race when refilling delayed refs block reserveGravatar Filipe Manana 1-3/+34
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-53/+69
2023-09-20Revert "btrfs: convert to multigrain timestamps"Gravatar Christian Brauner 2-7/+22
2023-09-14btrfs: fix race between reading a directory and adding entries to itGravatar Filipe Manana 1-4/+7
2023-09-14btrfs: refresh dir last index during a rewinddir(3) callGravatar Filipe Manana 1-1/+14
2023-09-14btrfs: set last dir index to the current last index when opening dirGravatar Filipe Manana 1-1/+2
2023-09-13btrfs: don't clear uptodate on write errorsGravatar Josef Bacik 2-12/+1
2023-09-13btrfs: file_remove_privs needs an exclusive lock in direct io writeGravatar Bernd Schubert 1-2/+14
2023-09-13btrfs: convert btrfs_read_merkle_tree_page() to use a folioGravatar Matthew Wilcox (Oracle) 1-33/+31
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-64/+128
2023-09-08MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.orgGravatar Bhaskar Chowdhury 1-1/+1
2023-09-08btrfs: assert delayed node locked when removing delayed itemGravatar Filipe Manana 1-4/+8
2023-09-08btrfs: remove BUG() after failure to insert delayed dir index itemGravatar Filipe Manana 1-27/+47
2023-09-08btrfs: improve error message after failure to add delayed dir index itemGravatar Filipe Manana 1-3/+4
2023-09-08btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioGravatar Qu Wenruo 1-6/+8
2023-09-08btrfs: check for BTRFS_FS_ERROR in pending ordered assertGravatar Josef Bacik 1-1/+1
2023-09-08btrfs: fix lockdep splat and potential deadlock after failure running delayed...Gravatar Filipe Manana 1-3/+16
2023-09-08btrfs: do not block starts waiting on previous transaction commitGravatar Josef Bacik 4-20/+30
2023-09-08btrfs: release path before inode lookup during the ino lookup ioctlGravatar Filipe Manana 1-1/+7
2023-09-08btrfs: fix race between finishing block group creation and its item updateGravatar Filipe Manana 1-2/+10
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+0
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 44-1617/+2259
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 10-92/+44
2023-08-24minmax: add in_range() macroGravatar Matthew Wilcox (Oracle) 1-2/+0
2023-08-22btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeGravatar Naohiro Aota 1-4/+15
2023-08-21btrfs: tests: test invalid splitting when skipping pinned drop extent_mapGravatar Josef Bacik 1-0/+138
2023-08-21btrfs: tests: add a test for btrfs_add_extent_mappingGravatar Josef Bacik 1-0/+56
2023-08-21btrfs: tests: add extent_map tests for dropping with odd layoutsGravatar Josef Bacik 1-0/+218
2023-08-21btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Gravatar Qu Wenruo 1-47/+25