index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
floppy: don't write kernel-only members to FDRAWCMD ioctl output
Matthew Daley
2014-05-05
1
-1
/
+4
*
floppy: ignore kernel-only members in FDRAWCMD ioctl input
Matthew Daley
2014-05-05
1
-3
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-04-12
2
-40
/
+20
|
\
|
*
drbd: don't open-code kernel_recvmsg()
Al Viro
2014-04-01
1
-11
/
+1
|
*
switch nbd to sockfd_lookup/sockfd_put
Al Viro
2014-04-01
1
-29
/
+19
*
|
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2014-04-11
2
-236
/
+491
|
\
\
|
*
|
NVMe: Retry failed commands with non-fatal errors
Keith Busch
2014-04-10
2
-94
/
+151
|
*
|
NVMe: Add getgeo to block ops
Keith Busch
2014-04-10
1
-0
/
+11
|
*
|
NVMe: Start-stop nvme_thread during device add-remove.
Dan McLeran
2014-04-10
1
-14
/
+42
|
*
|
NVMe: Make I/O timeout a module parameter
Keith Busch
2014-04-10
1
-0
/
+4
|
*
|
NVMe: CPU hot plug notification
Keith Busch
2014-04-10
1
-0
/
+19
|
*
|
NVMe: per-cpu io queues
Keith Busch
2014-04-10
1
-37
/
+167
|
*
|
NVMe: Replace DEFINE_PCI_DEVICE_TABLE
Matthew Wilcox
2014-03-24
1
-3
/
+3
|
*
|
NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmds
Keith Busch
2014-03-24
1
-1
/
+1
|
*
|
NVMe: IOCTL path RCU protect queue access
Keith Busch
2014-03-24
2
-54
/
+59
|
*
|
NVMe: RCU protected access to io queues
Keith Busch
2014-03-24
1
-46
/
+45
|
*
|
NVMe: Initialize device reference count earlier
Keith Busch
2014-03-24
1
-1
/
+1
|
*
|
NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2014-03-24
1
-0
/
+2
*
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-04-10
1
-4
/
+4
|
\
\
\
|
*
|
|
drivers/block/loop.c: ratelimit error messages
Mike Galbraith
2014-04-08
1
-4
/
+4
*
|
|
|
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2014-04-07
10
-170
/
+797
|
\
\
\
\
|
*
|
|
|
zram: support REQ_DISCARD
Joonsoo Kim
2014-04-07
1
-0
/
+62
|
*
|
|
|
zram: use scnprintf() in attrs show() methods
Sergey Senozhatsky
2014-04-07
2
-9
/
+11
|
*
|
|
|
zram: propagate error to user
Minchan Kim
2014-04-07
3
-11
/
+20
|
*
|
|
|
zram: return error-valued pointer from zcomp_create()
Sergey Senozhatsky
2014-04-07
2
-15
/
+18
|
*
|
|
|
zram: move comp allocation out of init_lock
Sergey Senozhatsky
2014-04-07
1
-12
/
+15
|
*
|
|
|
zram: add lz4 algorithm backend
Sergey Senozhatsky
2014-04-07
5
-0
/
+82
|
*
|
|
|
zram: make compression algorithm selection possible
Sergey Senozhatsky
2014-04-07
4
-6
/
+66
|
*
|
|
|
zram: add set_max_streams knob
Sergey Senozhatsky
2014-04-07
3
-3
/
+41
|
*
|
|
|
zram: add multi stream functionality
Sergey Senozhatsky
2014-04-07
4
-5
/
+167
|
*
|
|
|
zram: factor out single stream compression
Sergey Senozhatsky
2014-04-07
2
-10
/
+59
|
*
|
|
|
zram: use zcomp compressing backends
Sergey Senozhatsky
2014-04-07
3
-43
/
+36
|
*
|
|
|
zram: introduce compressing backend abstraction
Sergey Senozhatsky
2014-04-07
4
-0
/
+237
|
*
|
|
|
zram: delete zram_init_device()
Sergey Senozhatsky
2014-04-07
1
-11
/
+5
|
*
|
|
|
zram: move zram size warning to documentation
Sergey Senozhatsky
2014-04-07
1
-15
/
+0
|
*
|
|
|
zram: drop not used table `count' member
Sergey Senozhatsky
2014-04-07
1
-1
/
+0
|
*
|
|
|
zram: report failed read and write stats
Sergey Senozhatsky
2014-04-07
1
-0
/
+4
|
*
|
|
|
zram: remove zram stats code duplication
Sergey Senozhatsky
2014-04-07
1
-59
/
+23
|
*
|
|
|
zram: use atomic64_t for all zram stats
Sergey Senozhatsky
2014-04-07
2
-12
/
+12
|
*
|
|
|
zram: remove good and bad compress stats
Sergey Senozhatsky
2014-04-07
2
-13
/
+0
|
*
|
|
|
zram: do not pass rw argument to __zram_make_request()
Sergey Senozhatsky
2014-04-07
1
-18
/
+12
|
*
|
|
|
zram: drop `init_done' struct zram member
Sergey Senozhatsky
2014-04-07
2
-11
/
+11
|
|
/
/
/
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2014-04-07
1
-28
/
+59
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd op
Ilya Dryomov
2014-04-03
1
-15
/
+39
|
*
|
|
rbd: num_ops parameter for rbd_osd_req_create()
Ilya Dryomov
2014-04-03
1
-10
/
+18
|
*
|
|
libceph: bump CEPH_OSD_MAX_OP to 3
Ilya Dryomov
2014-04-03
1
-1
/
+1
|
*
|
|
rbd: fix error paths in rbd_img_request_fill()
Ilya Dryomov
2014-04-03
1
-1
/
+1
|
*
|
|
rbd: remove out_partial label in rbd_img_request_fill()
Ilya Dryomov
2014-04-03
1
-4
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-04-02
1
-3
/
+17
|
\
\
\
|
*
|
|
virtio-blk: base queue-depth on virtqueue ringsize or module param
Rusty Russell
2014-03-24
1
-1
/
+9
[next]