summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
45 hoursMerge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds
46 hoursMerge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
9 daysbtrfs: defrag: add flag to force no-compressionDavid Sterba
9 daysbtrfs: set search_commit_root to false in iterate_inodes_from_logical()Filipe Manana
9 daysbtrfs: qgroup: use btrfs_qgroup_enabled() in ioctlsFilipe Manana
9 daysbtrfs: call bdev_fput() to reclaim the blk_holder immediatelyQu Wenruo
9 daysbtrfs: don't skip accounting in early ENOTTY return in btrfs_uring_encoded_re...Caleb Sander Mateos
9 daysbtrfs: pass bool to indicate subvolume/snapshot creation typeDavid Sterba
9 daysbtrfs: pass dentry to btrfs_mksubvol() and btrfs_mksnapshot()David Sterba
9 daysbtrfs: use struct qstr for subvolume ioctl helpersDavid Sterba
9 daysbtrfs: replace strcpy() with strscpy()Brahmajit Das
9 daysbtrfs: use pgoff_t for page index variablesDavid Sterba
9 daysbtrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana
9 daysbtrfs: rename error to ret in btrfs_mksubvol()David Sterba
9 daysbtrfs: rename error to ret in btrfs_may_delete()David Sterba
9 daysbtrfs: switch RCU helper versions to btrfs_info()David Sterba
12 daysbtrfs/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
2025-03-18btrfs: pass struct btrfs_inode to btrfs_defrag_file()David Sterba
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba
2025-03-18btrfs: expose per-inode stable writes flagQu Wenruo
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-13btrfs: add io_uring interface for encoded writesMark Harmstone
2025-01-13btrfs: ioctl: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.cFilipe Manana
2025-01-13btrfs: move the exclusive operation functions into fs.cFilipe Manana
2025-01-13btrfs: handle FS_IOC_READ_VERITY_METADATA ioctlAllison Karlitskaya
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-06btrfs: don't read from userspace twice in btrfs_uring_encoded_read()Mark Harmstone
2024-12-11btrfs: disable defrag on pre-content watched filesJosef Bacik
2024-12-03Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds