summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-12btrfs: free pages on error in btrfs_uring_read_extent()Miquel Sabaté Solà1-1/+6
2025-12-04Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-95/+78
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2025-12-02Merge 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-25btrfs: enable encoded read/write/send for bs > ps casesQu Wenruo1-21/+0
2025-11-25btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà1-25/+16
2025-11-25btrfs: declare free_ipath() via DEFINE_FREE()Miquel Sabaté Solà1-2/+1
2025-11-24btrfs: implement shutdown ioctlQu Wenruo1-0/+41
2025-11-24btrfs: introduce a new shutdown stateQu Wenruo1-0/+3
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown1-29/+12
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos1-2/+3
2025-10-16Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-10-13btrfs: fix memory leak on duplicated memory in the qgroup assign ioctlMiquel Sabaté Solà1-1/+1
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-8/+8
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-3/+3
2025-09-23btrfs: enable experimental bs > ps supportQu Wenruo1-10/+25
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-1/+1
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-1/+1
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-5/+5
2025-07-29Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-11/+27
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-07-22btrfs: defrag: add flag to force no-compressionDavid Sterba1-2/+8
2025-07-22btrfs: set search_commit_root to false in iterate_inodes_from_logical()Filipe Manana1-9/+1
2025-07-22btrfs: qgroup: use btrfs_qgroup_enabled() in ioctlsFilipe Manana1-20/+4
2025-07-22btrfs: call bdev_fput() to reclaim the blk_holder immediatelyQu Wenruo1-2/+2
2025-07-22btrfs: don't skip accounting in early ENOTTY return in btrfs_uring_encoded_re...Caleb Sander Mateos1-1/+2
2025-07-22btrfs: pass bool to indicate subvolume/snapshot creation typeDavid Sterba1-2/+2
2025-07-22btrfs: pass dentry to btrfs_mksubvol() and btrfs_mksnapshot()David Sterba1-6/+6
2025-07-22btrfs: use struct qstr for subvolume ioctl helpersDavid Sterba1-15/+12
2025-07-22btrfs: replace strcpy() with strscpy()Brahmajit Das1-1/+1
2025-07-22btrfs: use pgoff_t for page index variablesDavid Sterba1-1/+1
2025-07-22btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana1-2/+2
2025-07-22btrfs: rename error to ret in btrfs_mksubvol()David Sterba1-14/+13
2025-07-22btrfs: rename error to ret in btrfs_may_delete()David Sterba1-4/+4
2025-07-22btrfs: switch RCU helper versions to btrfs_info()David Sterba1-1/+1
2025-07-18btrfs/ioctl: store btrfs_uring_encoded_data in io_btrfs_cmdCaleb Sander Mateos1-11/+27
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-07-03Merge tag 'for-6.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2025-06-27btrfs: record new subvolume in parent dir earlier to avoid dir logging racesFilipe Manana1-2/+2
2025-06-23Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-06-19btrfs: scrub: add prefix for the error messagesAnand Jain1-1/+1
2025-05-26Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-9/+9
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+3
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba1-5/+5
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana1-4/+4