summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana2019-05-221-0/+6
* 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-071-24/+10
|\ \ | |/ |/|
| * btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes2019-03-071-24/+10
* | btrfs: scrub: remove unused nocow worker pointerDavid Sterba2019-02-251-1/+0
* | 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/+5
* | 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/+1
* | 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-211-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/+0
|\ \ | |/ |/|
| * btrfs: sanitize security_mnt_opts useAl Viro2018-12-211-4/+0
* | 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/+0
* | 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/+31
* | btrfs: switch BTRFS_BLOCK_RSV_* to enumsDavid Sterba2018-12-171-7/+12
* | btrfs: switch BTRFS_FS_STATE_* to enumsDavid Sterba2018-12-171-6/+19
* | btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov2018-12-171-3/+2
* | btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-4/+0
* | btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov2018-12-171-4/+12
* | btrfs: introduce EXPORT_FOR_TESTS macroJohannes Thumshirn2018-12-171-0/+10
* | btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2018-12-171-1/+1
* | btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...Nikolay Borisov2018-12-171-2/+2
* | Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval2018-12-171-0/+29
* | btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov2018-12-171-0/+2
* | btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov2018-12-171-0/+2
* | btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov2018-12-171-0/+2
* | btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov2018-12-171-0/+2
* | btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov2018-12-171-0/+2
* | btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov2018-12-171-0/+1
* | btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov2018-12-171-0/+3
* | Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-111-0/+3
|\ \ | |/ |/|
| * Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana2018-11-061-0/+3
* | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-5/+3
|\ \ | |/ |/|
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-3/+3
| * vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-5/+3