summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana2019-08-071-4/+0Star
* btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-041-14/+0Star
* btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik2019-07-041-1/+0Star
* btrfs: migrate the delayed refs rsv codeJosef Bacik2019-07-041-9/+0Star
* btrfs: move btrfs_block_rsv definitions into it's own headerJosef Bacik2019-07-021-68/+1Star
* btrfs: export block_rsv_use_bytesJosef Bacik2019-07-021-0/+1
* btrfs: rename do_chunk_alloc to btrfs_chunk_allocJosef Bacik2019-07-021-0/+22
* btrfs: move space_info to space-info.hJosef Bacik2019-07-021-72/+1Star
* btrfs: improve messages when updating feature flagsDavid Sterba2019-07-021-16/+24
* Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana2019-07-021-0/+7
* btrfs: document BTRFS_MAX_MIRRORSDavid Sterba2019-07-021-1/+10
* btrfs: use file:line format for assertion reportDavid Sterba2019-07-011-2/+1Star
* btrfs: add boilerplate code for directly including the crypto frameworkJohannes Thumshirn2019-07-011-0/+8
* btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn2019-07-011-1/+2
* btrfs: resurrect btrfs_crc32c()Johannes Thumshirn2019-07-011-0/+11
* btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-011-5/+1Star
* btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba2019-07-011-0/+6
* Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-05-071-40/+38Star
|\
| * btrfs: track DIO bytes in flightJosef Bacik2019-04-291-0/+1
| * Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana2019-04-291-0/+6
| * btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba2019-04-291-1/+0Star
| * btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-291-2/+1Star
| * btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-291-2/+1Star
| * btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo2019-04-291-4/+1Star
| * btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo2019-04-291-3/+2Star
| * btrfs: get fs_info from device in btrfs_scrub_cancel_devDavid Sterba2019-04-291-2/+1Star
| * Btrfs: remove no longer used function to run delayed refs asynchronouslyFilipe Manana2019-04-291-2/+0Star
| * btrfs: get fs_info from trans in btrfs_write_dirty_block_groupsDavid Sterba2019-04-291-2/+1Star
| * btrfs: get fs_info from trans in btrfs_setup_space_cacheDavid Sterba2019-04-291-2/+1Star
| * btrfs: Factor out in_range macroNikolay Borisov2019-04-291-0/+2
| * btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney2019-04-291-6/+0Star
| * btrfs: tree-checker: Verify inode itemQu Wenruo2019-04-291-0/+15
| * btrfs: qgroup: remove obsolete fs_info membersDavid Sterba2019-04-291-3/+0Star
| * btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba2019-04-291-2/+1Star
| * btrfs: get fs_info from eb in btrfs_exclude_logged_extentsDavid Sterba2019-04-291-2/+1Star
| * btrfs: get fs_info from eb in leaf_data_endDavid Sterba2019-04-291-3/+2Star
| * btrfs: Make btrfs_(set|clear)_header_flag return voidQu Wenruo2019-04-291-4/+2Star
* | btrfs: use ->free_inode()Al Viro2019-05-021-0/+1
|/
* Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-121-0/+2
|\
| * btrfs: check for refs on snapshot delete resumeJosef Bacik2019-02-271-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-081-24/+10Star
|\ \ | |/ |/|
| * btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes2019-03-081-24/+10Star
* | btrfs: scrub: remove unused nocow worker pointerDavid Sterba2019-02-251-1/+0Star
* | btrfs: scrub: add assertions for worker pointersDavid Sterba2019-02-251-0/+4
* | btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain2019-02-251-1/+1
* | btrfs: don't use global reserve for chunk allocationJosef Bacik2019-02-251-1/+2
* | btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik2019-02-251-1/+3
* | btrfs: let the assertion expression compile in all configsAnders Roxell2019-02-251-8/+5Star
* | btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo2019-02-251-0/+14
* | btrfs: relocation: Delay reloc tree deletion after merge_reloc_rootsQu Wenruo2019-02-251-0/+15