summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-18btrfs: simplify the return value handling in search_ioctl()Sun YangKai1-9/+8
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana1-3/+4
2025-03-18btrfs: unify inode variable namingDavid Sterba1-50/+48
2025-03-18btrfs: pass struct to btrfs_ioctl_subvol_getflags()David Sterba1-5/+5
2025-03-18btrfs: simplify local variables in btrfs_ioctl_resize()David Sterba1-5/+6
2025-03-18btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()David Sterba1-10/+9
2025-03-18btrfs: pass root pointers to search tree ioctl helpersDavid Sterba1-11/+11
2025-03-18btrfs: pass btrfs_root pointers to send ioctl parametersDavid Sterba1-4/+4
2025-03-18btrfs: parameter constification in ioctl.cDavid Sterba1-14/+14
2025-03-18btrfs: pass struct btrfs_inode to btrfs_defrag_file()David Sterba1-1/+1
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba1-2/+2
2025-03-18btrfs: expose per-inode stable writes flagQu Wenruo1-0/+1
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+9
2025-01-13btrfs: add io_uring interface for encoded writesMark Harmstone1-0/+128
2025-01-13btrfs: ioctl: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana1-1/+0
2025-01-13btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.cFilipe Manana1-11/+0
2025-01-13btrfs: move the exclusive operation functions into fs.cFilipe Manana1-80/+0
2025-01-13btrfs: handle FS_IOC_READ_VERITY_METADATA ioctlAllison Karlitskaya1-0/+2
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-57/+65
2025-01-06btrfs: don't read from userspace twice in btrfs_uring_encoded_read()Mark Harmstone1-57/+65
2024-12-11btrfs: disable defrag on pre-content watched filesJosef Bacik1-0/+9
2024-12-03Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2024-11-29btrfs: fix lockdep warnings on io_uring encoded readsMark Harmstone1-0/+10
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-8/+470
2024-11-11btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()Filipe Manana1-4/+1
2024-11-11btrfs: add new ioctl to wait for cleaned subvolumesDavid Sterba1-0/+128
2024-11-11btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()Mark Harmstone1-2/+8
2024-11-11btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone1-0/+302
2024-11-11btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone1-1/+31
2024-11-11btrfs: drop unused parameter argp from btrfs_ioctl_quota_rescan_wait()David Sterba1-3/+2
2024-11-03fdget(), trivial conversionsAl Viro1-3/+2
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2024-09-10btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani1-3/+1
2024-09-10btrfs: directly wake up cleaner kthread in the BTRFS_IOC_SYNC ioctlFilipe Manana1-4/+3
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-2/+2
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-25/+69
2024-07-11btrfs: pass a btrfs_inode to btrfs_set_prop()David Sterba1-4/+4
2024-07-11btrfs: switch btrfs_pending_snapshot::dir to btrfs_inodeDavid Sterba1-1/+1
2024-07-11btrfs: pass a btrfs_inode to btrfs_ioctl_send()David Sterba1-3/+3
2024-07-11btrfs: qgroup: warn about inconsistent qgroups when relation update failsDavid Sterba1-2/+3
2024-07-11btrfs: qgroup: preallocate memory before adding a relationDavid Sterba1-1/+16
2024-07-11btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana1-1/+5
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana1-2/+1
2024-07-11btrfs: avoid transaction commit on any fsync after subvolume creationFilipe Manana1-2/+2
2024-07-11btrfs: remove pointless code when creating and deleting a subvolumeFilipe Manana1-3/+0
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba1-1/+1
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba1-1/+1
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana1-2/+2
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana1-4/+4
2024-07-11btrfs: qgroup: do quick checks if quotas are enabled before starting ioctlsDavid Sterba1-0/+28