summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAge
* btrfs: move sysfs declarations out of ctree.hDavid Sterba2019-09-09
* btrfs: export the excluded extents helpersJosef Bacik2019-09-09
* btrfs: migrate nocow and reservation helpersJosef Bacik2019-09-09
* btrfs: migrate the block group ref counting stuffJosef Bacik2019-09-09
* btrfs: migrate the block group lookup codeJosef Bacik2019-09-09
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-09
* btrfs: remove unused key type set/get helpersDavid Sterba2019-09-09
* btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo2019-09-09
* btrfs: Remove leftover of in-band dedupeNikolay Borisov2019-09-09
* Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana2019-09-09
* Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana2019-08-07
* btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-04
* btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik2019-07-04
* btrfs: migrate the delayed refs rsv codeJosef Bacik2019-07-04
* btrfs: move btrfs_block_rsv definitions into it's own headerJosef Bacik2019-07-02
* btrfs: export block_rsv_use_bytesJosef Bacik2019-07-02
* btrfs: rename do_chunk_alloc to btrfs_chunk_allocJosef Bacik2019-07-02
* btrfs: move space_info to space-info.hJosef Bacik2019-07-02
* btrfs: improve messages when updating feature flagsDavid Sterba2019-07-02
* Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana2019-07-02
* btrfs: document BTRFS_MAX_MIRRORSDavid Sterba2019-07-02
* btrfs: use file:line format for assertion reportDavid Sterba2019-07-01
* btrfs: add boilerplate code for directly including the crypto frameworkJohannes Thumshirn2019-07-01
* btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn2019-07-01
* btrfs: resurrect btrfs_crc32c()Johannes Thumshirn2019-07-01
* btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-01
* btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba2019-07-01
* Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-05-07
|\
| * btrfs: track DIO bytes in flightJosef Bacik2019-04-29
| * Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana2019-04-29
| * btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba2019-04-29
| * btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-29
| * btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-29
| * btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo2019-04-29
| * btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo2019-04-29
| * btrfs: get fs_info from device in btrfs_scrub_cancel_devDavid Sterba2019-04-29
| * Btrfs: remove no longer used function to run delayed refs asynchronouslyFilipe Manana2019-04-29
| * btrfs: get fs_info from trans in btrfs_write_dirty_block_groupsDavid Sterba2019-04-29
| * btrfs: get fs_info from trans in btrfs_setup_space_cacheDavid Sterba2019-04-29
| * btrfs: Factor out in_range macroNikolay Borisov2019-04-29
| * btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney2019-04-29
| * btrfs: tree-checker: Verify inode itemQu Wenruo2019-04-29
| * btrfs: qgroup: remove obsolete fs_info membersDavid Sterba2019-04-29
| * btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba2019-04-29
| * btrfs: get fs_info from eb in btrfs_exclude_logged_extentsDavid Sterba2019-04-29
| * btrfs: get fs_info from eb in leaf_data_endDavid Sterba2019-04-29
| * btrfs: Make btrfs_(set|clear)_header_flag return voidQu Wenruo2019-04-29
* | btrfs: use ->free_inode()Al Viro2019-05-01
|/
* Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-12
|\
| * btrfs: check for refs on snapshot delete resumeJosef Bacik2019-02-27