summaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-6/+6
2023-06-19btrfs: trigger orphan inode cleanup during START_SYNC ioctlQu Wenruo1-0/+7
2023-06-19btrfs: simplify transid initialization in btrfs_ioctl_wait_syncTom Rix1-5/+4
2023-06-19btrfs: don't commit transaction for every subvol createSweet Tea Dorminy1-4/+3
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-6/+6
2023-04-28btrfs: fix assertion of exclop condition when starting balancexiaoshoukui1-1/+3
2023-04-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo1-0/+5
2023-04-02Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2023-03-28btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana1-0/+2
2023-03-10Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-03-06btrfs: ioctl: return device fsid from DEV_INFO ioctlQu Wenruo1-0/+1
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-1/+1
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik1-1/+1
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik1-1/+1
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-7/+6
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-4/+3
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-24/+27
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-13Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-919/+26
2022-12-13Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+2
2022-12-05btrfs: replace strncpy() with strscpy()Artem Chernyshev1-6/+3
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo1-2/+2
2022-12-05btrfs: pass btrfs_inode to btrfs_delete_subvolumeDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba1-3/+3
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba1-1/+1
2022-12-05btrfs: move super prototypes into super.hJosef Bacik1-0/+1
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik1-0/+1
2022-12-05btrfs: move file prototypes to file.hJosef Bacik1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik1-0/+1
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik1-0/+1
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik1-0/+1
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move the file defrag code into defrag.cJosef Bacik1-902/+0
2022-12-05btrfs: update function commentsDavid Sterba1-1/+1
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-2/+2
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-3/+4
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: simplify generation check in btrfs_get_dentryDavid Sterba1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-11-15btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain1-0/+2
2022-11-15btrfs: free btrfs_path before copying fspath to userspaceAnand Jain1-0/+2
2022-11-15btrfs: free btrfs_path before copying inodes to userspaceAnand Jain1-9/+7
2022-11-15btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik1-1/+2
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-1/+1
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-11/+11
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-1/+1