aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-919/+26
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+2
2022-12-05btrfs: replace strncpy() with strscpy()Gravatar Artem Chernyshev 1-6/+3
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterGravatar Qu Wenruo 1-2/+2
2022-12-05btrfs: pass btrfs_inode to btrfs_delete_subvolumeGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockGravatar David Sterba 1-3/+3
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockGravatar David Sterba 1-1/+1
2022-12-05btrfs: move super prototypes into super.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move scrub prototypes into scrub.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move file prototypes to file.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move dir-item prototypes into dir-item.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move defrag related prototypes to their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the file defrag code into defrag.cGravatar Josef Bacik 1-902/+0
2022-12-05btrfs: update function commentsGravatar David Sterba 1-1/+1
2022-12-05btrfs: move root tree prototypes to their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrGravatar Sweet Tea Dorminy 1-2/+2
2022-12-05btrfs: use struct qstr instead of name and namelen pairsGravatar Sweet Tea Dorminy 1-3/+4
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: simplify generation check in btrfs_get_dentryGravatar David Sterba 1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-11-15btrfs: free btrfs_path before copying subvol info to userspaceGravatar Anand Jain 1-0/+2
2022-11-15btrfs: free btrfs_path before copying fspath to userspaceGravatar Anand Jain 1-0/+2
2022-11-15btrfs: free btrfs_path before copying inodes to userspaceGravatar Anand Jain 1-9/+7
2022-11-15btrfs: free btrfs_path before copying root refs to userspaceGravatar Josef Bacik 1-1/+2
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSGravatar Josef Bacik 1-1/+1
2022-09-26btrfs: unify the lock/unlock extent variantsGravatar Josef Bacik 1-11/+11
2022-09-26btrfs: remove the wake argument from clear_extent_bitsGravatar Josef Bacik 1-1/+1
2022-07-25btrfs: use fs_info->max_extent_size in get_extent_max_capacity()Gravatar Naohiro Aota 1-4/+7
2022-07-25btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoGravatar David Sterba 1-21/+1
2022-07-25btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balanceGravatar Nikolay Borisov 1-46/+5
2022-07-25btrfs: introduce btrfs_try_lock_balanceGravatar Nikolay Borisov 1-0/+66
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-132/+136
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+6
2022-05-17btrfs: allow defrag to convert inline extents to regular extentsGravatar Qu Wenruo 1-2/+22
2022-05-16btrfs: remove unnecessary type castsGravatar Yu Zhe 1-5/+2
2022-05-16btrfs: simplify code flow in btrfs_ioctl_balanceGravatar Nikolay Borisov 1-19/+16
2022-05-16btrfs: remove checks for arg argument in btrfs_ioctl_balanceGravatar Nikolay Borisov 1-34/+21
2022-05-16btrfs: move common inode creation code into btrfs_create_new_inode()Gravatar Omar Sandoval 1-40/+5
2022-05-16btrfs: reserve correct number of items for inode creationGravatar Omar Sandoval 1-24/+58
2022-05-16btrfs: allocate inode outside of btrfs_new_inode()Gravatar Omar Sandoval 1-8/+14
2022-05-16btrfs: remove redundant name and name_len parameters to create_subvolGravatar Omar Sandoval 1-2/+3
2022-05-16btrfs: fix anon_dev leak in create_subvol()Gravatar Omar Sandoval 1-26/+23
2022-05-09btrfs: Convert btrfs to read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-04-25btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faultsGravatar Catalin Marinas 1-1/+6
2022-04-17block: add a bdev_discard_granularity helperGravatar Christoph Hellwig 1-8/+4