summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
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
2024-07-11btrfs: remove pointless code when creating and deleting a subvolumeFilipe Manana
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana
2024-07-11btrfs: qgroup: do quick checks if quotas are enabled before starting ioctlsDavid Sterba
2024-06-20fs: Initial atomic write supportPrasad Singamsetty
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-05-07btrfs: rename err to ret in btrfs_ioctl_snap_destroy()Anand Jain
2024-05-02Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-25btrfs: take the cleaner_mutex earlier in qgroup disableJosef Bacik
2024-04-08Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-02btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-05btrfs: qgroup: validate btrfs_qgroup_inherit parameterQu Wenruo
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args_v2::nameDavid Sterba
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args::nameDavid Sterba
2024-03-04btrfs: add helper to get fs_info from struct inode pointerDavid Sterba
2024-03-04btrfs: handle directory and dentry mismatch in btrfs_may_delete()David Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana
2024-02-25btrfs: port device access to fileChristian Brauner
2024-02-07Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-31btrfs: forbid creating subvol qgroupsBoris Burkov