index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
17
-17
/
+17
2016-12-16
Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+1
2016-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-62
/
+10
2016-12-14
Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-77
/
+40
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-448
/
+390
2016-12-13
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-53
/
+37
2016-12-13
rbd: silence bogus -Wmaybe-uninitialized warning
Ilya Dryomov
1
-1
/
+1
2016-12-09
nbd: use dev_err_ratelimited in io path
Josef Bacik
1
-11
/
+12
2016-12-09
nbd: reset the setup task for NBD_CLEAR_SOCK
Josef Bacik
1
-0
/
+1
2016-12-08
zram: restrict add/remove attributes to root only
Sergey Senozhatsky
1
-1
/
+7
2016-12-03
nbd: fix 64-bit division
Jens Axboe
1
-1
/
+1
2016-12-03
nbd: use loff_t for blocksize and nbd_set_size args
Josef Bacik
1
-4
/
+4
2016-12-02
zram: Convert to hotplug state machine
Anna-Maria Gleixner
3
-53
/
+37
2016-12-01
block: mtip32xx: set error code on failure
Pan Bian
1
-1
/
+3
2016-12-01
zram: fix unbalanced idr management at hot removal
Takashi Iwai
1
-1
/
+2
2016-11-23
nbd: fix setting of 'error' in NBD_DO_IT ioctl
Jens Axboe
1
-2
/
+5
2016-11-22
nbd: add multi-connection support
Josef Bacik
1
-144
/
+238
2016-11-22
block: floppy: use bio_add_page()
Ming Lei
1
-5
/
+2
2016-11-22
block: drbd: remove impossible failure handling
Ming Lei
1
-13
/
+1
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
1
-2
/
+1
2016-11-21
pktcdvd: mark as unmaintained and deprecated
Jens Axboe
1
-1
/
+4
2016-11-18
skd_main: drop duplicate header scatterlist.h
Geliang Tang
1
-1
/
+0
2016-11-17
nbd: fix use-after-free of rq/bio in the xmit path
Jens Axboe
1
-9
/
+23
2016-11-16
null_blk: add usage hints for NVM
Yasuaki Ishimatsu
1
-0
/
+1
2016-11-15
loop: return proper error from loop_queue_rq()
Omar Sandoval
1
-1
/
+1
2016-11-12
aoe: fix crash in page count manipulation
Jens Axboe
1
-41
/
+0
2016-11-11
Block: mtip32xx: Improvement in code readability when memdup_user() fails.
Sachin Shukla
1
-9
/
+5
2016-11-10
skd: fix function prototype
Arnd Bergmann
1
-2
/
+2
2016-11-10
skd: fix msix error handling
Arnd Bergmann
1
-2
/
+3
2016-11-10
drbd: Fix kernel_sendmsg() usage - potential NULL deref
Richard Weinberger
1
-1
/
+1
2016-11-09
scsi: cciss: replace custom function to hexdump
Andy Shevchenko
1
-62
/
+10
2016-11-08
skd_main: use %*ph to dump small buffers
Andy Shevchenko
1
-12
/
+4
2016-11-08
skd: use pci_alloc_irq_vectors
Christoph Hellwig
1
-146
/
+66
2016-11-07
pktcdvd: don't scribble over the bvec array
Christoph Hellwig
1
-41
/
+6
2016-11-07
xen: make use of xenbus_read_unsigned() in xen-blkfront
Juergen Gross
1
-55
/
+26
2016-11-07
xen: make use of xenbus_read_unsigned() in xen-blkback
Juergen Gross
1
-22
/
+14
2016-11-07
nbd: Fix error handling
Christophe JAILLET
1
-1
/
+1
2016-11-02
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
Bart Van Assche
1
-1
/
+1
2016-11-02
blk-mq: Avoid that requeueing starts stopped queues
Bart Van Assche
1
-0
/
+1
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
2
-6
/
+6
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
1
-1
/
+1
2016-11-01
umem: use op_is_sync to check for synchronous requests
Christoph Hellwig
1
-1
/
+1
2016-10-31
virtio_blk: Delete an unnecessary initialisation in init_vq()
Markus Elfring
1
-1
/
+1
2016-10-31
virtio_blk: Use kmalloc_array() in init_vq()
Markus Elfring
1
-4
/
+4
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
1
-1
/
+1
2016-10-28
block: DAC960: print a hex number after a 0x prefix
Uwe Kleine-König
1
-2
/
+2
2016-10-25
brd: remove support for BLKFLSBUF
Mike Snitzer
1
-35
/
+0
2016-10-25
brd: Switch rd_size to unsigned long
Jan Kara
1
-2
/
+2
2016-10-24
nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdown
John W. Linville
1
-1
/
+1
[next]