summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-09-09btrfs: migrate nocow and reservation helpersJosef Bacik
2019-09-09btrfs: migrate the block group ref counting stuffJosef Bacik
2019-09-09btrfs: migrate the block group lookup codeJosef Bacik
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-09-09btrfs: move btrfs_add_free_space out of a header fileJosef Bacik
2019-09-09btrfs: tree-log: use symbolic name for first replay stageDavid Sterba
2019-09-09btrfs: async-thread: convert defines to enumsDavid Sterba
2019-09-09btrfs: tree-log: convert defines to enumsDavid Sterba
2019-09-09btrfs: remove unused key type set/get helpersDavid Sterba
2019-09-09btrfs: remove unused btrfs_device::flush_bio_sentDavid Sterba
2019-09-09Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nestingFilipe Manana
2019-09-09btrfs: Refactor btrfs_calc_avail_data_spaceNikolay Borisov
2019-09-09btrfs: Remove unnecessary check from join_running_log_transNikolay Borisov
2019-09-09Btrfs: wake up inode cache waiters sooner to reduce waiting timeFilipe Manana
2019-09-09Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana
2019-09-09Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana
2019-09-09Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana
2019-09-09Btrfs: fix hang when loading existing inode cache off diskFilipe Manana
2019-09-09btrfs: tree-checker: Add ROOT_ITEM checkQu Wenruo
2019-09-09btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-09-09btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()Qu Wenruo
2019-09-09btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo
2019-09-09btrfs: extent-tree: Add comment for inc_block_group_ro()Qu Wenruo
2019-09-09btrfs: volumes: Add comment for find_free_dev_extent_start()Qu Wenruo
2019-09-09btrfs: volumes: Unexport find_free_dev_extent_start()Qu Wenruo
2019-09-09btrfs: assert tree mod log lock in __tree_mod_log_insertDavid Sterba
2019-09-09btrfs: assert extent map tree lock in add_extent_mappingDavid Sterba
2019-09-09btrfs: Add an assertion to warn incorrect case in insert_inline_extent()Jia-Ju Bai
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov
2019-09-09btrfs: Remove delalloc_end argument from extent_clear_unlock_delallocNikolay Borisov
2019-09-09btrfs: Move free_pages_out label in inline extent handling branch in compress...Nikolay Borisov
2019-09-09btrfs: Return number of compressed extents directly in compress_file_rangeNikolay Borisov
2019-09-09btrfs: use common vfs LABEL ioctl definitionsEric Sandeen
2019-09-09btrfs: Remove unused locking functionsNikolay Borisov
2019-09-09btrfs: reduce stack usage for btrfsic_process_written_blockArnd Bergmann
2019-09-09btrfs: remove set but not used variable 'offset'YueHaibing
2019-09-09Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana
2019-09-09Btrfs: factor out extent dropping code from hole punch handlerFilipe Manana
2019-08-18Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-08-07btrfs: trim: Check the range passed into to prevent overflowQu Wenruo
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana
2019-08-02Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana
2019-07-30Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana
2019-07-30Btrfs: fix incremental send failure after deduplicationFilipe Manana
2019-07-26Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-26btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota
2019-07-25btrfs: Fix deadlock caused by missing memory barrierNikolay Borisov
2019-07-22Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds