- 49d11be btrfs: add a helper to read the tree_root commit root for backref lookup by Josef Bacik · 4 years, 2 months ago
- 96c2e06 btrfs: skip devices without magic signature when mounting by Anand Jain · 4 years, 3 months ago
- 905eb88 btrfs: remove struct extent_io_ops by Nikolay Borisov · 4 years, 3 months ago
- 1b36294 btrfs: call submit_bio_hook directly for metadata pages by Nikolay Borisov · 4 years, 3 months ago
- 1f03d9c btrfs: remove extent_io_ops::readpage_end_io_hook by Nikolay Borisov · 4 years, 3 months ago
- 9a446d6 btrfs: replace readpage_end_io_hook with direct calls by Nikolay Borisov · 4 years, 3 months ago
- 2c53a14 btrfs: use own btree inode io_tree owner id by Qu Wenruo · 4 years, 4 months ago
- 208d634 btrfs: remove btree_get_extent by Nikolay Borisov · 4 years, 4 months ago
- 2f1d3e4 btrfs: remove btree_readpage by Nikolay Borisov · 4 years, 4 months ago
- 457f186 btrfs: pretty print leaked root name by Josef Bacik · 4 years, 4 months ago
- 9631e4c btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks by Josef Bacik · 4 years, 4 months ago
- 217f500 btrfs: rework error detection in init_tree_roots by Nikolay Borisov · 4 years, 5 months ago
- 944d3f9 btrfs: switch seed device to list api by Nikolay Borisov · 4 years, 6 months ago
- 5705674 btrfs: do async reclaim for data reservations by Josef Bacik · 4 years, 5 months ago
- 260db43 btrfs: delete duplicated words + other fixes in comments by Randy Dunlap · 4 years, 5 months ago
- bffac4b Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 3 months ago
- 35be885 btrfs: fix overflow when copying corrupt csums for a message by Johannes Thumshirn · 4 years, 3 months ago
- edf6b0e Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago
- 9e3aa80 btrfs: free data reloc tree on failed mount by Josef Bacik · 4 years, 4 months ago
- 9907ab3 Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago
- bbc37d6 btrfs: fix space cache memory leak after transaction abort by Filipe Manana · 4 years, 5 months ago
- 382625d Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- adca4d9 btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-EDQUOT by Qu Wenruo · 4 years, 6 months ago
- c53e965 btrfs: qgroup: try to flush qgroup space when we get -EDQUOT by Qu Wenruo · 4 years, 6 months ago
- 2dfb1e4 btrfs: preallocate anon block device at first phase of snapshot creation by Qu Wenruo · 4 years, 7 months ago
- 851fd73 btrfs: don't allocate anonymous block device for user invisible roots by Qu Wenruo · 4 years, 7 months ago
- a2570ef btrfs: remove unused btrfs_root::defrag_trans_start by David Sterba · 4 years, 6 months ago
- 923eb52 btrfs: use free_root_extent_buffer to free root by Johannes Thumshirn · 4 years, 6 months ago
- 5958253 btrfs: qgroup: catch reserved space leaks at unmount time by Qu Wenruo · 4 years, 7 months ago
- 21cf866 writeback: remove bdi->congested_fn by Christoph Hellwig · 4 years, 6 months ago
- aa27b32 Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 6 months ago
- 0465337 btrfs: reset tree root pointer after error in init_tree_roots by Josef Bacik · 4 years, 6 months ago
- f3cdc8a Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
- d1b89bc btrfs: use attach/detach_page_private by Guoqing Jiang · 4 years, 7 months ago
- e289f03 btrfs: fix corrupt log due to concurrent fsync of inodes with shared extents by Filipe Manana · 4 years, 8 months ago
- 56e9357 btrfs: simplify root lookup by id by David Sterba · 4 years, 8 months ago
- 1dae7e0 btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway balance by Qu Wenruo · 4 years, 7 months ago
- aeb935a btrfs: don't set SHAREABLE flag for data reloc tree by Qu Wenruo · 4 years, 8 months ago
- 92a7cc4 btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE by Qu Wenruo · 4 years, 8 months ago
- fd08001 btrfs: use crypto_shash_digest() instead of open coding by Eric Biggers · 4 years, 8 months ago
- 5c047a6 btrfs: get rid of endio_repair_workers by Omar Sandoval · 4 years, 9 months ago
- ef67963 btrfs: drop logs when we've aborted a transaction by Josef Bacik · 4 years, 9 months ago
- c75e839 btrfs: kill the subvol_srcu by Josef Bacik · 4 years, 11 months ago
- efc3453 btrfs: make btrfs_cleanup_fs_roots use the radix tree lock by Josef Bacik · 4 years, 11 months ago
- 4785e24 btrfs: don't take an extra root ref at allocation time by Josef Bacik · 4 years, 11 months ago
- dc9492c btrfs: hold a ref on the root on the dead roots list by Josef Bacik · 4 years, 11 months ago
- 5c8fd99 btrfs: make inodes hold a ref on their roots by Josef Bacik · 4 years, 11 months ago
- 8c38938 btrfs: move the root freeing stuff into btrfs_put_root by Josef Bacik · 4 years, 11 months ago
- 0e996e7 btrfs: move ino_cache_inode dropping out of btrfs_free_fs_root by Josef Bacik · 4 years, 11 months ago
- 3fd6372 btrfs: make the extent buffer leak check per fs info by Josef Bacik · 4 years, 11 months ago
- c67b389 btrfs: return void from csum_tree_block by David Sterba · 4 years, 10 months ago
- e9be5a3 btrfs: simplify tree block checksumming loop by David Sterba · 4 years, 10 months ago
- f0cc2cd Btrfs: fix crash during unmount due to race with delayed inode workers by Filipe Manana · 4 years, 10 months ago
- 807fc79 btrfs: switch to use new generic UUID API by Andy Shevchenko · 4 years, 10 months ago
- 15b6e8a btrfs: reduce pointer intdirections in btree_readpage_end_io_hook by David Sterba · 5 years ago
- b79ce3d btrfs: adjust delayed refs message level by David Sterba · 5 years ago
- c4ac754 btrfs: open code trivial helper btrfs_header_chunk_tree_uuid by David Sterba · 6 years ago
- 9a8658e btrfs: open code trivial helper btrfs_header_fsid by David Sterba · 6 years ago
- dcc3eb9 btrfs: convert snapshot/nocow exlcusion to drew lock by Nikolay Borisov · 5 years ago
- 75ec1db btrfs: set update the uuid generation as soon as possible by Josef Bacik · 4 years, 11 months ago
- c94bec2 btrfs: bail out of uuid tree scanning if we're closing by Josef Bacik · 4 years, 11 months ago
- 97f4dd0 btrfs: make btrfs_check_uuid_tree private to disk-io.c by Nikolay Borisov · 4 years, 11 months ago
- 314b6dd btrfs: use bios instead of buffer_heads from super block writeout by Johannes Thumshirn · 4 years, 11 months ago
- 8f32380 btrfs: use the page cache for super block reading by Johannes Thumshirn · 4 years, 11 months ago
- fe119a6 btrfs: switch to per-transaction pinned extents by Nikolay Borisov · 5 years ago
- f603bb9 btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refs by Nikolay Borisov · 5 years ago
- 71ad38b btrfs: sink argument tree to extent_read_full_page by David Sterba · 5 years ago
- 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
- bd647ce btrfs: add a leak check for roots by Josef Bacik · 5 years ago
- 8260edba btrfs: make the init of static elements in fs_info separate by Josef Bacik · 5 years ago
- ae18c37 btrfs: move fs_info init work into it's own helper function by Josef Bacik · 5 years ago
- 141386e btrfs: free more things in btrfs_free_fs_info by Josef Bacik · 5 years ago
- bc44d7c btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root by Josef Bacik · 5 years ago
- 81f096e btrfs: use btrfs_put_fs_root to free roots always by Josef Bacik · 5 years ago
- 4c78e9f btrfs: hold a ref on the root in open_ctree by Josef Bacik · 5 years ago
- 0d4b046 btrfs: export and rename free_fs_info by Josef Bacik · 5 years ago
- af01d2e btrfs: hold a ref on fs roots while they're in the radix tree by Josef Bacik · 5 years ago
- a98db0f btrfs: make the fs root init functions static by Josef Bacik · 5 years ago
- 3619c94 btrfs: open code btrfs_read_fs_root_no_name by Josef Bacik · 5 years ago
- 83db2aad btrfs: remove btrfs_read_fs_root, not used anymore by Josef Bacik · 5 years ago
- 62a2c73 btrfs: export and use btrfs_read_tree_root for tree-log by Josef Bacik · 5 years ago
- f39e457 btrfs: move fs root init stuff into btrfs_init_fs_root by Josef Bacik · 5 years ago
- 96dfcb4 btrfs: push __setup_root into btrfs_alloc_root by Josef Bacik · 5 years ago
- 1e90315 btrfs: do not check delayed items are empty for single transaction cleanup by Josef Bacik · 4 years, 11 months ago
- 315bf8e btrfs: reset fs_root to NULL on error in open_ctree by Josef Bacik · 4 years, 11 months ago
- 81f7eb0 btrfs: destroy qgroup extent records on transaction abort by Jeff Mahoney · 4 years, 11 months ago
- e8294f2 btrfs: print message when tree-log replay starts by David Sterba · 5 years ago
- 7227ff4 Btrfs: fix race between adding and putting tree mod seq elements and nodes by Filipe Manana · 5 years ago
- 4e19443 btrfs: free block groups after free'ing fs trees by Josef Bacik · 5 years ago
- b0643e5 btrfs: add the beginning of async discard, discard workqueue by Dennis Zhou · 5 years ago
- 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
- bc036bb btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsid by Anand Jain · 5 years ago
- be2cf92 btrfs: sysfs, rename btrfs_sysfs_add_device() by Anand Jain · 5 years ago
- c6761a9 btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parent by Anand Jain · 5 years ago
- a019e9e btrfs: remove extent_map::bdev by David Sterba · 5 years ago
- 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
- 6ef108d btrfs: Streamline btrfs_fs_info::backup_root_index semantics by Nikolay Borisov · 5 years ago
- 4ac039a btrfs: Rename find_oldest_super_backup to init_backup_root_slot by Nikolay Borisov · 5 years ago
- 260eb11 btrfs: Remove unused next_root_backup function by Nikolay Borisov · 5 years ago
- 336a0d8 btrfs: Don't use objectid_mutex during mount by Nikolay Borisov · 5 years ago