summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2019-05-22Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana
2019-04-17Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana
2019-03-23Btrfs: fix deadlock between clone/dedupe and renameFilipe Manana
2019-01-09Btrfs: fix race between reflink/dedupe and relocationFilipe Manana
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana
2018-12-17Btrfs: use generic_remap_file_range_prep() for cloning and deduplicationFilipe Manana
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval
2018-11-11Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-11-06Btrfs: fix data corruption due to cloning of eof blockFilipe Manana
2018-11-06Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-10-15btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo
2018-10-15btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi
2018-09-06Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-23Btrfs: fix data corruption when deduplicating between different filesFilipe Manana
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-17Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi
2018-08-06btrfs: allow defrag on a file opened read-only that has rw permissionsAdam Borowski
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inheritLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroupsLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroupLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroupLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relationLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relationLu Fengqi
2018-08-06btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disableNikolay Borisov
2018-08-06btrfs: prune unused includesDavid Sterba
2018-08-06btrfs: Deduplicate extent_buffer init codeNikolay Borisov
2018-08-06btrfs: Fix misleading indentation reported by smatchBart Van Assche
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-07-06vfs: dedupe: rationalize argsMiklos Szeredi
2018-07-06vfs: dedupe: return intMiklos Szeredi
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