summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | drbd: queue writes on submitter thread, unless they pass the activity log fas...Lars Ellenberg2013-03-231-8/+12
| * | drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg2013-03-231-21/+28
| * | drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg2013-03-232-33/+72
| * | drbd: prepare to queue write requests on a submit workerLars Ellenberg2013-03-234-1/+68
| * | drbd: split __drbd_make_request in before and after drbd_al_begin_ioLars Ellenberg2013-03-231-10/+30
| * | drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg2013-03-231-2/+12
| * | drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg2013-03-235-26/+31
| * | drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg2013-03-234-37/+123
| * | drbd: mechanically rename la_size to la_size_sectLars Ellenberg2013-03-233-12/+12
| * | drbd: use the cached meta_dev_idxLars Ellenberg2013-03-232-33/+6
| * | drbd: prepare for new striped layout of activity logLars Ellenberg2013-03-234-40/+94
| * | drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg2013-03-235-57/+123
| * | drbd: cleanup bogus assert messageLars Ellenberg2013-03-232-10/+4
| |/
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-0820-299/+142
|\ \
| * \ Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-02286-1769/+3548
| |\ \
| * | | aoe: Fix unitialized var usageKent Overstreet2013-03-251-1/+1
| * | | block: Add bio_alloc_pages()Kent Overstreet2013-03-231-13/+3
| * | | block: Convert some code to bio_for_each_segment_all()Kent Overstreet2013-03-232-9/+4
| * | | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-232-2/+2
| * | | raid1: use bio_copy_data()Kent Overstreet2013-03-231-3/+2
| * | | pktcdvd: Use bio_reset() in disabled code to kill bi_idx usageKent Overstreet2013-03-231-9/+8
| * | | pktcdvd: use bio_copy_data()Kent Overstreet2013-03-231-67/+12
| * | | raid1: Refactor narrow_write_error() to not use bi_idxKent Overstreet2013-03-231-18/+18
| * | | raid5: use bio_reset()Kent Overstreet2013-03-231-14/+13
| * | | raid1: use bio_reset()Kent Overstreet2013-03-231-18/+6
| * | | raid10: Use bio_reset()Kent Overstreet2013-03-231-22/+9
| * | | block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-232-38/+0
| * | | block: Remove some unnecessary bi_vcnt usageKent Overstreet2013-03-233-11/+11
| * | | block: Remove bi_idx referencesKent Overstreet2013-03-234-4/+2
| * | | block: Change bio_split() to respect the current value of bi_idxKent Overstreet2013-03-232-4/+2
| * | | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-236-31/+28
| * | | block: Add bio_end_sector()Kent Overstreet2013-03-239-24/+19
| * | | md: Convert md_trim_bio() to use bio_advance()Kent Overstreet2013-03-231-13/+4
| | |/ | |/|
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0818-27/+91
|\ \ \
| * | | aio: don't include aio.h in sched.hKent Overstreet2013-05-085-1/+5
| * | | aio: use cancellation list lazilyKent Overstreet2013-05-081-2/+1
| * | | aio: move private stuff out of aio.hKent Overstreet2013-05-081-0/+1
| * | | char: add aio_{read,write} to /dev/{null,zero}Zach Brown2013-05-081-0/+35
| * | | gadget: remove only user of aio retryZach Brown2013-05-081-9/+29
| * | | drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton2013-05-084-6/+6
| * | | drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-087-9/+9
| * | | drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach2013-05-081-0/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0835-121/+61
|\ \ \ \
| * | | | block_device_operations->release() should return voidAl Viro2013-05-0733-114/+57
| * | | | mtd_blktrans_ops->release() should return voidAl Viro2013-05-063-9/+6
* | | | | Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-081-4/+15
|\ \ \ \ \
| * | | | | parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller2013-05-061-4/+15
* | | | | | Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-078-134/+668
|\ \ \ \ \ \
| * | | | | | remoteproc: fix kconfig dependencies for VIRTIOSuman Anna2013-04-211-0/+1
| * | | | | | remoteproc/davinci: add a remoteproc driver for OMAP-L13x DSPRobert Tivy2013-04-153-0/+348