aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-25btrfs: Make first argument of btrfs_run_delalloc_range directly an inodeNikolay Borisov1-1/+1
2019-01-21Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+7
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik1-0/+3
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik1-0/+4
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro1-4/+0
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik1-0/+1
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik1-1/+1
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik1-4/+6
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik1-0/+10
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba1-2/+0
2018-12-17btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba1-1/+1
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba1-14/+14
2018-12-17btrfs: switch BTRFS_ROOT_* to enumsDavid Sterba1-16/+17
2018-12-17btrfs: switch BTRFS_FS_* to enumsDavid Sterba1-32/+31
2018-12-17btrfs: switch BTRFS_BLOCK_RSV_* to enumsDavid Sterba1-7/+12
2018-12-17btrfs: switch BTRFS_FS_STATE_* to enumsDavid Sterba1-6/+19
2018-12-17btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov1-3/+2
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov1-4/+0
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov1-4/+12
2018-12-17btrfs: introduce EXPORT_FOR_TESTS macroJohannes Thumshirn1-0/+10
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien1-1/+1
2018-12-17btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_orderedNikolay Borisov1-2/+2
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval1-0/+29
2018-12-17btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov1-0/+2
2018-12-17btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov1-0/+2
2018-12-17btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov1-0/+2
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov1-0/+2
2018-12-17btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov1-0/+2
2018-12-17btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov1-0/+1
2018-12-17btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov1-0/+3
2018-11-11Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+3
2018-11-06Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana1-0/+3
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+3
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-3/+3
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-5/+3
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi1-2/+1