summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
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
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-22btrfs: defrag: add flag to force no-compressionDavid Sterba
2025-07-22btrfs: set search_commit_root to false in iterate_inodes_from_logical()Filipe Manana
2025-07-22btrfs: qgroup: use btrfs_qgroup_enabled() in ioctlsFilipe Manana
2025-07-22btrfs: call bdev_fput() to reclaim the blk_holder immediatelyQu Wenruo
2025-07-22btrfs: don't skip accounting in early ENOTTY return in btrfs_uring_encoded_re...Caleb Sander Mateos
2025-07-22btrfs: pass bool to indicate subvolume/snapshot creation typeDavid Sterba
2025-07-22btrfs: pass dentry to btrfs_mksubvol() and btrfs_mksnapshot()David Sterba
2025-07-22btrfs: use struct qstr for subvolume ioctl helpersDavid Sterba
2025-07-22btrfs: replace strcpy() with strscpy()Brahmajit Das
2025-07-21btrfs: use pgoff_t for page index variablesDavid Sterba
2025-07-21btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana
2025-07-21btrfs: rename error to ret in btrfs_mksubvol()David Sterba
2025-07-21btrfs: rename error to ret in btrfs_may_delete()David Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_info()David Sterba
2025-07-18btrfs/ioctl: store btrfs_uring_encoded_data in io_btrfs_cmdCaleb Sander Mateos
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-03Merge tag 'for-6.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-06-27btrfs: record new subvolume in parent dir earlier to avoid dir logging racesFilipe Manana
2025-06-23Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-06-19btrfs: scrub: add prefix for the error messagesAnand Jain
2025-05-26Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown