summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
5 daysbtrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
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
2023-12-20btrfs: 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-11btrfs: 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-12btrfs: 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-07-12btrfs: fix use of uninitialized variable at rm device ioctlTom Rix1-1/+1
2022-07-12btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()Dan Carpenter1-4/+2
2022-07-12btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik1-27/+40
2022-07-12btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik1-6/+7
2022-07-12btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana1-3/+4
2022-07-12btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana1-4/+5
2022-05-01gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher1-3/+2
2022-02-08btrfs: fix use-after-free after failure to create a snapshotFilipe Manana1-4/+1
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein1-4/+2
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik1-4/+11
2021-08-23btrfs: allow idmapped INO_LOOKUP_USER ioctlChristian Brauner1-3/+4
2021-08-23btrfs: allow idmapped SUBVOL_SETFLAGS ioctlChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctlsChristian Brauner1-3/+4
2021-08-23btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolidsChristian Brauner1-11/+16
2021-08-23btrfs: allow idmapped SNAP_DESTROY ioctlsChristian Brauner1-7/+20
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner1-20/+27
2021-08-23btrfs: check whether fsgid/fsuid are mapped during subvolume creationChristian Brauner1-0/+2
2021-08-23btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues1-16/+7
2021-08-23btrfs: allocate btrfs_ioctl_quota_rescan_args on stackGoldwyn Rodrigues1-9/+4
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza1-22/+8
2021-08-23btrfs: initial fsverity supportBoris Burkov1-2/+12
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov1-3/+4
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo1-0/+6
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-06-21btrfs: sink wait_for_unblock parameter to async commitDavid Sterba1-1/+1
2021-06-21btrfs: add device delete cancelDavid Sterba1-19/+24
2021-06-21btrfs: add cancellation to resizeDavid Sterba1-21/+26
2021-06-21btrfs: add wrapper for conditional start of exclusive operationDavid Sterba1-0/+42
2021-06-21btrfs: introduce try-lock semantics for exclusive op startDavid Sterba1-0/+26
2021-06-21btrfs: protect exclusive_operation by super_lockDavid Sterba1-1/+15
2021-06-21btrfs: return EAGAIN if defrag is canceledTian Tao1-3/+3
2021-05-11Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2021-05-11btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani1-0/+2
2021-05-11Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1