index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Age
Commit message (
Expand
)
Author
12 days
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-17
btrfs: reserve enough transaction items for qgroup ioctls
Filipe Manana
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-03
Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-03
btrfs: remove unnecessary transaction abort in the received subvol ioctl
Filipe Manana
2026-03-03
btrfs: abort transaction on failure to update root in the received subvol ioctl
Filipe Manana
2026-03-03
btrfs: fix transaction abort on set received ioctl due to item overflow
Filipe Manana
2026-03-03
btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create
Boris Burkov
2026-02-26
btrfs: free pages on error in btrfs_uring_read_extent()
Miquel Sabaté Solà
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-09
Merge tag 'for-6.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2026-02-03
btrfs: remove pointless out labels from ioctl.c
Filipe Manana
2026-02-03
btrfs: move unlikely checks around btrfs_is_shutdown() into the helper
Filipe Manana
2026-01-14
btrfs: use may_create_dentry() in btrfs_mksubvol()
Filipe Manana
2026-01-14
btrfs: use may_delete_dentry() in btrfs_ioctl_snap_destroy()
Filipe Manana
2025-12-03
Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-11-25
btrfs: don't search back for dir inode item in INO_LOOKUP_USER
Josef Bacik
2025-11-25
btrfs: don't rewrite ret from inode_permission
Josef Bacik
2025-11-24
btrfs: enable encoded read/write/send for bs > ps cases
Qu Wenruo
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel Sabaté Solà
2025-11-24
btrfs: declare free_ipath() via DEFINE_FREE()
Miquel Sabaté Solà
2025-11-24
btrfs: implement shutdown ioctl
Qu Wenruo
2025-11-24
btrfs: introduce a new shutdown state
Qu Wenruo
2025-11-14
VFS: change vfs_mkdir() to unlock on failure.
NeilBrown
2025-11-14
VFS: add start_creating_killable() and start_removing_killable()
NeilBrown
2025-11-03
io_uring/uring_cmd: avoid double indirect call in task work dispatch
Caleb Sander Mateos
2025-10-16
Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-10-13
btrfs: fix memory leak on duplicated memory in the qgroup assign ioctl
Miquel Sabaté Solà
2025-10-02
Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
2025-09-23
btrfs: enable experimental bs > ps support
Qu Wenruo
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-23
io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
Caleb Sander Mateos
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-07-28
Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linux
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-07-22
btrfs: defrag: add flag to force no-compression
David Sterba
2025-07-22
btrfs: set search_commit_root to false in iterate_inodes_from_logical()
Filipe Manana
2025-07-22
btrfs: qgroup: use btrfs_qgroup_enabled() in ioctls
Filipe Manana
2025-07-22
btrfs: call bdev_fput() to reclaim the blk_holder immediately
Qu Wenruo
2025-07-22
btrfs: don't skip accounting in early ENOTTY return in btrfs_uring_encoded_re...
Caleb Sander Mateos
2025-07-22
btrfs: pass bool to indicate subvolume/snapshot creation type
David Sterba
2025-07-22
btrfs: pass dentry to btrfs_mksubvol() and btrfs_mksnapshot()
David Sterba
2025-07-22
btrfs: use struct qstr for subvolume ioctl helpers
David Sterba
[next]