summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2018-07-18Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-13btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-21btrfs: fix invalid-free in btrfs_extent_sameLu Fengqi
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-05btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_userMisono Tomohiro
2018-05-31btrfs: Add unprivileged version of ino_lookup ioctlTomohiro Misono
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFTomohiro Misono
2018-05-31btrfs: Add unprivileged ioctl which returns subvolume informationTomohiro Misono
2018-05-30btrfs: drop unused parameter qgroup_reservedGu JinXiang
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi
2018-05-30Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval
2018-05-29Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval
2018-05-28btrfs: use error code returned by btrfs_read_fs_root_no_name in search ioctlMisono Tomohiro
2018-05-28btrfs: use kvzalloc for EXTENT_SAME temporary dataDavid Sterba
2018-05-28Btrfs: reuse cmp workspace in EXTENT_SAME ioctlTimofey Titovets
2018-05-28Btrfs: dedupe_file_range ioctl: remove 16MiB restrictionTimofey Titovets
2018-05-28Btrfs: split btrfs_extent_sameTimofey Titovets
2018-05-28btrfs: unify naming of flags variables for SETFLAGS and XFLAGSDavid Sterba
2018-05-28btrfs: add FS_IOC_FSSETXATTR ioctlDavid Sterba
2018-05-28btrfs: add FS_IOC_FSGETXATTR ioctlDavid Sterba
2018-05-28btrfs: add helpers for FS_XFLAG_* conversionDavid Sterba
2018-05-28btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touchesDavid Sterba
2018-05-28btrfs: rename check_flags to reflect which flags it touchesDavid Sterba
2018-05-28btrfs: rename btrfs_mask_flags to reflect which flags it touchesDavid Sterba
2018-05-28btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba
2018-05-28btrfs: remove redundant btrfs_balance_control::fs_infoDavid Sterba
2018-05-28btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodesNikolay Borisov
2018-05-28btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov
2018-05-28btrfs: drop lock parameter from update_ioctl_balance_args and renameDavid Sterba
2018-05-28btrfs: track running balance in a simpler wayDavid Sterba
2018-05-28btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba
2018-05-28btrfs: cleanup helpers that reset balance stateDavid Sterba
2018-05-28btrfs: move clearing of EXCL_OP out of __cancel_balanceDavid Sterba
2018-05-28btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba
2018-05-28btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro
2018-05-28btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro
2018-05-28btrfs: rename btrfs_get_block_group_info and make it staticSu Yue
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-04-04Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-03-31btrfs: user proper type for btrfs_mask_flags flagsDavid Sterba
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo
2018-03-31btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_receive...Nikolay Borisov
2018-03-31btrfs: Remove userspace transaction ioctlsNikolay Borisov
2018-03-31btrfs: add define for oldest generationAnand Jain
2018-03-26btrfs: rename __btrfs_dev_replace_cancel()Anand Jain
2018-03-26btrfs: open code btrfs_dev_replace_cancel()Anand Jain