summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)Author
2023-10-06Merge tag 'for-6.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-04btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-08btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana
2023-07-13btrfs: convert to ctime accessor functionsJeff Layton
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-19btrfs: trigger orphan inode cleanup during START_SYNC ioctlQu Wenruo
2023-06-19btrfs: simplify transid initialization in btrfs_ioctl_wait_syncTom Rix
2023-06-19btrfs: don't commit transaction for every subvol createSweet Tea Dorminy
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-04-28btrfs: fix assertion of exclop condition when starting balancexiaoshoukui
2023-04-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo
2023-04-02Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-28btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana
2023-03-10Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-06btrfs: ioctl: return device fsid from DEV_INFO ioctlQu Wenruo
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2022-12-12Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-05btrfs: replace strncpy() with strscpy()Artem Chernyshev
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo
2022-12-05btrfs: pass btrfs_inode to btrfs_delete_subvolumeDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba
2022-12-05btrfs: move super prototypes into super.hJosef Bacik
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik
2022-12-05btrfs: move file prototypes to file.hJosef Bacik
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik
2022-12-05btrfs: move the file defrag code into defrag.cJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-12-05btrfs: simplify generation check in btrfs_get_dentryDavid Sterba
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-15btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain
2022-11-15btrfs: free btrfs_path before copying fspath to userspaceAnand Jain