summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
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
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà
2025-11-24btrfs: declare free_ipath() via DEFINE_FREE()Miquel Sabaté Solà
2025-11-24btrfs: implement shutdown ioctlQu Wenruo
2025-11-24btrfs: introduce a new shutdown stateQu Wenruo
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos
2025-10-16Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-13btrfs: fix memory leak on duplicated memory in the qgroup assign ioctlMiquel Sabaté Solà
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: enable experimental bs > ps supportQu Wenruo
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba