summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* Btrfs: fix extent_same allowing destination offset beyond i_sizeFilipe Manana2016-03-011-0/+3
* Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana2016-03-011-2/+2
* Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana2016-03-011-0/+3
* Merge branch 'dev/control-ioctl' into for-chris-4.6David Sterba2016-02-261-3/+2
|\
| * btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresDavid Sterba2016-02-231-2/+2
| * btrfs: add GET_SUPPORTED_FEATURES to the control device ioctlsDavid Sterba2016-02-231-2/+1
* | Merge branch 'misc-4.6' into for-chris-4.6David Sterba2016-02-261-2/+0
|\ \
| * | btrfs: remove error message from search ioctl for nonexistent treeDavid Sterba2016-02-231-2/+0
| |/
* | Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-8/+4
|\ \
| * | btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-181-4/+4
| * | btrfs: remove redundant error checkByongho Lee2016-02-181-4/+0
| |/
* | Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba2016-02-261-22/+97
|\ \
| * \ Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-121-22/+97
| |\ \ | | |/ | |/|
| | * Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana2016-02-031-8/+21
| | * Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana2016-02-031-14/+76
* | | Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba2016-02-261-2/+2
|\ \ \
| * | | btrfs: switch to kcalloc in btrfs_cmp_data_prepareDavid Sterba2016-02-111-2/+2
| * | | btrfs: extent same: use GFP_KERNEL for page array allocationsDavid Sterba2016-02-111-2/+2
| |/ /
* | | Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba2016-02-261-2/+3
|\ \ \ | |/ / |/| |
| * | Btrfs: btrfs_ioctl_clone: Truncate complete page after performing clone opera...Chandan Rajendra2016-02-011-2/+3
| |/
| * Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason2016-01-291-4/+0
| * Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-251-0/+4
| |\
| | * btrfs: synchronize incompat feature bits with sysfs filesDavid Sterba2016-01-211-0/+4
* | | wrappers for ->i_mutex accessAl Viro2016-01-221-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-191-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/+11
| |\ \
| | * | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-12/+11
| * | | 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/+9
| | * | 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/+13
* | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-071-46/+3
* | 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-061-114/+166
|\
| * btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-261-0/+5
| * Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-61/+1
| * btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-211-3/+3
| * btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo2015-10-211-5/+9
| * Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2015-10-211-43/+152
| |\
| | * Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-10-141-43/+152
OpenPOWER on IntegriCloud