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
2019-08-23
null_blk: create a helper for zoned devices
Chaitanya Kulkarni
3
-27
/
+35
2019-08-23
null_blk: create a helper for mem-backed ops
Chaitanya Kulkarni
1
-9
/
+16
2019-08-23
null_blk: create a helper for badblocks
Chaitanya Kulkarni
1
-7
/
+17
2019-08-23
null_blk: create a helper for throttling
Chaitanya Kulkarni
1
-14
/
+25
2019-08-23
null_blk: move duplicate code to callers
Chaitanya Kulkarni
1
-45
/
+21
2019-08-22
block: move same page handling from __bio_add_pc_page to the callers
Christoph Hellwig
1
-10
/
+10
2019-08-22
block: create a bio_try_merge_pc_page helper
Christoph Hellwig
1
-24
/
+10
2019-08-22
block: improve the gap check in __bio_add_pc_page
Christoph Hellwig
1
-7
/
+7
2019-08-20
nbd: fix max number of supported devs
Mike Christie
1
-14
/
+25
2019-08-20
nbd: fix zero cmd timeout handling v2
Mike Christie
1
-6
/
+23
2019-08-20
nbd: add missing config put
Mike Christie
1
-1
/
+3
2019-08-20
nbd: add function to convert blk req op to nbd cmd
Mike Christie
1
-15
/
+18
2019-08-20
nbd: add set cmd timeout helper
Mike Christie
1
-14
/
+14
2019-08-20
block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition
Revanth Rajashekar
1
-2
/
+0
2019-08-20
block: sed-opal: Remove always false conditional statement
Revanth Rajashekar
1
-4
/
+0
2019-08-20
block: sed-opal: Add/remove spaces
Revanth Rajashekar
2
-6
/
+42
2019-08-19
block: remove struct request_queue queue_head
Junxiao Bi
2
-5
/
+0
2019-08-15
writeback, cgroup: inode_switch_wbs() shouldn't give up on wb_switch_rwsem tr...
Tejun Heo
1
-12
/
+5
2019-08-15
writeback, cgroup: Adjust WB_FRN_TIME_CUT_DIV to accelerate foreign inode swi...
Tejun Heo
1
-2
/
+20
2019-08-14
block: annotate refault stalls from IO submission
Johannes Weiner
3
-1
/
+26
2019-08-12
blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handling
zhengbin
1
-3
/
+6
2019-08-09
floppy: fix usercopy direction
Jann Horn
1
-2
/
+2
2019-08-08
lightnvm: remove unused 'geo' variable
Jens Axboe
1
-2
/
+0
2019-08-08
loop: Add LOOP_SET_DIRECT_IO to compat ioctl
Alessio Balsini
1
-0
/
+1
2019-08-08
lib: scatterlist: Fix to support no mapped sg
Zhou Wang
1
-5
/
+7
2019-08-08
lightnvm: remove set but not used variables 'data_len' and 'rq_len'
YueHaibing
2
-4
/
+1
2019-08-07
Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.4/block
Jens Axboe
5
-61
/
+101
2019-08-07
raid1: factor out a common routine to handle the completion of sync write
Hou Tao
1
-21
/
+18
2019-08-07
md: don't call spare_active in md_reap_sync_thread if all member devices can'...
Guoqing Jiang
1
-1
/
+2
2019-08-07
md: don't set In_sync if array is frozen
Guoqing Jiang
1
-2
/
+9
2019-08-07
md: allow last device to be forcibly removed from RAID1/RAID10.
Guoqing Jiang
4
-6
/
+36
2019-08-07
md: Convert to use int_pow()
Andy Shevchenko
1
-5
/
+1
2019-08-07
md/raid10: end bio when the device faulty
Yufen Yu
1
-12
/
+14
2019-08-07
md/raid1: end bio when the device faulty
Yufen Yu
1
-12
/
+14
2019-08-07
md/raid6: Set R5_ReadError when there is read failure on parity disk
Xiao Ni
1
-1
/
+3
2019-08-07
raid1: use an int as the return value of raise_barrier()
Hou Tao
1
-1
/
+4
2019-08-06
block: stop exporting bio_map_kern
Hans Holmberg
1
-1
/
+0
2019-08-06
lightnvm: pblk: use kvmalloc for metadata
Hans Holmberg
4
-64
/
+19
2019-08-06
lightnvm: move metadata mapping to lower level driver
Hans Holmberg
8
-190
/
+54
2019-08-06
lightnvm: remove nvm_submit_io_sync_fn
Hans Holmberg
3
-37
/
+29
2019-08-04
blk-mq: balance mapping between present CPUs and queues
Ming Lei
1
-7
/
+22
2019-08-04
scsi: implement .cleanup_rq callback
Ming Lei
1
-0
/
+13
2019-08-04
blk-mq: add callback of .cleanup_rq
Ming Lei
2
-0
/
+14
2019-08-04
null_blk: implement REQ_OP_ZONE_RESET_ALL
Chaitanya Kulkarni
2
-6
/
+25
2019-08-04
scsi: implement REQ_OP_ZONE_RESET_ALL
Chaitanya Kulkarni
3
-5
/
+15
2019-08-04
blk-zoned: implement REQ_OP_ZONE_RESET_ALL
Chaitanya Kulkarni
2
-0
/
+44
2019-08-04
block: add req op to reset all zones and flag
Chaitanya Kulkarni
2
-0
/
+5
2019-08-04
block: Fix a comment in blk_cleanup_queue()
Bart Van Assche
1
-1
/
+2
2019-08-04
block: Fix spelling in the header above blkg_lookup()
Bart Van Assche
1
-1
/
+1
2019-08-04
block: Improve physical block alignment of split bios
Bart Van Assche
1
-4
/
+17
[next]