summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-18btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
2020-11-18btrfs: reschedule when cloning lots of extentsJohannes Thumshirn1-0/+2
2020-09-17btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik1-7/+20
2020-06-22btrfs: merge btrfs_find_device and find_deviceAnand Jain1-2/+3
2019-12-31btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik1-2/+8
2019-12-01btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue1-1/+1
2019-11-06btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo1-4/+2
2019-04-17Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana1-0/+10
2019-02-12btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien1-1/+1
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
2018-11-21Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana1-0/+2
2018-11-13btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo1-4/+7
2018-09-06Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+35
2018-08-23Btrfs: fix data corruption when deduplicating between different filesFilipe Manana1-0/+19
2018-08-22Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+4
2018-08-17Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko1-0/+16
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro1-4/+2
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi1-2/+1
2018-08-06btrfs: allow defrag on a file opened read-only that has rw permissionsAdam Borowski1-2/+8
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inheritLu Fengqi1-1/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroupsLu Fengqi1-1/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroupLu Fengqi1-2/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroupLu Fengqi1-2/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi1-1/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relationLu Fengqi1-2/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relationLu Fengqi1-2/+1
2018-08-06btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disableNikolay Borisov1-13/+2
2018-08-06btrfs: prune unused includesDavid Sterba1-5/+0
2018-08-06btrfs: Deduplicate extent_buffer init codeNikolay Borisov1-8/+0
2018-08-06btrfs: Fix misleading indentation reported by smatchBart Van Assche1-2/+2
2018-07-18Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2018-07-13btrfs: fix use-after-free of cmp workspace pagesNaohiro Aota1-0/+2
2018-07-07vfs: dedupe: rationalize argsMiklos Szeredi1-3/+4
2018-07-07vfs: dedupe: return intMiklos Szeredi1-7/+3
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/a...Linus Torvalds1-2/+2
2018-06-06vfs: 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