summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: strict rq_affinityDan Williams2011-07-235-16/+27
* backing-dev: use synchronize_rcu_expedited instead of synchronize_rcuMikulas Patocka2011-07-231-1/+1
* block: fix patch import error in max_discard_sectors checkJens Axboe2011-07-231-1/+1
* block: reorder request_queue to remove 64 bit alignment paddingRichard Kennedy2011-07-131-7/+6
* CFQ: add think time check for groupShaohua Li2011-07-121-2/+17
* CFQ: add think time check for service treeShaohua Li2011-07-121-4/+30
* CFQ: move think time check variables to a separate structShaohua Li2011-07-122-21/+33
* fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-128-52/+1
* cfq: Remove special treatment for metadata rqs.Justin TerAvest2011-07-101-18/+0
* block: document blk_plug list accessShaohua Li2011-07-081-0/+6
* block: avoid building too big plug listShaohua Li2011-07-082-0/+8
* compat_ioctl: fix make headers_check regressionJohannes Stezenbach2011-07-071-1/+5
* block: eliminate potential for infinite loop in blkdev_issue_discardMike Snitzer2011-07-061-1/+4
* compat_ioctl: fix warning caused by qemuJohannes Stezenbach2011-07-013-14/+23
* block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo2011-07-013-20/+27
* Merge branch 'for-linus' into for-3.1/coreJens Axboe2011-07-01992-6664/+12546
|\
| * Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into fo...Jens Axboe2011-06-305-23/+33
| |\
| | * drbd: we should write meta data updates with FLUSH FUALars Ellenberg2011-06-301-1/+1
| | * drbd: fix limit define, we support 1 PiByte nowLars Ellenberg2011-06-301-2/+2
| | * drbd: when receive times out on meta socket, also check last receive time on ...Lars Ellenberg2011-06-301-0/+6
| | * drbd: account bitmap IO during resync as resync-(related-)-ioLars Ellenberg2011-06-301-0/+3
| | * drbd: don't cond_resched_lock with IRQs disabledLars Ellenberg2011-06-301-1/+3
| | * drbd: add missing spinlock to bitmap receiveLars Ellenberg2011-06-301-15/+19
| | * drbd: Use the correct max_bio_size when creating resync requestsPhilipp Reisner2011-06-301-6/+1
| * | cfq-iosched: make code consistentShaohua Li2011-06-271-1/+2
| * | cfq-iosched: fix a rcu warningShaohua Li2011-06-271-1/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-06-262-5/+3
| |\ \
| | * \ Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2011-06-2518-151/+147
| | |\ \
| | * | | cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKENJeff Layton2011-06-241-1/+1
| | * | | cifs: free blkcipher in smbhashJeff Layton2011-06-241-4/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-264-116/+98
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | cifs: propagate errors from cifs_get_root() to mount(2)Al Viro2011-06-241-7/+5
| | * | | cifs: tidy cifs_do_mount() up a bitAl Viro2011-06-241-22/+22
| | * | | cifs: more breakage on mount failuresAl Viro2011-06-241-7/+4
| | * | | cifs: close sget() racesAl Viro2011-06-241-3/+9
| | * | | cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro2011-06-242-14/+4
| | * | | cifs: move cifs_umount() call into ->kill_sb()Al Viro2011-06-241-18/+1
| | * | | cifs: pull cifs_mount() call upAl Viro2011-06-241-12/+15
| | * | | sanitize cifs_umount() prototypeAl Viro2011-06-243-8/+5
| | * | | cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro2011-06-242-3/+3
| | * | | cifs: allocate mountdata earlierAl Viro2011-06-241-11/+10
| | * | | cifs: leak on mount if we share superblockAl Viro2011-06-241-0/+2
| | * | | cifs: don't pass superblock to cifs_mount()Al Viro2011-06-244-22/+26
| | * | | cifs: don't leak nls on mount failureAl Viro2011-06-241-0/+1
| | * | | cifs: double free on mount failureAl Viro2011-06-241-6/+8
| | * | | take bdi setup/destruction into cifs_mount/cifs_umountAl Viro2011-06-242-11/+11
| * | | | Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-06-252-112/+91
| |\ \ \ \
| | * \ \ \ Merge branch 'fortglx/3.0/tip/timers/rtc' of git://git.linaro.org/people/jstu...Thomas Gleixner2011-06-251-42/+3
| | |\ \ \ \
| | | * | | | rtc: vt8500: Fix build error & cleanup rtc_class_ops->update_irq_enable()Alexey Charkov2011-06-231-42/+3
| | * | | | | alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz2011-06-211-1/+22