summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | btrfs: Remove unused arguments from btrfs_get_extent_fiemapNikolay Borisov2019-02-251-2/+1Star
* | btrfs: Make first argument of btrfs_run_delalloc_range directly an inodeNikolay Borisov2019-02-251-1/+1
|/
* Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-201-0/+7
|\
| * btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik2019-01-181-0/+3
| * btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik2019-01-181-0/+4
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-4/+0Star
|\ \ | |/ |/|
| * btrfs: sanitize security_mnt_opts useAl Viro2018-12-211-4/+0Star
* | btrfs: catch cow on deleting snapshotsJosef Bacik2018-12-171-0/+1
* | btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik2018-12-171-1/+1
* | btrfs: add new flushing states for the delayed refs rsvJosef Bacik2018-12-171-4/+6
* | btrfs: introduce delayed_refs_rsvJosef Bacik2018-12-171-0/+10
* | btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba2018-12-171-2/+0Star
* | btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba2018-12-171-1/+1
* | btrfs: drop extra enum initialization where using defaultsDavid Sterba2018-12-171-14/+14
* | btrfs: switch BTRFS_ROOT_* to enumsDavid Sterba2018-12-171-16/+17
* | btrfs: switch BTRFS_FS_* to enumsDavid Sterba2018-12-171-32/+31Star
* | btrfs: switch BTRFS_BLOCK_RSV_* to enumsDavid Sterba2018-12-171-7/+12