aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana1-0/+2
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov1-2/+0
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov1-0/+2
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov1-0/+2
2020-10-07btrfs: use unaligned helpers for stack and header set/get helpersDavid Sterba1-6/+14
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov1-1/+1
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov1-1/+1
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana1-1/+1
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana1-2/+6
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana1-1/+1
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana1-0/+16
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues1-5/+19
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov1-4/+0
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik1-2/+4
2020-10-07btrfs: introduce btrfs_path::recurseJosef Bacik1-2/+1
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo1-1/+1
2020-10-07btrfs: switch to iomap for direct IOGoldwyn Rodrigues1-0/+1
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik1-1/+2
2020-10-07btrfs: add flushing states for handling data reservationsJosef Bacik1-0/+2
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik1-1/+1
2020-08-21btrfs: detect nocow for swap after snapshot deleteBoris Burkov1-2/+2
2020-08-19btrfs: use the correct const function attribute for btrfs_get_num_csumsDavid Sterba1-1/+1
2020-07-27btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik1-1/+1
2020-07-27btrfs: add comments for btrfs_reserve_flush_enumQu Wenruo1-2/+32
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-EDQUOTQu Wenruo1-5/+0
2020-07-27btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo1-0/+3
2020-07-27btrfs: add multi-statement protection to btrfs_set/clear_and_info macrosMarcos Paulo de Souza1-4/+4
2020-07-27btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana1-0/+1
2020-07-27btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana1-0/+1
2020-07-27btrfs: qgroup: export qgroups in sysfsQu Wenruo1-0/+1
2020-07-27btrfs: make btrfs_dirty_pages take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_run_delalloc_range take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: refactor btrfs_check_can_nocow() into two variantsQu Wenruo1-2/+3
2020-07-27btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservationQu Wenruo1-0/+2
2020-07-27btrfs: remove unused btrfs_root::defrag_trans_startDavid Sterba1-1/+0
2020-07-27btrfs: make __btrfs_drop_extents take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_csum_one_bio takae btrfs_inodeNikolay Borisov1-2/+2
2020-07-27btrfs: make btrfs_reloc_clone_csums take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: add little-endian optimized key helpersDavid Sterba1-0/+48
2020-07-27btrfs: inode: refactor the parameters of insert_reserved_file_extent()Qu Wenruo1-1/+5
2020-06-16btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana1-0/+2
2020-06-14Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba1-1/+0
2020-06-09Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba1-3/+0
2020-05-28btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig1-0/+3
2020-05-28btrfs: switch to iomap_dio_rw() for dioGoldwyn Rodrigues1-0/+1
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana1-0/+3
2020-05-25btrfs: simplify iget helpersDavid Sterba1-3/+2
2020-05-25btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo1-0/+1
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-2/+23