summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
5 daysbtrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
2025-08-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana1-1/+1
2024-09-12btrfs: fix use-after-free after failure to create a snapshotFilipe Manana1-4/+1
2024-04-13btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues1-17/+8
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov1-0/+5
2024-02-23btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval1-0/+3
2024-02-23btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo1-0/+4
2024-01-05btrfs: do not allow non subvolume root targets for snapshotJosef Bacik1-0/+9
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana1-5/+5
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik1-2/+2
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana1-1/+7
2023-05-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo1-0/+5
2023-04-05btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana1-0/+2
2023-01-14btrfs: replace strncpy() with strscpy()Sasha Levin1-6/+3
2022-12-08btrfs: free btrfs_path before copying inodes to userspaceAnand Jain1-9/+7
2022-12-08btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba1-21/+1
2022-12-02btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain1-0/+2
2022-12-02btrfs: free btrfs_path before copying fspath to userspaceAnand Jain1-0/+2
2022-12-02btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik1-1/+2
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein1-4/+2
2021-05-11btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-03-09btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter1-1/+18
2021-01-17btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana1-1/+1
2020-12-30btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana1-0/+39
2020-11-05btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov1-1/+1
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik1-8/+2
2020-10-07btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues1-0/+1
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues1-17/+27
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik1-1/+2
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo1-3/+3
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik1-1/+1
2020-09-14btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-08-27btrfs: fix potential deadlock in the search ioctlJosef Bacik1-7/+20
2020-07-27btrfs: add missing check for nocow and compression inode flagsDavid Sterba1-8/+22
2020-07-27btrfs: add metadata_uuid to FS_INFO ioctlJohannes Thumshirn1-0/+6
2020-07-27btrfs: add filesystem generation to FS_INFO ioctlJohannes Thumshirn1-0/+5
2020-07-27btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn1-3/+13
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo1-1/+20
2020-07-27btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: make btrfs_delalloc_release_space take btrfs_inodeNikolay Borisov1-2/+2
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov1-1/+1
2020-06-16btrfs: use kfree() in btrfs_ioctl_get_subvol_info()Waiman Long1-1/+1
2020-05-25btrfs: simplify iget helpersDavid Sterba1-1/+1
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-22/+6
2020-05-25btrfs: reduce lock contention when creating snapshotRobbie Ko1-29/+41
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-1/+1
2020-03-23btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotNikolay Borisov1-27/+10
2020-03-23btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidNikolay Borisov1-10/+8
2020-03-23btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportNikolay Borisov1-24/+1