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-10-02
block: scsi_ioctl: Avoid the use of one-element arrays
Gustavo A. R. Silva
2
-4
/
+7
2020-10-02
rsxx: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-10-02
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
11
-59
/
+46
2020-10-02
bcache: check and set sync status on cache's in-memory super block
Coly Li
4
-10
/
+7
2020-10-02
bcache: remove can_attach_cache()
Coly Li
1
-10
/
+0
2020-10-02
bcache: don't check seq numbers in register_cache_set()
Coly Li
1
-15
/
+0
2020-10-02
bcache: only use bucket_bytes() on struct cache
Coly Li
2
-2
/
+2
2020-10-02
bcache: remove useless bucket_pages()
Coly Li
1
-1
/
+0
2020-10-02
bcache: remove useless alloc_bucket_pages()
Coly Li
1
-3
/
+0
2020-10-02
bcache: only use block_bytes() on struct cache
Coly Li
7
-24
/
+24
2020-10-02
bcache: add set_uuid in struct cache_set
Coly Li
4
-15
/
+16
2020-10-02
bcache: remove for_each_cache()
Coly Li
6
-294
/
+237
2020-10-02
bcache: explicitly make cache_set only have single cache
Coly Li
3
-17
/
+12
2020-10-02
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
4
-24
/
+19
2020-10-02
bcache: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-13
/
+3
2020-10-02
bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
Dongsheng Yang
1
-1
/
+1
2020-10-02
bcache: share register sysfs with async register
Coly Li
1
-5
/
+7
2020-09-29
null_blk: add support for max open/active zone limit for zoned devices
Niklas Cassel
3
-58
/
+282
2020-09-28
Merge tag 'nvme-5.10-2020-09-27' of git://git.infradead.org/nvme into for-5.1...
Jens Axboe
10
-117
/
+93
2020-09-27
nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue
Jeffle Xu
1
-17
/
+15
2020-09-27
nvme: fix error handling in nvme_ns_report_zones
Christoph Hellwig
1
-25
/
+16
2020-09-27
nvmet-fc: fix missing check for no hostport struct
James Smart
1
-1
/
+1
2020-09-27
nvmet: add passthru ZNS support
Chaitanya Kulkarni
1
-0
/
+16
2020-09-27
nvmet: handle keep-alive timer when kato is modified by a set features cmd
Amit Engel
3
-2
/
+6
2020-09-27
nvmet-tcp: have queue io_work context run on sock incoming cpu
Mark Wunderlich
1
-11
/
+10
2020-09-27
nvme-pci: Move enumeration by class to be last in the table
Andy Shevchenko
1
-1
/
+2
2020-09-27
nvme: use an xarray to lookup the Commands Supported and Effects log
Chaitanya Kulkarni
2
-28
/
+5
2020-09-27
nvme: lift the file open code from nvme_ctrl_get_by_path
Chaitanya Kulkarni
3
-32
/
+22
2020-09-25
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
13
-213
/
+967
2020-09-24
md/raid10: improve discard request for far layout
Xiao Ni
2
-23
/
+64
2020-09-24
md/raid10: improve raid10 discard request
Xiao Ni
1
-1
/
+255
2020-09-24
md/raid10: pull codes that wait for blocked dev into one function
Xiao Ni
1
-51
/
+67
2020-09-24
md/raid10: extend r10bio devs to raid disks
Xiao Ni
1
-5
/
+4
2020-09-24
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
3
-12
/
+24
2020-09-24
md: Simplify code with existing definition RESYNC_SECTORS in raid10.c
Zhen Lei
1
-4
/
+4
2020-09-24
md/raid5: reallocate page array after setting new stripe_size
Yufen Yu
1
-0
/
+20
2020-09-24
md/raid5: resize stripe_head when reshape array
Yufen Yu
1
-0
/
+24
2020-09-24
md/raid5: let multiple devices of stripe_head share page
Yufen Yu
2
-3
/
+114
2020-09-24
md/raid6: let async recovery function support different page offset
Yufen Yu
4
-49
/
+128
2020-09-24
md/raid6: let syndrome computor support different page offset
Yufen Yu
4
-47
/
+91
2020-09-24
md/raid5: convert to new xor compution interface
Yufen Yu
1
-9
/
+34
2020-09-24
md/raid5: add new xor function to support different page offset
Yufen Yu
2
-17
/
+114
2020-09-24
md/raid5: make async_copy_data() to support different page offset
Yufen Yu
1
-3
/
+5
2020-09-24
md/raid5: add a new member of offset into r5dev
Yufen Yu
2
-11
/
+40
2020-09-24
md: only calculate blocksize once and use i_blocksize()
Xianting Tian
1
-3
/
+4
2020-09-24
null_blk: Support shared tag bitmap
John Garry
1
-0
/
+6
2020-09-24
Merge branch 'for-5.10/block' into for-5.10/drivers
Jens Axboe
117
-2094
/
+2663
2020-09-24
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
10
-58
/
+29
2020-09-24
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
4
-13
/
+8
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
18
-36
/
+33
[next]