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