summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: fix race between reflink/dedupe and relocationFilipe Manana2019-01-091-6/+28
* Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana2019-01-091-0/+15
* Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana2018-12-171-491/+133
* btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-1/+1
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2018-12-171-1/+1
* Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval2018-12-171-3/+28
* Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-111-2/+12
|\
| * Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-061-2/+10
| * Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana2018-11-061-0/+2
* | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-23/+27
|\ \ | |/ |/|
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-5/+8
| * vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-22/+23
* | btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-10-151-4/+7
* | btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue2018-10-151-1/+1
* | btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-1/+1
* | btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi2018-10-151-2/+1
|/
* 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-211-7/+4
|\ \ | |/ |/|
| * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-3/+4
| * vfs: dedupe: return intMiklos Szeredi2018-07-061-7/+3
* | btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro2018-08-061-4/+2
* | btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-061-2/+1
* | 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/+1
* | btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroupLu Fengqi2018-08-061-2/+1
* | 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/+1
* | btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relationLu Fengqi2018-08-061-2/+1
* | btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disableNikolay Borisov2018-08-061-13/+2
* | btrfs: prune unused includesDavid Sterba2018-08-061-5/+0
* | btrfs: Deduplicate extent_buffer init codeNikolay Borisov2018-08-061-8/+0
* | 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-051-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/+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