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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-05
12
-25
/
+87
|
\
|
*
btrfs: zoned: do not account freed region of read-only block group as zone_un...
Naohiro Aota
2021-03-04
1
-1
/
+6
|
*
btrfs: zoned: use sector_t for zone sectors
Naohiro Aota
2021-03-04
1
-2
/
+2
|
*
btrfs: subpage: fix the false data csum mismatch error
Qu Wenruo
2021-03-02
1
-5
/
+16
|
*
btrfs: fix warning when creating a directory with smack enabled
Filipe Manana
2021-03-02
1
-4
/
+27
|
*
btrfs: don't flush from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
2021-03-02
2
-2
/
+3
|
*
btrfs: export and rename qgroup_reserve_meta
Nikolay Borisov
2021-03-02
2
-4
/
+6
|
*
btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
2021-03-02
1
-1
/
+1
|
*
btrfs: fix spurious free_space_tree remount warning
Boris Burkov
2021-03-02
1
-2
/
+2
|
*
btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl
Dan Carpenter
2021-03-02
1
-1
/
+18
|
*
btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors
Nikolay Borisov
2021-03-02
1
-1
/
+4
|
*
btrfs: ref-verify: use 'inline void' keyword ordering
Randy Dunlap
2021-03-02
1
-2
/
+2
*
|
Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-03-01
7
-32
/
+12
|
\
\
|
*
|
btrfs: use copy_highpage() instead of 2 kmaps()
Ira Weiny
2021-02-26
1
-9
/
+1
|
*
|
btrfs: use memcpy_[to|from]_page() and kmap_local_page()
Ira Weiny
2021-02-26
6
-23
/
+11
*
|
|
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-01
11
-59
/
+175
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
btrfs: zoned: fix deadlock on log sync
Johannes Thumshirn
2021-02-22
1
-3
/
+0
|
*
|
btrfs: avoid double put of block group when emptying cluster
Josef Bacik
2021-02-22
1
-4
/
+4
|
*
|
btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled
Filipe Manana
2021-02-22
1
-0
/
+18
|
*
|
btrfs: tree-checker: do not error out if extent ref hash doesn't match
Josef Bacik
2021-02-22
1
-12
/
+4
|
*
|
btrfs: fix race between swap file activation and snapshot creation
Filipe Manana
2021-02-22
1
-2
/
+19
|
*
|
btrfs: fix race between writes to swap files and scrub
Filipe Manana
2021-02-22
5
-3
/
+72
|
*
|
btrfs: avoid checking for RO block group twice during nocow writeback
Filipe Manana
2021-02-22
1
-3
/
+1
|
*
|
btrfs: fix race between extent freeing/allocation when using bitmaps
Nikolay Borisov
2021-02-22
1
-2
/
+4
|
*
|
btrfs: make check_compressed_csum() to be subpage compatible
Qu Wenruo
2021-02-22
1
-13
/
+26
|
*
|
btrfs: make btrfs_submit_compressed_read() subpage compatible
Qu Wenruo
2021-02-22
1
-6
/
+17
|
*
|
btrfs: fix raid6 qstripe kmap
Ira Weiny
2021-02-22
1
-11
/
+10
*
|
|
mm/filemap: rename generic_file_buffered_read to filemap_read
Christoph Hellwig
2021-02-24
1
-1
/
+1
*
|
|
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
6
-36
/
+50
|
\
\
\
|
*
|
|
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
3
-16
/
+23
|
*
|
|
namei: handle idmapped mounts in may_*() helpers
Christian Brauner
2021-01-24
1
-2
/
+3
|
*
|
|
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
|
*
|
|
acl: handle idmapped mounts
Christian Brauner
2021-01-24
3
-2
/
+6
|
*
|
|
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
|
|
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
3
-7
/
+7
|
*
|
|
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
2
-6
/
+8
*
|
|
|
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
5
-14
/
+11
|
\
\
\
\
|
*
|
|
|
btrfs: use bio_kmalloc in __alloc_device
Christoph Hellwig
2021-01-27
1
-1
/
+1
|
*
|
|
|
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
3
-11
/
+8
*
|
|
|
|
Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-02-21
1
-4
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
iomap: pass a flags argument to iomap_dio_rw
Christoph Hellwig
2021-01-23
1
-4
/
+3
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2021-02-21
50
-1093
/
+4694
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
btrfs: zoned: enable to mount ZONED incompat flag
Naohiro Aota
2021-02-09
1
-1
/
+2
|
*
|
|
|
btrfs: zoned: deal with holes writing out tree-log pages
Naohiro Aota
2021-02-09
1
-1
/
+22
|
*
|
|
|
btrfs: zoned: reorder log node allocation on zoned filesystem
Naohiro Aota
2021-02-09
2
-11
/
+28
|
*
|
|
|
btrfs: zoned: serialize log transaction on zoned filesystems
Naohiro Aota
2021-02-09
1
-1
/
+33
|
*
|
|
|
btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
Naohiro Aota
2021-02-09
5
-4
/
+90
|
*
|
|
|
btrfs: split alloc_log_tree()
Naohiro Aota
2021-02-09
2
-6
/
+29
|
*
|
|
|
btrfs: zoned: relocate block group to repair IO failure in zoned filesystems
Naohiro Aota
2021-02-09
5
-0
/
+80
|
*
|
|
|
btrfs: zoned: enable relocation on a zoned filesystem
Naohiro Aota
2021-02-09
1
-2
/
+32
[next]