index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2022-12-12
1
-919
/
+26
|
\
|
*
btrfs: replace strncpy() with strscpy()
Artem Chernyshev
2022-12-05
1
-6
/
+3
|
*
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
2022-12-05
1
-2
/
+2
|
*
btrfs: pass btrfs_inode to btrfs_delete_subvolume
David Sterba
2022-12-05
1
-1
/
+1
|
*
btrfs: pass btrfs_inode to btrfs_inode_unlock
David Sterba
2022-12-05
1
-3
/
+3
|
*
btrfs: pass btrfs_inode to btrfs_inode_lock
David Sterba
2022-12-05
1
-1
/
+1
|
*
btrfs: move super prototypes into super.h
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move scrub prototypes into scrub.h
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move file prototypes to file.h
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move defrag related prototypes to their own header
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move the file defrag code into defrag.c
Josef Bacik
2022-12-05
1
-902
/
+0
|
*
btrfs: update function comments
David Sterba
2022-12-05
1
-1
/
+1
|
*
btrfs: move root tree prototypes to their own header
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
2022-12-05
1
-2
/
+2
|
*
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
2022-12-05
1
-3
/
+4
|
*
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
|
*
btrfs: simplify generation check in btrfs_get_dentry
David Sterba
2022-12-05
1
-1
/
+1
*
|
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-12-12
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-2
/
+2
*
|
btrfs: free btrfs_path before copying subvol info to userspace
Anand Jain
2022-11-15
1
-0
/
+2
*
|
btrfs: free btrfs_path before copying fspath to userspace
Anand Jain
2022-11-15
1
-0
/
+2
*
|
btrfs: free btrfs_path before copying inodes to userspace
Anand Jain
2022-11-15
1
-9
/
+7
*
|
btrfs: free btrfs_path before copying root refs to userspace
Josef Bacik
2022-11-15
1
-1
/
+2
|
/
*
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: unify the lock/unlock extent variants
Josef Bacik
2022-09-26
1
-11
/
+11
*
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: use fs_info->max_extent_size in get_extent_max_capacity()
Naohiro Aota
2022-07-25
1
-4
/
+7
*
btrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino
David Sterba
2022-07-25
1
-21
/
+1
*
btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balance
Nikolay Borisov
2022-07-25
1
-46
/
+5
*
btrfs: introduce btrfs_try_lock_balance
Nikolay Borisov
2022-07-25
1
-0
/
+66
*
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-24
1
-1
/
+1
|
\
|
*
btrfs: Convert btrfs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
*
|
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-05-24
1
-132
/
+136
|
\
\
|
*
|
btrfs: allow defrag to convert inline extents to regular extents
Qu Wenruo
2022-05-17
1
-2
/
+22
|
*
|
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
1
-5
/
+2
|
*
|
btrfs: simplify code flow in btrfs_ioctl_balance
Nikolay Borisov
2022-05-16
1
-19
/
+16
|
*
|
btrfs: remove checks for arg argument in btrfs_ioctl_balance
Nikolay Borisov
2022-05-16
1
-34
/
+21
|
*
|
btrfs: move common inode creation code into btrfs_create_new_inode()
Omar Sandoval
2022-05-16
1
-40
/
+5
|
*
|
btrfs: reserve correct number of items for inode creation
Omar Sandoval
2022-05-16
1
-24
/
+58
|
*
|
btrfs: allocate inode outside of btrfs_new_inode()
Omar Sandoval
2022-05-16
1
-8
/
+14
|
*
|
btrfs: remove redundant name and name_len parameters to create_subvol
Omar Sandoval
2022-05-16
1
-2
/
+3
|
*
|
btrfs: fix anon_dev leak in create_subvol()
Omar Sandoval
2022-05-16
1
-26
/
+23
|
|
/
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-05-23
1
-1
/
+6
|
\
\
|
*
|
btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults
Catalin Marinas
2022-04-25
1
-1
/
+6
|
|
/
*
|
block: add a bdev_discard_granularity helper
Christoph Hellwig
2022-04-17
1
-8
/
+4
[next]