aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: get rid of the WRITE_ODIRECT flagJeff Moyer2009-10-281-2/+0
* cfq: calculate the seek_mean per cfq_queue not per cfq_io_contextJeff Moyer2009-10-261-5/+0
* Merge branch 'for-linus' into for-2.6.33Jens Axboe2009-10-132-11/+14
|\
| * block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-061-7/+14
| * block: get rid of kblock_schedule_delayed_work()Jens Axboe2009-10-051-4/+0
* | drbd: Work on permission enforcementPhilipp Reisner2009-10-061-0/+1
* | Merge branch 'master' into for-2.6.33Jens Axboe2009-10-0532-99/+391
|\ \ | |/
| * headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-1/+1
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-045-23/+85
| |\
| | * Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-041-14/+7
| | * block: Topology ioctlsMartin K. Petersen2009-10-032-5/+34
| | * cfq-iosched: implement slower async initiate and queue ramp upJens Axboe2009-10-031-0/+4
| | * Add a tracepoint for block request remappingJun'ichi Nomura2009-10-012-1/+34
| | * block: allow large discard requestsChristoph Hellwig2009-10-011-0/+3
| | * block: use normal I/O path for discard requestsChristoph Hellwig2009-10-011-4/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-021-7/+4
| |\ \
| | * | connector: Removed the destruct_data callback since it is always kfree_skb()Philipp Reisner2009-10-021-3/+0
| | * | connector: Provide the sender's credentials to the callbackPhilipp Reisner2009-10-021-3/+3
| | * | connector: Keep the skb in cn_callback_dataPhilipp Reisner2009-10-021-2/+2
| * | | memcg: some modification to softlimit under hierarchical memory reclaim.KAMEZAWA Hiroyuki2009-10-011-4/+2
| * | | asm-generic/gpio.h: pull in linux/kernel.h for might_sleep()Mike Frysinger2009-10-011-0/+1
| * | | const: constify remaining file_operationsAlexey Dobriyan2009-10-012-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-3013-31/+31
| |\ \ \ | | |/ /
| | * | net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-3013-31/+31
| * | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-09-301-0/+3
| |\ \ \
| | * | | MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.Maxime Bizon2009-09-301-0/+3
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-09-303-24/+259
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ext4: Add a stub for mpage_da_data in the trace headerJosh Stone2009-09-301-0/+1
| | * | | jbd2: Use tracepoints for history fileTheodore Ts'o2009-09-302-20/+85
| | * | | ext4: Use tracepoints for mb_history trace fileTheodore Ts'o2009-09-301-0/+163
| | * | | ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksTheodore Ts'o2009-09-291-4/+10
| * | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2009-09-301-1/+1
| |\ \ \ \
| | * | | | PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Rafael J. Wysocki2009-09-291-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-303-8/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg2009-09-281-0/+1
| | * | | | Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2009-09-262-8/+1
| * | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-303-2/+40
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | drm/kms: make fb helper work for all drivers.Dave Airlie2009-09-281-1/+3
| | * | | | drm/kms: start adding command line interface using fb.Dave Airlie2009-09-252-1/+37
* | | | | | The DRBD driverPhilipp Reisner2009-10-015-0/+1000
* | | | | | Add a tracepoint for block request remappingJun'ichi Nomura2009-10-012-1/+34
* | | | | | block: allow large discard requestsChristoph Hellwig2009-10-011-0/+3
* | | | | | block: use normal I/O path for discard requestsChristoph Hellwig2009-10-011-4/+2
| |_|_|_|/ |/| | | |
* | | | | Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac2009-10-011-0/+2
|/ / / /
* | | | tty: Fix regressions caused by commit b50989dcDave Young2009-09-271-2/+11
* | | | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-274-4/+4
* | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2009-09-261-0/+34
|\ \ \ \
| * | | | leds: Add WM831x status LED driverMark Brown2009-09-071-0/+34
* | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2009-09-262-0/+35
|\ \ \ \ \
| * | | | | backlight: Allow drivers to update the core, and generate events on changesMatthew Garrett2009-09-211-0/+7