summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'for-7.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+18
11 daysbtrfs: preserve the compression property when other inode flags changeSam Ho1-3/+18
2026-08-20Merge tag 'for-7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-52/+86
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2026-08-07btrfs: use %pe for error code outputQu Wenruo1-2/+2
2026-08-07btrfs: sink idmap parameter to __btrfs_ioctl_snap_create()David Sterba1-5/+3
2026-08-07btrfs: don't pass tree_id in btrfs_search_path_in_tree()Miquel Sabaté Solà1-28/+21
2026-08-07btrfs: do not overwrite NODATASUM flag when removing NODATACOW flagQu Wenruo1-8/+15
2026-08-07btrfs: don't over reserve metadata space for property in btrfs_fileattr_set()Filipe Manana1-2/+2
2026-08-07btrfs: start qgroup ioctl transactions on the quota rootDongjiang Zhu1-7/+43
2026-07-21btrfs: initialize 'args' to avoid compiler warning in btrfs_ioctl_get_csums()Paul E. McKenney1-1/+1
2026-07-14btrfs: fix GET_SUBVOL_INFO after compat refactorDaan De Meyer1-0/+1
2026-06-30btrfs: fix transaction abort logic in btrfs_fileattr_set()Filipe Manana1-6/+12
2026-06-29btrfs: deny freezing a device while it is being removedChristian Brauner1-2/+2
2026-06-09btrfs: return real error after lookup failure in btrfs_ioctl_default_subvol()Filipe Manana1-2/+6
2026-06-09btrfs: allocate eb-attached btree pages as movableRik van Riel1-1/+1
2026-06-09btrfs: add 32-bit compat ioctl for BTRFS_IOC_GET_SUBVOL_INFODaan De Meyer1-13/+94
2026-06-08btrfs: tree-checker: validate names in ROOT_REF and ROOT_BACKREFZhang Cen1-6/+5
2026-06-08btrfs: use QSTR() in __btrfs_ioctl_snap_create()Thorsten Blum1-1/+1
2026-06-08btrfs: add ioctl GET_CSUMS to read raw checksums from file rangeMark Harmstone1-0/+339
2026-06-08btrfs: make more ASSERTs verbose, part 3David Sterba1-1/+2
2026-06-08btrfs: convert ioctl handlers to AUTO_KFREEDavid Sterba1-184/+103
2026-04-21btrfs: enable shutdown ioctl for non-experimental buildsQu Wenruo1-4/+3
2026-04-07btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich1-2/+3
2026-04-07btrfs: stop checking for -EEXIST return value from btrfs_uuid_tree_add()Filipe Manana1-1/+1
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana1-1/+1
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+9
2026-03-17btrfs: reserve enough transaction items for qgroup ioctlsFilipe Manana1-3/+9
2026-03-12Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+28
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+6
2026-03-03btrfs: remove unnecessary transaction abort in the received subvol ioctlFilipe Manana1-1/+0
2026-03-03btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana1-1/+2
2026-03-03btrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana1-2/+19
2026-03-03btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol createBoris Burkov1-0/+7
2026-02-26btrfs: free pages on error in btrfs_uring_read_extent()Miquel Sabaté Solà1-1/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-12/+12
2026-02-09Merge tag 'for-6.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-28/+18
2026-02-03btrfs: remove pointless out labels from ioctl.cFilipe Manana1-27/+17
2026-02-03btrfs: move unlikely checks around btrfs_is_shutdown() into the helperFilipe Manana1-1/+1
2026-01-14btrfs: use may_create_dentry() in btrfs_mksubvol()Filipe Manana1-14/+1
2026-01-14btrfs: use may_delete_dentry() in btrfs_ioctl_snap_destroy()Filipe Manana1-57/+1
2025-12-03Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-95/+78
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-29/+12
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-24/+13
2025-11-25btrfs: don't search back for dir inode item in INO_LOOKUP_USERJosef Bacik1-20/+3
2025-11-25btrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
2025-11-24btrfs: enable encoded read/write/send for bs > ps casesQu Wenruo1-21/+0