index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-29
nvme-pci: add support for ACPI StorageD3Enable property
David E. Box
2
-0
/
+66
2020-07-29
nvme-pci: use max of PRP or SGL for iod size
Chaitanya Kulkarni
1
-15
/
+10
2020-07-29
nvme-core: replace ctrl page size with a macro
Chaitanya Kulkarni
3
-38
/
+37
2020-07-29
nvme: remove redundant validation in nvme_start_ctrl()
Baolin Wang
1
-2
/
+1
2020-07-29
nvme: remove an unnecessary condition
Dan Carpenter
1
-2
/
+2
2020-07-28
bcache: use disk_{start,end}_io_acct() to count I/O for bcache device
Coly Li
1
-28
/
+9
2020-07-25
bcache: fix bio_{start,end}_io_acct with proper device
Coly Li
1
-4
/
+27
2020-07-25
bcache: avoid extra memory consumption in struct bbio for large bucket size
Coly Li
2
-2
/
+2
2020-07-25
bcache: avoid extra memory allocation from mempool c->fill_iter
Coly Li
1
-1
/
+1
2020-07-25
bcache: add sysfs file to display feature sets information of cache set
Coly Li
4
-1
/
+73
2020-07-25
bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
Coly Li
6
-11
/
+52
2020-07-25
bcache: handle btree node memory allocation properly for bucket size > 8MB
Coly Li
1
-1
/
+1
2020-07-25
bcache: handle cache set verify_ondisk properly for bucket size > 8MB
Coly Li
1
-2
/
+10
2020-07-25
bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...
Coly Li
2
-9
/
+10
2020-07-25
bcache: handle c->uuids properly for bucket size > 8MB
Coly Li
1
-4
/
+6
2020-07-25
bcache: introduce meta_bucket_pages() related helper routines
Coly Li
2
-0
/
+23
2020-07-25
bcache: struct cache_sb is only for in-memory super block now
Coly Li
1
-4
/
+6
2020-07-25
bcache: move bucket related code into read_super_common()
Coly Li
1
-5
/
+5
2020-07-25
bcache: increase super block version for cache device and backing device
Coly Li
3
-11
/
+128
2020-07-25
bcache: fix super block seq numbers comparision in register_cache_set()
Coly Li
1
-1
/
+8
2020-07-25
bcache: disassemble the big if() checks in bch_cache_set_alloc()
Coly Li
1
-15
/
+37
2020-07-25
bcache: add more accurate error information in read_super_common()
Coly Li
1
-5
/
+14
2020-07-25
bcache: add read_super_common() to read major part of super block
Coly Li
1
-48
/
+63
2020-07-25
bcache: fix overflow in offset_to_stripe()
Coly Li
3
-8
/
+27
2020-07-25
bcache: avoid nr_stripes overflow in bcache_device_init()
Coly Li
1
-6
/
+6
2020-07-25
bcache: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2020-07-25
bcache: movinggc: Use struct_size() helper in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2020-07-25
bcache: writeback: Remove unneeded variable i
Xu Wang
1
-2
/
+0
2020-07-25
bcache: journel: use for_each_clear_bit() to simplify the code
Xu Wang
1
-4
/
+1
2020-07-25
bcache: allocate meta data pages as compound pages
Coly Li
4
-5
/
+5
2020-07-25
bcache: Fix typo in Kconfig name
Jean Delvare
2
-2
/
+2
2020-07-24
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
1
-1
/
+1
2020-07-22
md/raid5: use do_div() for 64 bit divisions in raid5_sync_request
Yufen Yu
1
-1
/
+1
2020-07-22
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
7
-162
/
+298
2020-07-22
md/raid10: avoid deadlock on recovery.
Vitaly Mayatskikh
1
-3
/
+11
2020-07-21
raid: md_p.h: drop duplicated word in a comment
Randy Dunlap
1
-1
/
+1
2020-07-21
md-cluster: fix rmmod issue when md_cluster convert bitmap to none
Zhao Heming
1
-0
/
+1
2020-07-21
md-cluster: fix safemode_delay value when converting to clustered bitmap
Zhao Heming
1
-2
/
+9
2020-07-21
md/raid5: support config stripe_size by sysfs entry
Yufen Yu
1
-0
/
+72
2020-07-21
md/raid5: set default stripe_size as 4096
Yufen Yu
2
-3
/
+24
2020-07-21
md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*
Yufen Yu
4
-128
/
+153
2020-07-16
raid5: remove the meaningless check in raid5_make_request
Guoqing Jiang
1
-2
/
+1
2020-07-16
raid5: put the comment of clear_batch_ready to the right place
Guoqing Jiang
1
-4
/
+4
2020-07-16
raid5: call clear_batch_ready before set STRIPE_ACTIVE
Guoqing Jiang
1
-5
/
+10
2020-07-15
md: raid10: Fix compilation warning
Damien Le Moal
1
-2
/
+2
2020-07-15
md: raid5: Fix compilation warning
Damien Le Moal
1
-6
/
+6
2020-07-15
md: raid5-cache: Remove set but unused variable
Damien Le Moal
1
-3
/
+1
2020-07-15
md: Fix compilation warning
Damien Le Moal
1
-6
/
+6
2020-07-15
block: add max_active_zones to blk-sysfs
Niklas Cassel
6
-1
/
+56
2020-07-15
block: add max_open_zones to blk-sysfs
Niklas Cassel
6
-0
/
+61
[next]