Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
95dba5436c96a73385d6fb3badd670c3f45b2d1f
/
drivers
/
block
5c7e9cc
zram: restrict add/remove attributes to root only
by Sergey Senozhatsky
· 8 years ago
529e71e
zram: fix unbalanced idr management at hot removal
by Takashi Iwai
· 8 years ago
0cbc72a
aoe: fix crash in page count manipulation
by Jens Axboe
· 8 years ago
d8e9e5e
drbd: Fix kernel_sendmsg() usage - potential NULL deref
by Richard Weinberger
· 8 years ago
7729185
nbd: Fix error handling
by Christophe JAILLET
· 8 years ago
2ff9844
virtio_blk: Delete an unnecessary initialisation in init_vq()
by Markus Elfring
· 8 years ago
668866b
virtio_blk: Use kmalloc_array() in init_vq()
by Markus Elfring
· 8 years ago
ee52c44
block: DAC960: print a hex number after a 0x prefix
by Uwe Kleine-König
· 8 years ago
423221d
nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdown
by John W. Linville
· 8 years ago
4d73644
rbd: don't retry watch reregistration if header object is gone
by Ilya Dryomov
· 8 years ago
87c0fde
rbd: don't wait for the lock forever if blacklisted
by Ilya Dryomov
· 8 years ago
3989144
kthread: kthread worker API cleanup
by Petr Mladek
· 8 years ago
8dfb790
Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 8 years ago
12e3d3c
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
88a25a5
rbd: use kmalloc_array() in rbd_header_from_disk()
by Markus Elfring
· 8 years ago
0dcc685
rbd: add rbd_obj_request_error() helper
by Ilya Dryomov
· 8 years ago
04dc923
rbd: img_data requests don't own their page array
by Ilya Dryomov
· 8 years ago
7c84883
rbd: don't call rbd_osd_req_format_read() for !img_data requests
by Ilya Dryomov
· 8 years ago
710214e
rbd: rework rbd_img_obj_exists_submit() error paths
by Ilya Dryomov
· 8 years ago
fa35511
rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()
by Ilya Dryomov
· 8 years ago
4a17dad
rbd: move bumping img_request refcount into rbd_obj_request_submit()
by Ilya Dryomov
· 8 years ago
c2e8241
rbd: mark the original request as done if stat request fails
by Ilya Dryomov
· 8 years ago
058aa99
rbd: clean up asserts in rbd_img_obj_request_submit() helpers
by Ilya Dryomov
· 8 years ago
980917f
rbd: change rbd_obj_request_submit() signature
by Ilya Dryomov
· 8 years ago
80de191
rbd: lock_on_read map option
by Ilya Dryomov
· 8 years ago
005043a
nbd: use BLK_MQ_F_BLOCKING
by Josef Bacik
· 8 years ago
b0b4e09
lightnvm: control life of nvm_dev in driver
by Matias Bjørling
· 8 years ago
9ae2d0a
null_blk: refactor to support non-gendisk devices
by Matias Bjørling
· 8 years ago
7d7e0f9
blk-mq: remove ->map_queue
by Christoph Hellwig
· 8 years ago
0eadf37
nbd: allow block mq to deal with timeouts
by Josef Bacik
· 8 years ago
9b4a6ba
nbd: use flags instead of bool
by Josef Bacik
· 8 years ago
c261189
nbd: don't shutdown sock with irq's disabled
by Josef Bacik
· 8 years ago
fd8383f
nbd: convert to blkmq
by Josef Bacik
· 8 years ago
99e6b87
mtip32xx: mark symbols static where possible
by Baoyou Xie
· 8 years ago
f2791e7
Revert "floppy: refactor open() flags handling"
by Jens Axboe
· 8 years ago
468c298
Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"
by Jens Axboe
· 8 years ago
0276dca
rbd: add force close option
by Mike Christie
· 8 years ago
0d6d1e9c
rbd: add 'config_info' sysfs rbd device attribute
by Mike Christie
· 8 years ago
92a5867
rbd: add 'snap_id' sysfs rbd device attribute
by Mike Christie
· 8 years ago
267fb90
rbd: add 'cluster_fsid' sysfs rbd device attribute
by Mike Christie
· 8 years ago
005a07bf
rbd: add 'client_addr' sysfs rbd device attribute
by Ilya Dryomov
· 8 years ago
ca7909e
rbd: print capacity in decimal and features in hex
by Ilya Dryomov
· 8 years ago
ed95b21
rbd: support for exclusive-lock feature
by Ilya Dryomov
· 8 years ago
99d1694
rbd: retry watch re-registration periodically
by Ilya Dryomov
· 8 years ago
1643dfa
rbd: introduce a per-device ordered workqueue
by Ilya Dryomov
· 8 years ago
033268a
libceph: rename ceph_client_id() -> ceph_client_gid()
by Ilya Dryomov
· 8 years ago
4e876c2b
xen-blkfront: free resources if xlvbd_alloc_gendisk fails
by Bob Liu
· 8 years ago
172335a
xen-blkfront: introduce blkif_set_queue_limits()
by Bob Liu
· 8 years ago
6c647b0
xen-blkfront: fix places not updated after introducing 64KB page granularity
by Bob Liu
· 8 years ago
6da7e95
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 years ago
d873484
rbd: nuke the 32-bit pool id check
by Ilya Dryomov
· 8 years ago
347a529
virtio_blk: Fix a slient kernel panic
by Minfei Huang
· 8 years ago
6b6dddb
rbd: destroy header_oloc in rbd_dev_release()
by Ilya Dryomov
· 8 years ago
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
c11f0c0
block/mm: make bdev_ops->rw_page() take a bool for read/write
by Jens Axboe
· 8 years ago
abf5454
mm/block: convert rw_page users to bio op use
by Mike Christie
· 8 years ago
c1c87c2
loop: make do_req_filebacked more robust
by Christoph Hellwig
· 8 years ago
f0225ca
loop: don't try to use AIO for discards
by Christoph Hellwig
· 8 years ago
9724096
nbd: fix race in ioctl
by Vegard Nossum
· 8 years ago
ff06db1
floppy: fix open(O_ACCMODE) for ioctl-only open
by Jiri Kosina
· 8 years ago
d52bd54
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
72b5ac5
Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 8 years ago
9d5059c
dynamic_debug: only add header when used
by Luis de Bethencourt
· 8 years ago
f0c98eb
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
30c156d
libceph: rados pool namespace support
by Yan, Zheng
· 9 years ago
7627151
libceph: define new ceph_file_layout structure
by Yan, Zheng
· 9 years ago
08fd8c17
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
0e06f5c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
9bc482d
zram: use __GFP_MOVABLE for memory allocation
by Minchan Kim
· 8 years ago
16d3772
zram: drop gfp_t from zcomp_strm_alloc()
by Sergey Senozhatsky
· 8 years ago
eb9f56d
zram: add more compression algorithms
by Sergey Senozhatsky
· 8 years ago
ce1ed9f
zram: delete custom lzo/lz4
by Sergey Senozhatsky
· 8 years ago
415403b
zram: use crypto api to check alg availability
by Sergey Senozhatsky
· 8 years ago
ebaf9ab
zram: switch to crypto compress API
by Sergey Senozhatsky
· 8 years ago
2aea849
zram: rename zstrm find-release functions
by Sergey Senozhatsky
· 8 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
0606263
Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next
by Dan Williams
· 8 years ago
aea305e1
xen-blkback: really don't leak mode property
by Jan Beulich
· 8 years ago
5304394
xen-blkback: constify instance of "struct attribute_group"
by Jan Beulich
· 8 years ago
ff59532
xen-blkfront: prefer xenbus_scanf() over xenbus_gather()
by Jan Beulich
· 8 years ago
6694389
xen-blkback: prefer xenbus_scanf() over xenbus_gather()
by Jan Beulich
· 8 years ago
163d4ba
block: add QUEUE_FLAG_DAX for devices to advertise their DAX support
by Toshi Kani
· 8 years ago
0c4de0f
block: ensure bios return from blk_get_request are properly initialized
by Christoph Hellwig
· 8 years ago
f959669
virtio_blk: use blk_rq_map_kern
by Christoph Hellwig
· 8 years ago
7024628
block: get rid of bio_rw and READA
by Christoph Hellwig
· 8 years ago
7a9eb20
pmem: kill __pmem address space
by Dan Williams
· 8 years ago
7a64973
loop: Make user notify for adding loop device failed
by Minfei Huang
· 8 years ago
41d512e
Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm into for-4.8/drivers
by Jens Axboe
· 8 years ago
ac904ae
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
b223f4e2
Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc
by Al Viro
· 8 years ago
df253e8
Merge branch 'stable/for-jens-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus
by Jens Axboe
· 8 years ago
7b427a5
xen-blkfront: save uncompleted reqs in blkfront_resume()
by Bob Liu
· 8 years ago
9e2d23f
mg_disk: fix error path in mg_probe()
by Bartlomiej Zolnierkiewicz
· 8 years ago
0d52c756
block: convert to device_add_disk()
by Dan Williams
· 8 years ago
32d6bd9
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
by Michal Hocko
· 8 years ago
1b57e66
drbd: correctly handle failed crypto_alloc_hash
by Lars Ellenberg
· 8 years ago
27ea1d8
drbd: al_write_transaction: skip re-scanning of bitmap page pointer array
by Lars Ellenberg
· 8 years ago
13c2088
drbd: finally report ms, not jiffies, in log message
by Lars Ellenberg
· 8 years ago
Next »