summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana2019-04-171-0/+10
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2019-02-121-1/+1
* Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-211-2/+10
* Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana2018-11-211-0/+2
* btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-11-131-4/+7
* Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-09-061-0/+35
|\
| * Btrfs: fix data corruption when deduplicating between different filesFilipe Manana2018-08-231-0/+19
| * Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko2018-08-171-0/+16
* | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-221-7/+4Star
|\ \ | |/ |/|
| * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-3/+4
| * vfs: dedupe: return intMiklos Szeredi2018-07-061-7/+3Star
* | btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro2018-08-061-4/+2Star
* | btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-061-2/+1Star
* | btrfs: allow defrag on a file opened read-only that has rw permissionsAdam Borowski2018-08-061-2/+8
* | btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inheritLu Fengqi2018-08-061-1/+1
* | btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroupsLu Fengqi2018-08-061-1/+1
* | btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroupLu Fengqi2018-08-061-2/+1Star
* | btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroupLu Fengqi2018-08-061-2/+1Star
* | btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi2018-08-061-1/+1
* | btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relationLu Fengqi2018-08-061-2/+1Star
* | btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relationLu Fengqi2018-08-061-2/+1Star
* | btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disableNikolay Borisov2018-08-061-13/+2Star
* | btrfs: prune unused includesDavid Sterba2018-08-061-5/+0Star
* | btrfs: Deduplicate extent_buffer init codeNikolay Borisov2018-08-061-8/+0Star
* | btrfs: Fix misleading indentation reported by smatchBart Van Assche2018-08-061-2/+2
* | Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-181-0/+2
|\ \
| * | btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota2018-07-131-0/+2
* | | Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-261-5/+5
|\| | | |/ |/|
| * btrfs: fix invalid-free in btrfs_extent_sameLu Fengqi2018-06-211-5/+5
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-2/+2
|\ \ | |/ |/|
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-2/+2
* | btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_userMisono Tomohiro2018-06-051-0/+4
* | 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/+1Star
* | btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi2018-05-301-2/+1Star
* | 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/+2Star
* | 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