index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-02
Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2023-03-28
btrfs: fix race between quota disable and quota assign ioctls
Filipe Manana
1
-0
/
+2
2023-03-10
Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2023-03-06
btrfs: ioctl: return device fsid from DEV_INFO ioctl
Qu Wenruo
1
-0
/
+1
2023-02-20
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-1
/
+1
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
1
-1
/
+1
2023-02-15
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
1
-1
/
+1
2023-01-19
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
1
-2
/
+1
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
1
-7
/
+6
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-4
/
+3
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-24
/
+27
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-13
Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-919
/
+26
2022-12-13
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2022-12-05
btrfs: replace strncpy() with strscpy()
Artem Chernyshev
1
-6
/
+3
2022-12-05
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
1
-2
/
+2
2022-12-05
btrfs: pass btrfs_inode to btrfs_delete_subvolume
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_inode_unlock
David Sterba
1
-3
/
+3
2022-12-05
btrfs: pass btrfs_inode to btrfs_inode_lock
David Sterba
1
-1
/
+1
2022-12-05
btrfs: move super prototypes into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move defrag related prototypes to their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move the file defrag code into defrag.c
Josef Bacik
1
-902
/
+0
2022-12-05
btrfs: update function comments
David Sterba
1
-1
/
+1
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
1
-2
/
+2
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
1
-3
/
+4
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: simplify generation check in btrfs_get_dentry
David Sterba
1
-1
/
+1
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-11-15
btrfs: free btrfs_path before copying subvol info to userspace
Anand Jain
1
-0
/
+2
2022-11-15
btrfs: free btrfs_path before copying fspath to userspace
Anand Jain
1
-0
/
+2
2022-11-15
btrfs: free btrfs_path before copying inodes to userspace
Anand Jain
1
-9
/
+7
2022-11-15
btrfs: free btrfs_path before copying root refs to userspace
Josef Bacik
1
-1
/
+2
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
1
-1
/
+1
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-11
/
+11
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
1
-1
/
+1
2022-07-25
btrfs: use fs_info->max_extent_size in get_extent_max_capacity()
Naohiro Aota
1
-4
/
+7
2022-07-25
btrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino
David Sterba
1
-21
/
+1
2022-07-25
btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balance
Nikolay Borisov
1
-46
/
+5
2022-07-25
btrfs: introduce btrfs_try_lock_balance
Nikolay Borisov
1
-0
/
+66
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2022-05-25
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-132
/
+136
2022-05-24
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+6
[next]