index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
btrfs: zoned: finish fully written block group
Naohiro Aota
5
-2
/
+70
2021-10-26
btrfs: zoned: avoid chunk allocation if active block group has enough space
Naohiro Aota
3
-7
/
+60
2021-10-26
btrfs: move ffe_ctl one level up
Naohiro Aota
1
-75
/
+87
2021-10-26
btrfs: zoned: activate new block group
Naohiro Aota
1
-0
/
+6
2021-10-26
btrfs: zoned: activate block group on allocation
Naohiro Aota
1
-0
/
+12
2021-10-26
btrfs: zoned: load active zone info for block group
Naohiro Aota
1
-0
/
+24
2021-10-26
btrfs: zoned: implement active zone tracking
Naohiro Aota
7
-2
/
+226
2021-10-26
btrfs: zoned: introduce physical_map to btrfs_block_group
Naohiro Aota
3
-2
/
+16
2021-10-26
btrfs: zoned: load active zone information from devices
Naohiro Aota
2
-1
/
+60
2021-10-26
btrfs: zoned: finish superblock zone once no space left for new SB
Naohiro Aota
3
-20
/
+44
2021-10-26
btrfs: zoned: locate superblock position using zone capacity
Naohiro Aota
1
-2
/
+13
2021-10-26
btrfs: zoned: consider zone as full when no more SB can be written
Naohiro Aota
1
-8
/
+15
2021-10-26
btrfs: zoned: tweak reclaim threshold for zone capacity
Naohiro Aota
1
-2
/
+6
2021-10-26
btrfs: zoned: calculate free space from zone capacity
Naohiro Aota
4
-6
/
+16
2021-10-26
btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusable
Naohiro Aota
2
-3
/
+2
2021-10-26
btrfs: zoned: load zone capacity information from devices
Naohiro Aota
2
-1
/
+24
2021-10-26
btrfs: defrag: enable defrag for subpage case
Qu Wenruo
1
-6
/
+0
2021-10-26
btrfs: defrag: remove the old infrastructure
Qu Wenruo
1
-313
/
+0
2021-10-26
btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
Qu Wenruo
1
-149
/
+55
2021-10-26
btrfs: defrag: introduce helper to defrag one cluster
Qu Wenruo
1
-0
/
+56
2021-10-26
btrfs: defrag: introduce helper to defrag a range
Qu Wenruo
1
-10
/
+93
2021-10-26
btrfs: defrag: introduce helper to defrag a contiguous prepared range
Qu Wenruo
1
-0
/
+55
2021-10-26
btrfs: defrag: introduce helper to collect target file extents
Qu Wenruo
1
-0
/
+120
2021-10-26
btrfs: defrag: factor out page preparation into a helper
Qu Wenruo
1
-61
/
+87
2021-10-26
btrfs: defrag: replace hard coded PAGE_SIZE with sectorsize
Qu Wenruo
1
-5
/
+6
2021-10-26
btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...
Qu Wenruo
1
-2
/
+3
2021-10-26
btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()
Qu Wenruo
2
-11
/
+20
2021-10-26
btrfs: rename and switch to bool btrfs_chunk_readonly
Anand Jain
3
-17
/
+19
2021-10-26
btrfs: reflink: initialize return value to 0 in btrfs_extent_same()
Sidong Yang
1
-1
/
+1
2021-10-26
btrfs: subpage: pack all subpage bitmaps into a larger bitmap
Qu Wenruo
3
-85
/
+121
2021-10-25
btrfs: subpage: introduce btrfs_subpage_bitmap_info
Qu Wenruo
4
-3
/
+72
2021-10-25
btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directly
Qu Wenruo
3
-22
/
+24
2021-10-25
btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller th...
Qu Wenruo
2
-9
/
+10
2021-10-25
btrfs: update comment for fs_devices::seed_list in btrfs_rm_device
Su Yue
1
-1
/
+1
2021-10-25
btrfs: drop unnecessary ret in ioctl_quota_rescan_status
Anand Jain
1
-3
/
+2
2021-10-25
btrfs: send: simplify send_create_inode_if_needed
Marcos Paulo de Souza
1
-11
/
+4
2021-10-25
btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk
Nikolay Borisov
4
-10
/
+10
2021-10-25
Linux 5.15-rc7
v5.15-rc7
Linus Torvalds
1
-1
/
+1
2021-10-25
secretmem: Prevent secretmem_users from wrapping to zero
Matthew Wilcox (Oracle)
1
-0
/
+2
2021-10-25
spi: Fix tegra20 build with CONFIG_PM=n once again
Linus Torvalds
1
-1
/
+1
2021-10-25
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
8
-6
/
+17
2021-10-25
Merge tag 'libata-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2021-10-25
Merge tag 'pinctrl-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-45
/
+63
2021-10-25
ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.S
LABBE Corentin
1
-2
/
+2
2021-10-25
ata: sata_mv: Fix the error handling of mv_chip_id()
Zheyu Ma
1
-2
/
+2
2021-10-24
Revert "mm/secretmem: use refcount_t instead of atomic_t"
Linus Torvalds
1
-5
/
+4
2021-10-24
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2021-10-24
Merge tag 'sched_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2021-10-24
Merge tag 'x86_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2021-10-24
Merge tag '5.15-rc6-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
14
-153
/
+306
[next]