index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Age
Commit message (
Expand
)
Author
2023-10-06
Merge tag 'for-6.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-10-04
btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c
Josef Bacik
2023-09-12
Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-09-08
btrfs: release path before inode lookup during the ino lookup ioctl
Filipe Manana
2023-07-13
btrfs: convert to ctime accessor functions
Jeff Layton
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-19
btrfs: trigger orphan inode cleanup during START_SYNC ioctl
Qu Wenruo
2023-06-19
btrfs: simplify transid initialization in btrfs_ioctl_wait_sync
Tom Rix
2023-06-19
btrfs: don't commit transaction for every subvol create
Sweet Tea Dorminy
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-04-28
btrfs: fix assertion of exclop condition when starting balance
xiaoshoukui
2023-04-17
btrfs: scrub: reject unsupported scrub flags
Qu Wenruo
2023-04-02
Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-03-28
btrfs: fix race between quota disable and quota assign ioctls
Filipe Manana
2023-03-10
Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-03-06
btrfs: ioctl: return device fsid from DEV_INFO ioctl
Qu Wenruo
2023-02-20
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
2023-02-15
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
2023-01-19
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
2022-12-12
Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-12-05
btrfs: replace strncpy() with strscpy()
Artem Chernyshev
2022-12-05
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
2022-12-05
btrfs: pass btrfs_inode to btrfs_delete_subvolume
David Sterba
2022-12-05
btrfs: pass btrfs_inode to btrfs_inode_unlock
David Sterba
2022-12-05
btrfs: pass btrfs_inode to btrfs_inode_lock
David Sterba
2022-12-05
btrfs: move super prototypes into super.h
Josef Bacik
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
2022-12-05
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
2022-12-05
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
2022-12-05
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
2022-12-05
btrfs: move defrag related prototypes to their own header
Josef Bacik
2022-12-05
btrfs: move the file defrag code into defrag.c
Josef Bacik
2022-12-05
btrfs: update function comments
David Sterba
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: simplify generation check in btrfs_get_dentry
David Sterba
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-15
btrfs: free btrfs_path before copying subvol info to userspace
Anand Jain
2022-11-15
btrfs: free btrfs_path before copying fspath to userspace
Anand Jain
[next]