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