summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Add unprivileged version of ino_lookup ioctlTomohiro Misono2018-05-311-0/+204
* btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFTomohiro Misono2018-05-311-0/+99
* btrfs: Add unprivileged ioctl which returns subvolume informationTomohiro Misono2018-05-311-0/+121
* btrfs: drop unused parameter qgroup_reservedGu JinXiang2018-05-301-4/+1
* btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi2018-05-301-2/+1
* btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi2018-05-301-2/+2
* Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval2018-05-301-2/+4
* Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval2018-05-291-5/+7
* btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctlMisono Tomohiro2018-05-281-3/+2
* btrfs: use kvzalloc for EXTENT_SAME temporary dataDavid Sterba2018-05-281-7/+9
* Btrfs: reuse cmp workspace in EXTENT_SAME ioctlTimofey Titovets2018-05-281-39/+40
* Btrfs: dedupe_file_range ioctl: remove 16MiB restrictionTimofey Titovets2018-05-281-6/+18
* Btrfs: split btrfs_extent_sameTimofey Titovets2018-05-281-28/+36
* btrfs: unify naming of flags variables for SETFLAGS and XFLAGSDavid Sterba2018-05-281-53/+53
* btrfs: add FS_IOC_FSSETXATTR ioctlDavid Sterba2018-05-281-0/+94
* btrfs: add FS_IOC_FSGETXATTR ioctlDavid Sterba2018-05-281-0/+20
* btrfs: add helpers for FS_XFLAG_* conversionDavid Sterba2018-05-281-0/+32
* btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touchesDavid Sterba2018-05-281-4/+5
* btrfs: rename check_flags to reflect which flags it touchesDavid Sterba2018-05-281-2/+3
* btrfs: rename btrfs_mask_flags to reflect which flags it touchesDavid Sterba2018-05-281-4/+5
* btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba2018-05-281-2/+2
* btrfs: remove redundant btrfs_balance_control::fs_infoDavid Sterba2018-05-281-2/+1
* btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodesNikolay Borisov2018-05-281-1/+1
* btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov2018-05-281-1/+1
* btrfs: drop lock parameter from update_ioctl_balance_args and renameDavid Sterba2018-05-281-9/+5
* btrfs: track running balance in a simpler wayDavid Sterba2018-05-281-3/+3
* btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba2018-05-281-13/+4
* btrfs: cleanup helpers that reset balance stateDavid Sterba2018-05-281-4/+4
* btrfs: move clearing of EXCL_OP out of __cancel_balanceDavid Sterba2018-05-281-1/+1
* btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba2018-05-281-0/+4
* btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro2018-05-281-129/+2
* btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro2018-05-281-54/+0
* btrfs: rename btrfs_get_block_group_info and make it staticSu Yue2018-05-281-4/+4
* Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-151-14/+1
|\
| * btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* | Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-04-041-106/+21
|\|
| * btrfs: user proper type for btrfs_mask_flags flagsDavid Sterba2018-03-311-1/+1
| * btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo2018-03-311-4/+6
| * btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_receive...Nikolay Borisov2018-03-311-4/+11
| * btrfs: Remove userspace transaction ioctlsNikolay Borisov2018-03-311-95/+0
| * btrfs: add define for oldest generationAnand Jain2018-03-311-1/+1
| * btrfs: rename __btrfs_dev_replace_cancel()Anand Jain2018-03-261-1/+1
| * btrfs: open code btrfs_dev_replace_cancel()Anand Jain2018-03-261-1/+2
* | sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_ev...Peter Zijlstra2018-03-201-1/+1
|/
* Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-01-291-27/+17
|\
| * btrfs: use correct string length in DEV_INFO ioctlXiongfeng Wang2018-01-221-1/+1
| * btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba2018-01-221-4/+3
| * btrfs: SETFLAGS ioctl: use helper for compression type conversionDavid Sterba2018-01-221-6/+4
| * btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain2018-01-221-1/+1
| * btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain2018-01-221-1/+1