aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2024-01-08btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik
2023-05-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo
2023-01-18btrfs: replace strncpy() with strscpy()Sasha Levin
2022-12-08btrfs: free btrfs_path before copying inodes to userspaceAnand Jain
2022-12-08btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain
2022-12-08btrfs: free btrfs_path before copying fspath to userspaceAnand Jain
2022-12-08btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik
2021-05-22btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana
2021-03-11btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2020-11-18btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)
2020-11-18btrfs: reschedule when cloning lots of extentsJohannes Thumshirn
2020-09-17btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-06-22btrfs: merge btrfs_find_device and find_deviceAnand Jain
2019-12-31btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2019-12-01btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue
2019-11-06btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-04-17Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana
2019-02-12btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana
2018-11-21Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana
2018-11-13btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo
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