summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2026-03-19btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana
2026-03-19btrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana
2026-03-12btrfs: free pages on error in btrfs_uring_read_extent()Miquel Sabaté Solà
2026-01-02btrfs: don't rewrite ret from inode_permissionJosef Bacik
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
2025-04-01btrfs: ioctl: don't free iov when btrfs_encoded_read() returns -EAGAINSidong Yang
2025-03-18btrfs: simplify the return value handling in search_ioctl()Sun YangKai
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana
2025-03-18btrfs: unify inode variable namingDavid Sterba
2025-03-18btrfs: pass struct to btrfs_ioctl_subvol_getflags()David Sterba
2025-03-18btrfs: simplify local variables in btrfs_ioctl_resize()David Sterba
2025-03-18btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()David Sterba
2025-03-18btrfs: pass root pointers to search tree ioctl helpersDavid Sterba
2025-03-18btrfs: pass btrfs_root pointers to send ioctl parametersDavid Sterba
2025-03-18btrfs: parameter constification in ioctl.cDavid Sterba