summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* dm: document iterate_devicesAlasdair G Kergon2013-05-101-0/+15
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-088-12/+306
|\
| * drbd: use sched_setscheduler()Philipp Reisner2013-03-281-1/+1
| * drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner2013-03-281-1/+2
| * idr: document exit conditions on idr_for_each_entry betterGeorge Spelvin2013-03-281-4/+6
| * Merge branch 'bcache-for-upstream' of http://evilpiepirate.org/git/linux-bcac...Jens Axboe2013-03-254-0/+291
| |\
| | * bcache: A block layer cacheKent Overstreet2013-03-243-0/+281
| | * Revert "rw_semaphore: remove up/down_read_non_owner"Kent Overstreet2013-03-231-0/+10
| * | drbd: adjust upper limit for activity log extentsLars Ellenberg2013-03-231-6/+5
| * | lru_cache: introduce lc_get_cumulative()Lars Ellenberg2013-03-231-0/+1
| |/
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-086-67/+115
|\ \
| * | block: fix max discard sectors limitJames Bottomley2013-04-241-1/+1
| * | Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-0242-84/+352
| |\ \
| | * | writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-022-15/+5
| | * | writeback: remove unused bdi_pending_listTejun Heo2013-04-021-1/+0
| * | | Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe2013-03-253-50/+80
| |\ \ \
| | * | | bio-integrity: Add explicit field for owner of bip_bufKent Overstreet2013-03-231-0/+1
| | * | | block: Add an explicit bio flag for bios that own their bvecKent Overstreet2013-03-232-5/+1
| | * | | block: Add bio_alloc_pages()Kent Overstreet2013-03-231-0/+1
| | * | | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-231-3/+14
| | * | | block: Add bio_copy_data()Kent Overstreet2013-03-231-0/+2
| | * | | block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-231-0/+1
| | * | | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-231-6/+6
| | * | | block: Add bio_end_sector()Kent Overstreet2013-03-231-0/+1
| | * | | block: Add bio_advance()Kent Overstreet2013-03-232-0/+4
| | * | | block: Convert integrity to bvec_alloc_bs()Kent Overstreet2013-03-231-3/+5
| | * | | block: Fix a buffer overrun in bio_integrity_split()Kent Overstreet2013-03-231-1/+3
| | * | | block: Avoid deadlocks with bio allocation by stacking driversKent Overstreet2013-03-231-0/+9
| | * | | block: Reorder struct bio_setKent Overstreet2013-03-231-33/+33
| | | |/ | | |/|
| * | | block: add runtime pm helpersLin Ming2013-03-231-0/+27
| * | | block: add a flag to identify PM requestLin Ming2013-03-231-0/+2
| |/ /
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0810-175/+141
|\ \ \
| * | | aio: don't include aio.h in sched.hKent Overstreet2013-05-084-2/+3
| * | | aio: kill ki_retryKent Overstreet2013-05-081-26/+0
| * | | aio: kill ki_keyKent Overstreet2013-05-081-5/+4
| * | | aio: kill batch allocationKent Overstreet2013-05-081-1/+0
| * | | aio: use cancellation list lazilyKent Overstreet2013-05-081-9/+18
| * | | wait: add wait_event_hrtimeout()Kent Overstreet2013-05-081-0/+86
| * | | aio: make aio_put_req() locklessKent Overstreet2013-05-081-2/+2
| * | | aio: move private stuff out of aio.hKent Overstreet2013-05-081-61/+0
| * | | aio: kill return value of aio_complete()Kent Overstreet2013-05-081-4/+4
| * | | aio: remove retry-based AIOZach Brown2013-05-082-23/+0
| * | | aio: remove dead code from aio.hZach Brown2013-05-081-24/+0
| * | | remove unused random32() and srandom32()Akinobu Mita2013-05-081-7/+0
| * | | hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-081-6/+13
| * | | include/linux/mm.h: complete the mm_walk definitionAndrew Morton2013-05-081-7/+13
* | | | kref: minor cleanupAnatol Pomozov2013-05-081-3/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-083-3/+3
|\ \ \ \
| * | | | make blkdev_put() return voidAl Viro2013-05-071-1/+1
| * | | | block_device_operations->release() should return voidAl Viro2013-05-071-1/+1