aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-04-19btrfs: do proper error handling in record_reloc_root_in_transJosef Bacik
2021-04-19btrfs: check record_root_in_trans related failures in select_reloc_rootJosef Bacik
2021-04-19btrfs: convert BUG_ON()'s in select_reloc_root() to proper errorsJosef Bacik
2021-04-19btrfs: handle errors from select_reloc_root()Josef Bacik
2021-04-19btrfs: convert BUG_ON()'s in relocate_tree_blockJosef Bacik
2021-04-19btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocationJosef Bacik
2021-04-19btrfs: add and use readahead_batch_lengthMatthew Wilcox (Oracle)
2021-04-19btrfs: move forward declarations to the beginning of extent_io.hWan Jiabing
2021-04-19btrfs: subpage: add overview commentsQu Wenruo
2021-04-19btrfs: make set_btree_ioerr accept extent buffer and be subpage compatibleQu Wenruo
2021-04-19btrfs: make set/clear_extent_buffer_dirty() subpage compatibleQu Wenruo
2021-04-19btrfs: support page uptodate assertions in subpage modeQu Wenruo
2021-04-19btrfs: make alloc_extent_buffer() check subpage dirty bitmapQu Wenruo
2021-04-19btrfs: subpage: support metadata checksum calculation at write timeQu Wenruo
2021-04-19btrfs: subpage: do more sanity checks on metadata page dirtyingQu Wenruo
2021-04-19btrfs: subpage: introduce helpers for writeback statusQu Wenruo
2021-04-19btrfs: subpage: introduce helpers for dirty statusQu Wenruo
2021-04-19btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()Qu Wenruo
2021-04-19btrfs: use min() to replace open-code in btrfs_invalidatepage()Qu Wenruo
2021-04-19btrfs: add sysfs interface for supported sectorsizeQu Wenruo
2021-04-19btrfs: improve btree readahead for full send operationsFilipe Manana
2021-04-19btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana
2021-04-19btrfs: make reflinks respect O_SYNC O_DSYNC and S_SYNC flagsFilipe Manana
2021-04-19btrfs: zoned: bail out in btrfs_alloc_chunk for bad inputArnd Bergmann
2021-04-19btrfs: fix a potential hole punching failureBingJing Chang
2021-04-19btrfs: zoned: move log tree node allocation out of log_root_tree->log_mutexNaohiro Aota
2021-04-19btrfs: use percpu_read_positive instead of sum_positive for need_preemptJosef Bacik
2021-04-19btrfs: update outdated comment at btrfs_replace_file_extents()Filipe Manana
2021-04-19btrfs: update outdated comment at btrfs_orphan_cleanup()Filipe Manana
2021-04-19btrfs: update debug message when checking seq number of a delayed refFilipe Manana
2021-04-19btrfs: add and use helper to get lowest sequence number for the tree mod logFilipe Manana
2021-04-19btrfs: remove unnecessary leaf check at btrfs_tree_mod_log_free_eb()Filipe Manana
2021-04-19btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()Filipe Manana
2021-04-19btrfs: use a bit to track the existence of tree mod log usersFilipe Manana
2021-04-19btrfs: use booleans where appropriate for the tree mod log functionsFilipe Manana
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana
2021-04-19btrfs: integrity-checker: convert block context kmap's to kmap_local_pageIra Weiny
2021-04-19btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bioIra Weiny
2021-04-19btrfs: raid56: convert kmaps to kmap_local_pageIra Weiny
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn
2021-04-19btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-04-19btrfs: fix race between memory mapped writes and fsyncFilipe Manana
2021-04-19btrfs: exclude mmap from happening during all fallocate operationsJosef Bacik
2021-04-19btrfs: exclude mmaps while doing remapJosef Bacik
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues
2021-04-19btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues