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
2018-03-21
Fix slab name "biovec-(1<<(21-12))"
Mikulas Patocka
1
-2
/
+2
2018-03-21
block: use 32-bit blk_status_t on Alpha
Mikulas Patocka
1
-0
/
+5
2018-03-19
block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...
Bart Van Assche
1
-2
/
+2
2018-03-18
bcache: Fix a compiler warning in bcache_device_init()
Bart Van Assche
1
-3
/
+3
2018-03-18
bcache: Reduce the number of sparse complaints about lock imbalances
Bart Van Assche
1
-0
/
+2
2018-03-18
bcache: Suppress more warnings about set-but-not-used variables
Bart Van Assche
2
-3
/
+3
2018-03-18
bcache: Remove an unused variable
Bart Van Assche
1
-2
/
+0
2018-03-18
bcache: Fix kernel-doc warnings
Bart Van Assche
4
-15
/
+14
2018-03-18
bcache: Annotate switch fall-through
Bart Van Assche
1
-0
/
+7
2018-03-18
bcache: Add __printf annotation to __bch_check_keys()
Bart Van Assche
1
-2
/
+3
2018-03-18
bcache: Fix indentation
Bart Van Assche
2
-2
/
+2
2018-03-18
bcache: add io_disable to struct cached_dev
Coly Li
5
-3
/
+67
2018-03-18
bcache: add backing_request_endio() for bi_end_io
Coly Li
3
-16
/
+79
2018-03-18
bcache: move closure debug file into debug directory
Chengguang Xu
4
-15
/
+16
2018-03-18
bcache: fix using of loop variable in memory shrink
Tang Junhui
1
-3
/
+6
2018-03-18
bcache: fix error return value in memory shrink
Tang Junhui
1
-1
/
+1
2018-03-18
bcache: fix incorrect sysfs output value of strip size
Tang Junhui
1
-1
/
+1
2018-03-18
bcache: fix inaccurate io state for detached bcache devices
Tang Junhui
1
-7
/
+51
2018-03-18
bcache: add stop_when_cache_set_failed option to backing device
Coly Li
3
-10
/
+94
2018-03-18
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
10
-30
/
+116
2018-03-18
bcache: stop dc->writeback_rate_update properly
Coly Li
4
-10
/
+69
2018-03-18
bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
Coly Li
1
-3
/
+17
2018-03-18
bcache: fix cached_dev->count usage for bch_cache_set_error()
Coly Li
3
-6
/
+8
2018-03-17
block: bio_check_eod() needs to consider partitions
Christoph Hellwig
1
-53
/
+40
2018-03-17
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
13
-41
/
+38
2018-03-17
blk-mq-debugfs: Show more request state information
Bart Van Assche
1
-1
/
+15
2018-03-16
blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()
Joseph Qi
2
-16
/
+63
2018-03-16
block: sed-opal: fix u64 short atom length
Jonas Rabenstein
1
-7
/
+4
2018-03-13
bsg: split handling of SCSI CDBs vs transport requeues
Christoph Hellwig
7
-217
/
+250
2018-03-13
bsg-lib: remove bsg_job.req
Christoph Hellwig
2
-9
/
+6
2018-03-13
bsg-lib: introduce a timeout field in struct bsg_job
Christoph Hellwig
3
-2
/
+5
2018-03-12
direct-io: Remove unused DIO_SKIP_DIO_COUNT logic
Nikolay Borisov
2
-7
/
+2
2018-03-12
direct-io: Remove unused DIO_ASYNC_EXTEND flag
Nikolay Borisov
2
-5
/
+1
2018-03-09
MAINTAINERS: add coverage for drivers/block
Ross Zwisler
1
-0
/
+1
2018-03-09
block: Suppress kernel-doc warnings triggered by blk-zoned.c
Bart Van Assche
1
-2
/
+2
2018-03-09
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
5
-3
/
+9
2018-03-08
Documentation/cdrom: fix German sharp s in LaTex
Randy Dunlap
1
-1
/
+1
2018-03-08
Documentation/cdrom: update cdrom-standard.tex for kernel changes
Randy Dunlap
1
-9
/
+20
2018-03-08
block: Move the queue_flag_*() functions from a public into a private header ...
Bart Van Assche
2
-69
/
+69
2018-03-08
block: Complain if queue_flag_(set|clear)_unlocked() is abused
Bart Van Assche
1
-0
/
+6
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
38
-89
/
+89
2018-03-08
target/tcm_loop: Use blk_queue_flag_set()
Bart Van Assche
1
-1
/
+1
2018-03-08
iscsi: Use blk_queue_flag_set()
Bart Van Assche
1
-1
/
+1
2018-03-08
bcache: Use the blk_queue_flag_{set,clear}() functions
Bart Van Assche
1
-3
/
+3
2018-03-08
mtip32xx: Use the blk_queue_flag_*() functions
Bart Van Assche
1
-4
/
+4
2018-03-08
block: Protect queue flag changes with the queue lock
Bart Van Assche
2
-4
/
+4
2018-03-08
block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()
Bart Van Assche
6
-49
/
+93
2018-03-08
block: Use the queue_flag_*() functions instead of open-coding these
Bart Van Assche
4
-7
/
+7
2018-03-08
block: Reorder the queue flag manipulation function definitions
Bart Van Assche
1
-11
/
+11
2018-03-06
block: sed-opal: fix response string extraction
Jonas Rabenstein
1
-3
/
+23
[next]