summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-082-6/+100
|\
| * mlx4_core: Expose a few helpers to fill DMFS HW strucuturesHadar Hen Zion2013-04-241-1/+11
| * mlx4_core: Directly expose fields of DMFS HW rule control segmentHadar Hen Zion2013-04-241-1/+3
| * mlx4_core: Change a few DMFS fields names to match firmare specHadar Hen Zion2013-04-241-4/+4
| * mlx4: Match DMFS promiscuous field names to firmware specHadar Hen Zion2013-04-241-5/+6
| * mlx4_core: Move DMFS HW structs to common header fileHadar Hen Zion2013-04-241-0/+79
| * mlx4_core: Implement SRQ object lookup from srqnShlomo Pongratz2013-04-161-0/+2
* | Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-05-081-8/+9
|\ \
| * | f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim2013-03-181-8/+9
* | | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-087-12/+35
|\ \ \
| * | | 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-243-0/+20
| |\ \ \
| | * | | bcache: A block layer cacheKent Overstreet2013-03-232-0/+10
| | * | | 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-221-6/+5
| * | | | lru_cache: introduce lc_get_cumulative()Lars Ellenberg2013-03-221-0/+1
| |/ / /
* | | | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-084-56/+109
|\ \ \ \
| * | | | 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-0229-56/+280
| |\ \ \ \
| | * | | | writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-011-10/+5
| | * | | | writeback: remove unused bdi_pending_listTejun Heo2013-04-011-1/+0
| * | | | | Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Jens Axboe2013-03-242-44/+74
| |\ \ \ \ \
| | * | | | | 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: 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-221-0/+27
| * | | | | block: add a flag to identify PM requestLin Ming2013-03-221-0/+2
| |/ / / /
* | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0710-175/+141
|\ \ \ \ \
| * | | | | aio: don't include aio.h in sched.hKent Overstreet2013-05-074-2/+3
| * | | | | aio: kill ki_retryKent Overstreet2013-05-071-26/+0
| * | | | | aio: kill ki_keyKent Overstreet2013-05-071-5/+4
| * | | | | aio: kill batch allocationKent Overstreet2013-05-071-1/+0
| * | | | | aio: use cancellation list lazilyKent Overstreet2013-05-071-9/+18
| * | | | | wait: add wait_event_hrtimeout()Kent Overstreet2013-05-071-0/+86
| * | | | | aio: make aio_put_req() locklessKent Overstreet2013-05-071-2/+2
| * | | | | aio: move private stuff out of aio.hKent Overstreet2013-05-071-61/+0
| * | | | | aio: kill return value of aio_complete()Kent Overstreet2013-05-071-4/+4
| * | | | | aio: remove retry-based AIOZach Brown2013-05-072-23/+0
| * | | | | aio: remove dead code from aio.hZach Brown2013-05-071-24/+0