- 86286e4 Merge tag 'for-5.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 2 years, 11 months ago
- 40cdc50 btrfs: skip reserved bytes warning on unmount after log cleanup failure by Filipe Manana · 3 years ago
- 37b4599 btrfs: fix use of uninitialized variable at rm device ioctl by Tom Rix · 3 years ago
- 28b21c5 btrfs: fix use-after-free after failure to create a snapshot by Filipe Manana · 3 years ago
- ea1d1ca btrfs: tree-checker: check item_size for dev_item by Su Yue · 3 years ago
- 0c98294 btrfs: tree-checker: check item_size for inode_item by Su Yue · 3 years ago
- e804861 btrfs: fix deadlock between quota disable and qgroup rescan worker by Shin'ichiro Kawasaki · 3 years ago
- 2d192fc btrfs: don't start transaction for scrub if the fs is mounted read-only by Qu Wenruo · 3 years ago
- 4897e72 Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 2 years, 11 months ago
- 49d766f Merge tag 'for-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years ago
- 27cdfde btrfs: update writeback index when starting defrag by Filipe Manana · 3 years ago
- 3c9d31c7 btrfs: add back missing dirty page rate limiting to defrag by Filipe Manana · 3 years ago
- 0cb5950 btrfs: fix deadlock when reserving space during defrag by Filipe Manana · 3 years ago
- a37d9a1 fsnotify: invalidate dcache before IN_DELETE event by Amir Goldstein · 3 years ago
- 0a4ee51 mm: remove cleancache by Christoph Hellwig · 3 years ago
- f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- e900909 btrfs: use generic Kconfig option for 256kB page size limit by Nathan Chancellor · 3 years ago
- c080b41 btrfs: defrag: properly update range->start for autodefrag by Qu Wenruo · 3 years ago
- 484167d btrfs: defrag: fix wrong number of defragged sectors by Qu Wenruo · 3 years ago
- b767c2f btrfs: allow defrag to be interruptible by Filipe Manana · 3 years ago
- 6b34cd8 btrfs: fix too long loop when defragging a 1 byte file by Filipe Manana · 3 years ago
- 36c86a9 btrfs: output more debug messages for uncommitted transaction by Qu Wenruo · 3 years ago
- c2f8226 btrfs: respect the max size in the header when activating swap file by Filipe Manana · 3 years ago
- be8d1a2 btrfs: fix argument list that the kdoc format and script verified by Yang Li · 3 years ago
- 4a9e803 btrfs: remove unnecessary parameter type from compression_decompress_bio by Su Yue · 3 years ago
- 856e479 btrfs: selftests: dump extent io tree if extent-io-tree test failed by Qu Wenruo · 3 years ago
- 2ae8ae3 btrfs: scrub: cleanup the argument list of scrub_stripe() by Qu Wenruo · 3 years ago
- d04fbe1 btrfs: scrub: cleanup the argument list of scrub_chunk() by Qu Wenruo · 3 years ago
- f26c923 btrfs: remove reada infrastructure by Qu Wenruo · 3 years ago
- dcf62b2 btrfs: scrub: use btrfs_path::reada for extent tree readahead by Qu Wenruo · 3 years ago
- 2522dbe btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity() by Qu Wenruo · 3 years ago
- c122799 btrfs: refactor unlock_up by Nikolay Borisov · 3 years ago
- 1b58ae0 btrfs: skip transaction commit after failure to create subvolume by Filipe Manana · 3 years ago
- 82187d2 btrfs: zoned: fix chunk allocation condition for zoned allocator by Naohiro Aota · 3 years, 1 month ago
- 50475cd btrfs: add extent allocator hook to decide to allocate chunk or not by Naohiro Aota · 3 years, 1 month ago
- 1ada69f btrfs: zoned: unset dedicated block group on allocation failure by Naohiro Aota · 3 years, 1 month ago
- 7367271 btrfs: zoned: drop redundant check for REQ_OP_ZONE_APPEND and btrfs_is_zoned by Johannes Thumshirn · 3 years, 1 month ago
- 554aed7 btrfs: zoned: sink zone check into btrfs_repair_one_zone by Johannes Thumshirn · 3 years, 1 month ago
- 8fdf54f btrfs: zoned: simplify btrfs_check_meta_write_pointer by Johannes Thumshirn · 3 years, 1 month ago
- 869f4cd btrfs: zoned: encapsulate inode locking for zoned relocation by Johannes Thumshirn · 3 years, 1 month ago
- a26d60d btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the device by Anand Jain · 3 years, 2 months ago
- c18e323 btrfs: reserve extra space for the free space tree by Josef Bacik · 3 years, 1 month ago
- 9506f95 btrfs: include the free space tree in the global rsv minimum calculation by Josef Bacik · 3 years, 1 month ago
- c9d328c btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIO by Qu Wenruo · 3 years, 1 month ago
- 0bb3acd btrfs: update SCRUB_MAX_PAGES_PER_BLOCK by Qu Wenruo · 3 years, 1 month ago
- 8697b8f btrfs: do not check -EAGAIN when truncating inodes in the log root by Josef Bacik · 3 years, 1 month ago
- e48dac7 btrfs: make should_throttle loop local in btrfs_truncate_inode_items by Josef Bacik · 3 years, 1 month ago
- 0adbc61 btrfs: combine extra if statements in btrfs_truncate_inode_items by Josef Bacik · 3 years, 1 month ago
- 376b91d btrfs: convert BUG() for pending_del_nr into an ASSERT by Josef Bacik · 3 years, 1 month ago
- 56e1edb btrfs: convert BUG_ON() in btrfs_truncate_inode_items to ASSERT by Josef Bacik · 3 years, 1 month ago
- 71d18b5 btrfs: add inode to truncate control by Josef Bacik · 3 years, 1 month ago
- 487e81d btrfs: pass the ino via truncate control by Josef Bacik · 3 years, 1 month ago
- 655807b btrfs: use a flag to control when to clear the file extent range by Josef Bacik · 3 years, 1 month ago
- 5caa490 btrfs: control extent reference updates with a control flag for truncate by Josef Bacik · 3 years, 1 month ago
- 462b728 btrfs: only call inode_sub_bytes in truncate paths that care by Josef Bacik · 3 years, 1 month ago
- c2ddb612 btrfs: only update i_size in truncate paths that care by Josef Bacik · 3 years, 1 month ago
- d9ac19c btrfs: add truncate control struct by Josef Bacik · 3 years, 1 month ago
- 7097a94 btrfs: remove found_extent from btrfs_truncate_inode_items by Josef Bacik · 3 years, 1 month ago
- 2adc75d btrfs: move btrfs_kill_delayed_inode_items into evict by Josef Bacik · 3 years, 1 month ago
- 275312a btrfs: remove free space cache inode check in btrfs_truncate_inode_items by Josef Bacik · 3 years, 1 month ago
- 9a4a142 btrfs: move extent locking outside of btrfs_truncate_inode_items by Josef Bacik · 3 years, 1 month ago
- 54f03ab btrfs: move btrfs_truncate_inode_items to inode-item.c by Josef Bacik · 3 years, 1 month ago
- 26c2c45 btrfs: add an inode-item.h by Josef Bacik · 3 years, 1 month ago
- 727e606 btrfs: remove stale comment about locking at btrfs_search_slot() by Filipe Manana · 3 years, 1 month ago
- bb8e9a6 btrfs: remove BUG_ON() after splitting leaf by Filipe Manana · 3 years, 1 month ago
- 109324c btrfs: move leaf search logic out of btrfs_search_slot() by Filipe Manana · 3 years, 1 month ago
- e5e1c17 btrfs: remove useless condition check before splitting leaf by Filipe Manana · 3 years, 1 month ago
- e2e58d0 btrfs: try to unlock parent nodes earlier when inserting a key by Filipe Manana · 3 years, 1 month ago
- fb81212 btrfs: allow generic_bin_search() to take low boundary as an argument by Filipe Manana · 3 years, 1 month ago
- 120de40 btrfs: check the root node for uptodate before returning it by Josef Bacik · 3 years, 1 month ago
- a174c0a btrfs: allow device add if balance is paused by Nikolay Borisov · 3 years, 1 month ago
- 621a1ee btrfs: make device add compatible with paused balance in btrfs_exclop_start_try_lock by Nikolay Borisov · 3 years, 1 month ago
- efc0e69 btrfs: introduce exclusive operation BALANCE_PAUSED state by Nikolay Borisov · 3 years, 1 month ago
- d96b342 btrfs: make send work with concurrent block group relocation by Filipe Manana · 3 years, 1 month ago
- 364be84 btrfs: change name and type of private member of btrfs_free_space_ctl by Nikolay Borisov · 3 years, 1 month ago
- 290ef19 btrfs: make __btrfs_add_free_space take just block group reference by Nikolay Borisov · 3 years, 1 month ago
- 32e1649 btrfs: consolidate unlink_free_space/__unlink_free_space functions by Nikolay Borisov · 3 years, 1 month ago
- f594f13 btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bits by Nikolay Borisov · 3 years, 1 month ago
- abed4aa btrfs: track the csum, extent, and free space trees in a rb tree by Josef Bacik · 3 years, 2 months ago
- 7fcf8a0 btrfs: remove useless WARN_ON in record_root_in_trans by Josef Bacik · 3 years, 2 months ago
- 7939dd9 btrfs: stop accessing ->free_space_root directly by Josef Bacik · 3 years, 2 months ago
- fc28b25 btrfs: stop accessing ->csum_root directly by Josef Bacik · 3 years, 2 months ago
- 056c831 btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root by Josef Bacik · 3 years, 2 months ago
- 84d2d6c btrfs: fix csum assert to check objectid of the root by Josef Bacik · 3 years, 2 months ago
- 29cbcf4 btrfs: stop accessing ->extent_root directly by Josef Bacik · 3 years, 2 months ago
- 2e608bd btrfs: init root block_rsv at init root time by Josef Bacik · 3 years, 2 months ago
- ce5603d btrfs: don't use the extent_root in flush_space by Josef Bacik · 3 years, 2 months ago
- 30a9da5 btrfs: don't use extent_root in iterate_extent_inodes by Josef Bacik · 3 years, 2 months ago
- fd51eb2 btrfs: don't use the extent root in btrfs_chunk_alloc_add_chunk_item by Josef Bacik · 3 years, 2 months ago
- 3478c73 btrfs: remove unnecessary extent root check in btrfs_defrag_leaves by Josef Bacik · 3 years, 2 months ago
- 826582c btrfs: do not special case the extent root for switch commit roots by Josef Bacik · 3 years, 2 months ago
- 8e1d029 btrfs: use chunk_root in find_free_extent_update_loop by Josef Bacik · 3 years, 2 months ago
- 76d76e7 btrfs: make remove_extent_backref pass the root by Josef Bacik · 3 years, 2 months ago
- dfe8aec btrfs: add a btrfs_block_group_root() helper by Josef Bacik · 3 years, 2 months ago
- 9f05c09 btrfs: remove BUG_ON(!eie) in find_parent_nodes by Josef Bacik · 3 years, 2 months ago
- fcba012 btrfs: remove BUG_ON() in find_parent_nodes() by Josef Bacik · 3 years, 2 months ago
- e0b7661 btrfs: remove SANITY_TESTS check form find_parent_nodes by Josef Bacik · 3 years, 2 months ago
- 9665ebd btrfs: move comment in find_parent_nodes() by Josef Bacik · 3 years, 2 months ago
- 98cc422 btrfs: pass the root to add_keyed_refs by Josef Bacik · 3 years, 2 months ago
- 7a60751 btrfs: remove trans_handle->root by Josef Bacik · 3 years, 2 months ago