summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | wrappers for ->i_mutex accessAl Viro2016-01-231-19/+19
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-221-0/+4
|\| |
| * | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-201-0/+4
| |\ \ | | |/ | |/|
| | * Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra2016-01-151-0/+4
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-181-33/+41
|\| |
| * | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-12/+11Star
| |\ \
| | * | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-12/+11Star
| * | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-13/+22
| |\ \ \ | | | |/ | | |/|
| | * | btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba2016-01-071-1/+3
| | * | btrfs: allocate root item at snapshot ioctl timeDavid Sterba2016-01-071-0/+9
| | * | btrfs: do an allocation earlier during snapshot creationDavid Sterba2016-01-071-11/+9Star
| | * | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-1/+1
| | * | btrfs: constify static arraysDavid Sterba2016-01-071-1/+1
| | |/
| * | Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2015-12-231-3/+3
| |\ \
| | * | btrfs: drop unused parameter from lock_extent_bitsDavid Sterba2015-12-031-3/+3
| | |/
| * / btrfs: use GFP_KERNEL for allocations in ioctl handlersDavid Sterba2015-12-031-5/+5
| |/
* | btrfs: use new dedupe data function pointerDarrick J. Wong2016-01-011-97/+13Star
* | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-081-46/+3Star
* | btrfs: add .copy_file_range file operationZach Brown2015-12-011-39/+52
|/
* Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-071-114/+166
|\
| * btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-271-0/+5
| * Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-61/+1Star
| * btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-221-3/+3
| * btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo2015-10-221-5/+9
| * Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2015-10-221-43/+152
| |\
| | * Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-10-141-43/+152
| * | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-221-2/+1Star
| |\ \ | | |/ | |/|
| | * btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entryByongho Lee2015-10-211-2/+1Star
| * | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-131-1/+1
| |\ \
| | * | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-1/+1
| | |/
| * | btrfs: switch more printks to our helpersDavid Sterba2015-10-081-3/+3
| * | btrfs: switch message printers to _in_rcu variantsDavid Sterba2015-10-081-1/+1
| |/
* | btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer2015-10-221-1/+4
* | btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-141-0/+5
|/
* btrfs: fix clone / extent-same deadlocksMark Fasheh2015-08-091-26/+8Star
* Btrfs: fix defrag to merge tail file extentLiu Bo2015-08-091-1/+5
* btrfs: fix search key advancing conditionNaohiro Aota2015-08-091-3/+9
* Btrfs: fix file corruption after cloning inline extentsFilipe Manana2015-07-141-0/+14
* Btrfs: fix memory leak in the extent_same ioctlFilipe Manana2015-07-111-1/+3
* btrfs: don't update mtime/ctime on deduped inodesMark Fasheh2015-07-021-10/+14
* btrfs: allow dedupe of same inodeMark Fasheh2015-07-021-16/+60
* btrfs: fix deadlock with extent-same and readpageMark Fasheh2015-07-021-31/+117
* btrfs: pass unaligned length to btrfs_cmp_data()Mark Fasheh2015-07-021-1/+2
* btrfs: Handle unaligned length in extent_sameMark Fasheh2015-06-101-6/+14
* Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag.chandan2015-06-101-1/+1
* Btrfs: btrfs_defrag_file: Fix ra_index computation.chandan2015-06-101-1/+1
* btrfs: make root id query unprivilegedDavid Sterba2015-06-031-4/+16
* btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba2015-06-031-1/+1
* Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval2015-06-031-3/+1Star
* Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-011-1/+2
|\