index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
null_blk: fix wrong capacity when bs is not 512 bytes
Matias Bjørling
2015-09-03
1
-2
/
+1
*
null_blk: fix memory leak on cleanup
Matias Bjørling
2015-09-03
1
-16
/
+17
*
Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-02
10
-57
/
+12
|
\
|
*
scatterlist: use sg_phys()
Dan Williams
2015-08-17
3
-5
/
+5
|
*
crypto/omap-sham: remove an open coded access to ->page_link
Christoph Hellwig
2015-08-17
1
-1
/
+1
|
*
scatterlist: remove open coded sg_unmark_end instances
Dan Williams
2015-08-17
1
-2
/
+2
|
*
crypto: replace scatterwalk_sg_chain with sg_chain
Dan Williams
2015-08-17
4
-5
/
+4
|
*
target/rd: always chain S/G list
Christoph Hellwig
2015-08-17
1
-44
/
+0
*
|
Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-02
2
-145
/
+484
|
\
\
|
*
|
NVMe: Using PRACT bit to generate and verify PI by controller
Alok Pandey
2015-08-26
1
-5
/
+8
|
*
|
NVMe:Remove unreachable code in nvme_abort_req
Sunad Bhandary
2015-08-19
1
-15
/
+9
|
*
|
NVMe: Add nvme subsystem reset IOCTL
Jon Derrick
2015-08-18
1
-0
/
+11
|
*
|
NVMe: Add nvme subsystem reset support
Keith Busch
2015-08-18
1
-1
/
+10
|
*
|
NVMe: removed unused nn var from nvme_dev_add
Matias Bjørling
2015-08-18
1
-2
/
+0
|
*
|
NVMe: Set queue max segments
Keith Busch
2015-08-17
1
-1
/
+4
|
*
|
nbd: flags is a u32 variable
Markus Pargmann
2015-08-17
1
-1
/
+1
|
*
|
nbd: Rename functions for clearness of recv/send path
Markus Pargmann
2015-08-17
1
-6
/
+6
|
*
|
nbd: Change 'disconnect' to be boolean
Markus Pargmann
2015-08-17
1
-4
/
+4
|
*
|
nbd: Add debugfs entries
Markus Pargmann
2015-08-17
1
-1
/
+177
|
*
|
nbd: Remove variable 'pid'
Markus Pargmann
2015-08-17
1
-10
/
+9
|
*
|
nbd: Move clear queue debug message
Markus Pargmann
2015-08-17
1
-1
/
+1
|
*
|
nbd: Remove 'harderror' and propagate error properly
Markus Pargmann
2015-08-17
1
-14
/
+14
|
*
|
nbd: restructure sock_shutdown
Markus Pargmann
2015-08-17
1
-6
/
+7
|
*
|
nbd: sock_shutdown, remove conditional lock
Markus Pargmann
2015-08-17
1
-8
/
+8
|
*
|
nbd: Fix timeout detection
Markus Pargmann
2015-08-17
1
-28
/
+70
|
*
|
nvme: Fixes u64 division which breaks i386 builds
Jon Derrick
2015-07-21
1
-2
/
+3
|
*
|
NVMe: Use CMB for the IO SQes if available
Jon Derrick
2015-07-21
1
-5
/
+117
|
*
|
NVMe: Unify SQ entry writing and doorbell ringing
Jon Derrick
2015-07-21
1
-45
/
+35
*
|
|
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-02
75
-1386
/
+446
|
\
\
\
|
*
|
|
block: Replace SG_GAPS with new queue limits mask
Keith Busch
2015-08-19
2
-14
/
+1
|
*
|
|
Revert "block: remove artifical max_hw_sectors cap"
Jeff Moyer
2015-08-18
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
block: remove bio_get_nr_vecs()
Kent Overstreet
2015-08-13
1
-1
/
+1
|
*
|
block: kill merge_bvec_fn() completely
Kent Overstreet
2015-08-13
28
-809
/
+6
|
*
|
md/raid5: get rid of bio_fits_rdev()
Kent Overstreet
2015-08-13
1
-22
/
+1
|
*
|
md/raid5: split bio for chunk_aligned_read
Ming Lin
2015-08-13
1
-5
/
+32
|
*
|
bcache: remove driver private bio splitting code
Kent Overstreet
2015-08-13
7
-162
/
+18
|
*
|
block: make generic_make_request handle arbitrarily sized bios
Kent Overstreet
2015-08-13
11
-2
/
+24
|
*
|
block: don't access bio->bi_error after bio_put()
Sasha Levin
2015-08-11
3
-5
/
+10
|
*
|
block: manipulate bio->bi_flags through helpers
Jens Axboe
2015-07-29
3
-6
/
+6
|
*
|
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
54
-363
/
+342
|
|
/
|
*
block: have drivers use blk_queue_max_discard_sectors()
Jens Axboe
2015-07-17
12
-15
/
+15
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2015-09-02
63
-1325
/
+8679
|
\
\
|
*
|
aic94xx: set an error code on failure
Dan Carpenter
2015-08-27
1
-0
/
+1
|
*
|
storvsc: Set the error code correctly in failure conditions
K. Y. Srinivasan
2015-08-27
1
-3
/
+9
|
*
|
storvsc: Allow write_same when host is windows 10
Keith Mange
2015-08-27
1
-1
/
+5
|
*
|
storvsc: use storage protocol version to determine storage capabilities
Keith Mange
2015-08-27
1
-4
/
+4
|
*
|
storvsc: use correct defaults for values determined by protocol negotiation
Keith Mange
2015-08-27
1
-14
/
+19
|
*
|
storvsc: Untangle the storage protocol negotiation from the vmbus protocol ne...
Keith Mange
2015-08-27
1
-22
/
+86
|
*
|
storvsc: Use a single value to track protocol versions
Keith Mange
2015-08-27
1
-26
/
+9
|
*
|
storvsc: Rather than look for sets of specific protocol versions, make decisi...
Keith Mange
2015-08-27
1
-8
/
+3
[next]