summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
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
2024-11-29btrfs: fix lockdep warnings on io_uring encoded readsMark Harmstone
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-11-11btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()Filipe Manana
2024-11-11btrfs: add new ioctl to wait for cleaned subvolumesDavid Sterba
2024-11-11btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()Mark Harmstone
2024-11-11btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone
2024-11-11btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone
2024-11-11btrfs: drop unused parameter argp from btrfs_ioctl_quota_rescan_wait()David Sterba
2024-11-03fdget(), trivial conversionsAl Viro
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-10btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani
2024-09-10btrfs: directly wake up cleaner kthread in the BTRFS_IOC_SYNC ioctlFilipe Manana
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-07-11btrfs: pass a btrfs_inode to btrfs_set_prop()David Sterba
2024-07-11btrfs: switch btrfs_pending_snapshot::dir to btrfs_inodeDavid Sterba
2024-07-11btrfs: pass a btrfs_inode to btrfs_ioctl_send()David Sterba
2024-07-11btrfs: qgroup: warn about inconsistent qgroups when relation update failsDavid Sterba
2024-07-11btrfs: qgroup: preallocate memory before adding a relationDavid Sterba
2024-07-11btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana
2024-07-11btrfs: avoid transaction commit on any fsync after subvolume creationFilipe Manana