- 939b656 btrfs: fix corruption after buffer fault in during direct IO append write by Filipe Manana · 5 months ago
- ca84529 btrfs: fix data race when accessing the last_trans field of a root by Filipe Manana · 6 months ago
- e2844cc btrfs: remove inode_lock from struct btrfs_root and use xarray locks by Filipe Manana · 8 months ago
- 310b2f5 btrfs: use an xarray to track open inodes in a root by Filipe Manana · 8 months ago
- 5693a12 btrfs: add forward declarations and headers, part 3 by David Sterba · 11 months ago
- 91701bd btrfs: make btrfs_error_unpin_extent_range() return void by David Sterba · 12 months ago
- 6140ba8 btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-tree by David Sterba · 1 year, 1 month ago
- 46524fa btrfs: remove unused btrfs_root::type by David Sterba · 1 year, 1 month ago
- 6e5de50 btrfs: use bool for return type of btrfs_block_can_be_shared() by Filipe Manana · 1 year, 3 months ago
- 6000d93 btrfs: remove log_extents_lock and logged_list from struct btrfs_root by Filipe Manana · 1 year, 3 months ago
- d5acbc6 Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 1 year, 2 months ago
- eb96e22 btrfs: fix unwritten extent buffer after snapshotting a new subvolume by Filipe Manana · 1 year, 3 months ago
- 6008859 btrfs: add and use helpers for reading and writing log_transid by Filipe Manana · 1 year, 3 months ago
- f985078 btrfs: add and use helpers for reading and writing last_log_commit by Filipe Manana · 1 year, 3 months ago
- 6422b4c btrfs: move btrfs_realloc_node() from ctree.c into defrag.c by Filipe Manana · 1 year, 3 months ago
- 79d25df btrfs: export comp_keys() from ctree.c as btrfs_comp_keys() by Filipe Manana · 1 year, 3 months ago
- 95f93bc btrfs: rename and export __btrfs_cow_block() by Filipe Manana · 1 year, 3 months ago
- 2672a05 btrfs: track data relocation with simple quota by Boris Burkov · 1 year, 6 months ago
- 50564b6 btrfs: abort transaction on generation mismatch when marking eb as dirty by Filipe Manana · 1 year, 4 months ago
- 2a3a1dd btrfs: remove extraneous includes from ctree.h by Josef Bacik · 1 year, 4 months ago
- 1b9e6a1 btrfs: move btrfs_name_hash to dir-item.h by Josef Bacik · 1 year, 4 months ago
- 98e4f06 btrfs: move btrfs_extref_hash into inode-item.h by Josef Bacik · 1 year, 4 months ago
- 03e8634 btrfs: remove btrfs_crc32c wrapper by Josef Bacik · 1 year, 4 months ago
- 102f264 btrfs: move btrfs_crc32c_final into free-space-cache.c by Josef Bacik · 1 year, 4 months ago
- 9b378f6 btrfs: fix infinite directory reads by Filipe Manana · 1 year, 5 months ago
- 751a276 btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr() by Filipe Manana · 1 year, 7 months ago
- 016f9d0 btrfs: rename del_ptr to btrfs_del_ptr and export it by Josef Bacik · 1 year, 8 months ago
- b3cbfb0 btrfs: add a btrfs_csum_type_size helper by Josef Bacik · 1 year, 8 months ago
- 6c75a58 btrfs: print-tree: pass const extent buffer pointer by Qu Wenruo · 1 year, 8 months ago
- f469c8b btrfs: unexport btrfs_prev_leaf() by Filipe Manana · 1 year, 9 months ago
- fdf8d59 btrfs: open code btrfs_bin_search() by Anand Jain · 1 year, 10 months ago
- a724f31 btrfs: do unsigned integer division in the extent buffer binary search loop by Filipe Manana · 1 year, 11 months ago
- 7b00dff btrfs: eliminate extra call when doing binary search on extent buffer by Filipe Manana · 1 year, 11 months ago
- 0e6c40e btrfs: move the csum helpers into ctree.h by Josef Bacik · 2 years, 2 months ago
- 9b48add btrfs: move eb offset helpers into extent_io.h by Josef Bacik · 2 years, 2 months ago
- 6bfd0ff btrfs: move file_extent_item helpers into file-item.h by Josef Bacik · 2 years, 2 months ago
- 1fe5ebc btrfs: move root helpers back into ctree.h by Josef Bacik · 2 years, 2 months ago
- 3c32c72 btrfs: use cached state when looking for delalloc ranges with lseek by Filipe Manana · 2 years, 2 months ago
- aa5d300 btrfs: move orphan prototypes into orphan.h by Josef Bacik · 2 years, 2 months ago
- c03b220 btrfs: move super prototypes into super.h by Josef Bacik · 2 years, 2 months ago
- 6a6b4da btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.h by Josef Bacik · 2 years, 2 months ago
- 5c11adc btrfs: move verity prototypes into verity.h by Josef Bacik · 2 years, 2 months ago
- 77407dc btrfs: move dev-replace prototypes into dev-replace.h by Josef Bacik · 2 years, 2 months ago
- 2fc6822 btrfs: move scrub prototypes into scrub.h by Josef Bacik · 2 years, 2 months ago
- 6770747 btrfs: move relocation prototypes into relocation.h by Josef Bacik · 2 years, 2 months ago
- 33cf97a btrfs: move acl prototypes into acl.h by Josef Bacik · 2 years, 2 months ago
- cc68414 btrfs: move the snapshot drop related prototypes to extent-tree.h by Josef Bacik · 2 years, 2 months ago
- b538a27 btrfs: move the 32bit warn defines into messages.h by Josef Bacik · 2 years, 2 months ago
- af142b6 btrfs: move file prototypes to file.h by Josef Bacik · 2 years, 2 months ago
- 7572dec btrfs: move ioctl prototypes into ioctl.h by Josef Bacik · 2 years, 2 months ago
- c7a03b5 btrfs: move uuid tree prototypes to uuid-tree.h by Josef Bacik · 2 years, 2 months ago
- 7c8ede1 btrfs: move file-item prototypes into their own header by Josef Bacik · 2 years, 2 months ago
- f2b3927 btrfs: move dir-item prototypes into dir-item.h by Josef Bacik · 2 years, 2 months ago
- 59b818e btrfs: move defrag related prototypes to their own header by Josef Bacik · 2 years, 2 months ago
- 2885fd6 btrfs: move inode prototypes to btrfs_inode.h by Josef Bacik · 2 years, 2 months ago
- b31bed1 btrfs: move btrfs_chunk_item_size out of ctree.h by Josef Bacik · 2 years, 2 months ago
- 911bd75 btrfs: remove unused function prototypes by Josef Bacik · 2 years, 2 months ago
- 45c40c8 btrfs: move root tree prototypes to their own header by Josef Bacik · 2 years, 2 months ago
- 6d2049a btrfs: delete unused function prototypes in ctree.h by Josef Bacik · 2 years, 2 months ago
- 2839c2c btrfs: move delalloc space related prototypes to delalloc-space.h by Josef Bacik · 2 years, 2 months ago
- a023180 btrfs: move extent-tree helpers into their own header file by Josef Bacik · 2 years, 2 months ago
- e2f13b3 btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c by Josef Bacik · 2 years, 2 months ago
- 8483d40 btrfs: remove extra space info prototypes in ctree.h by Josef Bacik · 2 years, 2 months ago
- 13d925c btrfs: minor whitespace in ctree.h by Josef Bacik · 2 years, 2 months ago
- eb33a4d btrfs: move the lockdep helpers into locking.h by Josef Bacik · 2 years, 2 months ago
- a56159d btrfs: move btrfs_fs_info declarations into fs.h by Josef Bacik · 2 years, 2 months ago
- 6db7531 btrfs: use struct fscrypt_str instead of struct qstr by Sweet Tea Dorminy · 2 years, 2 months ago
- ab3c5c1 btrfs: setup qstr from dentrys using fscrypt helper by Sweet Tea Dorminy · 2 years, 2 months ago
- e43eec8 btrfs: use struct qstr instead of name and namelen pairs by Sweet Tea Dorminy · 2 years, 2 months ago
- e9c8307 btrfs: remove temporary btrfs_map_token declaration in ctree.h by Josef Bacik · 2 years, 3 months ago
- 07e81dc btrfs: move accessor helpers into accessors.h by Josef Bacik · 2 years, 3 months ago
- ad1ac50 btrfs: move btrfs_map_token to accessors by Josef Bacik · 2 years, 3 months ago
- d83eb48 btrfs: move the compat/incompat flag masks to fs.h by Josef Bacik · 2 years, 3 months ago
- 55e5cfd btrfs: remove fs_info::pending_changes and related code by Josef Bacik · 2 years, 3 months ago
- 7966a6b5 btrfs: move fs_info::flags enum to fs.h by Josef Bacik · 2 years, 3 months ago
- fc97a41 btrfs: move mount option definitions to fs.h by Josef Bacik · 2 years, 3 months ago
- ec8eb37 btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h by Josef Bacik · 2 years, 3 months ago
- 9b569ea btrfs: move the printk helpers out of ctree.h by Josef Bacik · 2 years, 3 months ago
- e118578 btrfs: move assert helpers out of ctree.h by Josef Bacik · 2 years, 3 months ago
- c7f13d4 btrfs: move fs wide helpers out of ctree.h by Josef Bacik · 2 years, 3 months ago
- 63a7cb1 btrfs: auto enable discard=async when possible by David Sterba · 2 years, 5 months ago
- c7321b7 btrfs: convert BTRFS_ILOCK-* defines to enum bit by David Sterba · 2 years, 4 months ago
- 7a66eda btrfs: move the btrfs_verity_descriptor_item defs up in ctree.h by Josef Bacik · 2 years, 4 months ago
- 890d2b1 btrfs: move btrfs_next_old_item into ctree.c by Josef Bacik · 2 years, 4 months ago
- eda517f btrfs: move free space cachep's out of ctree.h by Josef Bacik · 2 years, 4 months ago
- 226463d btrfs: move btrfs_path_cachep out of ctree.h by Josef Bacik · 2 years, 4 months ago
- 956504a btrfs: move trans_handle_cachep out of ctree.h by Josef Bacik · 2 years, 4 months ago
- f1e5c61 btrfs: move flush related definitions to space-info.h by Josef Bacik · 2 years, 4 months ago
- 390d89c btrfs: move discard stat defs to free-space-cache.h by Josef Bacik · 2 years, 4 months ago
- ed4c491 btrfs: move BTRFS_MAX_MIRRORS into scrub.c by Josef Bacik · 2 years, 4 months ago
- ad4b63c btrfs: move maximum limits to btrfs_tree.h by Josef Bacik · 2 years, 4 months ago
- 4300c58 btrfs: move btrfs on-disk definitions out of ctree.h by Josef Bacik · 2 years, 4 months ago
- 4ce76e8 btrfs: remove unused BTRFS_IOPRIO_READA by Josef Bacik · 2 years, 4 months ago
- ea20664 btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCH by Josef Bacik · 2 years, 4 months ago
- d60d956 btrfs: remove unused set/clear_pending_info helpers by Josef Bacik · 2 years, 4 months ago
- 8bb808c btrfs: don't print stack trace when transaction is aborted due to ENOMEM by David Sterba · 2 years, 2 months ago
- 8184620 btrfs: fix lost file sync on direct IO write with nowait and dsync iocb by Filipe Manana · 2 years, 2 months ago
- 4c0c8cf btrfs: move btrfs_drop_extent_cache() to extent_map.c by Filipe Manana · 2 years, 4 months ago
- 3050dfa btrfs: remove stale prototype of btrfs_write_inode by Jeff Layton · 2 years, 3 months ago
- 80f9d24 btrfs: make btrfs_check_nocow_lock nowait compatible by Josef Bacik · 2 years, 4 months ago