summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * dynamic_debug: only add header when usedLuis de Bethencourt2016-08-022-1/+1
* | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-08-021-7/+8
|\ \ | |/ |/|
| * libceph: rados pool namespace supportYan, Zheng2016-07-281-0/+1
| * libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-7/+7
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-2/+2
|\ \
| * \ Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-241-2/+2
| |\ \
| | * | pmem: kill __pmem address spaceDan Williams2016-07-121-2/+2
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-4/+0
|\ \ \ \
| * \ \ \ Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-303-15/+24
| |\ \ \ \ | | |/ / /
| * | | | drbd: ->d_parent is never NULL or negativeAl Viro2016-05-291-4/+0
* | | | | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-272-33/+30
|\ \ \ \ \
| * | | | | xen-blkback: really don't leak mode propertyJan Beulich2016-07-221-1/+4
| * | | | | xen-blkback: constify instance of "struct attribute_group"Jan Beulich2016-07-221-1/+1
| * | | | | xen-blkfront: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-221-24/+19
| * | | | | xen-blkback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-221-7/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-2610-266/+138
|\ \ \ \ \
| * | | | | zram: use __GFP_MOVABLE for memory allocationMinchan Kim2016-07-261-2/+4
| * | | | | zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky2016-07-261-4/+4
| * | | | | zram: add more compression algorithmsSergey Senozhatsky2016-07-261-0/+9
| * | | | | zram: delete custom lzo/lz4Sergey Senozhatsky2016-07-268-174/+2
| * | | | | zram: use crypto api to check alg availabilitySergey Senozhatsky2016-07-263-33/+49
| * | | | | zram: switch to crypto compress APISergey Senozhatsky2016-07-264-52/+69
| * | | | | zram: rename zstrm find-release functionsSergey Senozhatsky2016-07-263-8/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-2632-377/+1258
|\ \ \ \ \
| * | | | | block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-201-1/+0
| * | | | | virtio_blk: use blk_rq_map_kernChristoph Hellwig2016-07-201-12/+10
| * | | | | block: get rid of bio_rw and READAChristoph Hellwig2016-07-205-34/+42
| * | | | | loop: Make user notify for adding loop device failedMinfei Huang2016-07-121-0/+1
| * | | | | Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-07-0810-25/+13
| |\ \ \ \ \
| | * | | | | block: convert to device_add_disk()Dan Williams2016-06-2710-25/+13
| * | | | | | mg_disk: fix error path in mg_probe()Bartlomiej Zolnierkiewicz2016-06-281-1/+1
| |/ / / / /
| * | | | | drbd: correctly handle failed crypto_alloc_hashLars Ellenberg2016-06-131-1/+2
| * | | | | drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg2016-06-133-15/+54
| * | | | | drbd: finally report ms, not jiffies, in log messageLars Ellenberg2016-06-131-4/+8
| * | | | | drbd: get rid of empty statement in is_valid_stateRoland Kammerer2016-06-131-1/+2
| * | | | | drbd: code cleanups without semantic changesFabian Frederick2016-06-1313-54/+51
| * | | | | drbd: bump current uuid when resuming IO with diskless peerLars Ellenberg2016-06-131-6/+28
| * | | | | drbd: disallow promotion during resync handshake, avoid deadlock and hard resetLars Ellenberg2016-06-131-0/+9
| * | | | | drbd: sync_handshake: handle identical uuids with current (frozen) PrimaryLars Ellenberg2016-06-131-3/+44
| * | | | | drbd: introduce WRITE_SAME supportLars Ellenberg2016-06-1310-80/+360
| * | | | | drbd: report sizes if rejecting too small peer diskLars Ellenberg2016-06-131-3/+6
| * | | | | drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0Lars Ellenberg2016-06-131-3/+6
| * | | | | drbd: only restart frozen disk io when D_UP_TO_DATELars Ellenberg2016-06-131-1/+1
| * | | | | drbd: if there is no good data accessible, writes should be IO errorsLars Ellenberg2016-06-131-0/+22
| * | | | | drbd: don't forget error completion when "unsuspending" IOLars Ellenberg2016-06-131-16/+32
| * | | | | drbd: introduce unfence-peer handlerLars Ellenberg2016-06-133-3/+28
| * | | | | drbd: finish resync on sync source only by notification from sync targetLars Ellenberg2016-06-132-9/+26
| * | | | | drbd: allow larger max_discard_sectorsLars Ellenberg2016-06-132-5/+5
| * | | | | drbd: zero-out partial unaligned discards on local backendLars Ellenberg2016-06-132-6/+25
| * | | | | drbd: possibly disable discard support, if backend has discard_zeroes_data=0Lars Ellenberg2016-06-131-25/+55
OpenPOWER on IntegriCloud