aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-18Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+2
2018-07-13btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota1-0/+2
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-5/+5
2018-06-21btrfs: fix invalid-free in btrfs_extent_sameLu Fengqi1-5/+5
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-06-05btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_userMisono Tomohiro1-0/+4
2018-05-31btrfs: Add unprivileged version of ino_lookup ioctlTomohiro Misono1-0/+204
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFTomohiro Misono1-0/+99
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume informationTomohiro Misono1-0/+121
2018-05-30btrfs: drop unused parameter qgroup_reservedGu JinXiang1-4/+1
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi1-2/+1
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi1-2/+2
2018-05-30Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval1-2/+4
2018-05-29Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval1-5/+7
2018-05-28btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctlMisono Tomohiro1-3/+2
2018-05-28btrfs: use kvzalloc for EXTENT_SAME temporary dataDavid Sterba1-7/+9
2018-05-28Btrfs: reuse cmp workspace in EXTENT_SAME ioctlTimofey Titovets1-39/+40
2018-05-28Btrfs: dedupe_file_range ioctl: remove 16MiB restrictionTimofey Titovets1-6/+18
2018-05-28Btrfs: split btrfs_extent_sameTimofey Titovets1-28/+36
2018-05-28btrfs: unify naming of flags variables for SETFLAGS and XFLAGSDavid Sterba1-53/+53
2018-05-28btrfs: add FS_IOC_FSSETXATTR ioctlDavid Sterba1-0/+94
2018-05-28btrfs: add FS_IOC_FSGETXATTR ioctlDavid Sterba1-0/+20
2018-05-28btrfs: add helpers for FS_XFLAG_* conversionDavid Sterba1-0/+32
2018-05-28btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touchesDavid Sterba1-4/+5
2018-05-28btrfs: rename check_flags to reflect which flags it touchesDavid Sterba1-2/+3
2018-05-28btrfs: rename btrfs_mask_flags to reflect which flags it touchesDavid Sterba1-4/+5
2018-05-28btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba1-2/+2
2018-05-28btrfs: remove redundant btrfs_balance_control::fs_infoDavid Sterba1-2/+1
2018-05-28btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodesNikolay Borisov1-1/+1
2018-05-28btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov1-1/+1
2018-05-28btrfs: drop lock parameter from update_ioctl_balance_args and renameDavid Sterba1-9/+5
2018-05-28btrfs: track running balance in a simpler wayDavid Sterba1-3/+3
2018-05-28btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba1-13/+4
2018-05-28btrfs: cleanup helpers that reset balance stateDavid Sterba1-4/+4
2018-05-28btrfs: move clearing of EXCL_OP out of __cancel_balanceDavid Sterba1-1/+1
2018-05-28btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba1-0/+4
2018-05-28btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro1-129/+2
2018-05-28btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro1-54/+0
2018-05-28btrfs: rename btrfs_get_block_group_info and make it staticSu Yue1-4/+4
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-14/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-04-04Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-106/+21
2018-03-31btrfs: user proper type for btrfs_mask_flags flagsDavid Sterba1-1/+1
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo1-4/+6
2018-03-31btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_received_subvolNikolay Borisov1-4/+11
2018-03-31btrfs: Remove userspace transaction ioctlsNikolay Borisov1-95/+0
2018-03-31btrfs: add define for oldest generationAnand Jain1-1/+1
2018-03-26btrfs: rename __btrfs_dev_replace_cancel()Anand Jain1-1/+1
2018-03-26btrfs: open code btrfs_dev_replace_cancel()Anand Jain1-1/+2