summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig2011-05-251-2/+6
* xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig2011-05-251-4/+1
* xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig2011-05-251-3/+6
* xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig2011-05-251-8/+8
* xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig2011-05-251-4/+5
* xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig2011-05-251-8/+6
* xfs: remove if_lastexChristoph Hellwig2011-05-253-223/+203
* xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig2011-05-252-63/+33
* xfs: do not discard alloc btree blocksChristoph Hellwig2011-05-244-5/+10
* xfs: add online discard supportChristoph Hellwig2011-05-2410-8/+96
* xfs: obey minleft values during extent allocation correctlyDave Chinner2011-05-191-1/+0
* xfs: reset buffer pointers before freeing themDave Chinner2011-05-194-38/+67
* xfs: avoid getting stuck during async inode flushesDave Chinner2011-05-191-0/+10
* xfs: fix xfs_itruncate_start tracingDave Chinner2011-05-191-1/+1
* xfs: fix duplicate workqueue initialisationDave Chinner2011-05-191-4/+0
* xfs: kill off xfs_printk()Joe Perches2011-05-192-23/+4
* xfs: fix race condition in AIL push triggerDave Chinner2011-05-091-6/+10
* xfs: make AIL target updates and compares 32bit safe.Dave Chinner2011-05-091-3/+4
* xfs: always push the AIL to the targetDave Chinner2011-05-091-1/+1
* xfs: exit AIL push work correctly when AIL is emptyDave Chinner2011-05-091-13/+13
* xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner2011-05-091-0/+1
* xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGEChristoph Hellwig2011-04-282-1/+3
* xfs: fix compiler warning in xfs_trace.hChristoph Hellwig2011-04-281-1/+1
* xfs: cleanup duplicate initializationsDavid Sterba2011-04-283-8/+3
* xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2011-04-286-19/+61
* xfs: exact busy extent trackingChristoph Hellwig2011-04-289-248/+237
* xfs: do not immediately reuse busy extent rangesChristoph Hellwig2011-04-282-79/+361
* xfs: optimize AGFL refillsChristoph Hellwig2011-04-282-27/+6
* xfs: fix duplicate message outputDave Chinner2011-04-201-1/+3
* Linux 2.6.39-rc4v2.6.39-rc4Linus Torvalds2011-04-181-1/+1
* Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2011-04-182-5/+2
|\
| * msm: timer: fix missing return valueDavid Brown2011-03-311-1/+1
| * msm: Remove extraneous ffa device checkDavid Brown2011-03-311-4/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-04-188-26/+361
|\ \
| * | Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov2011-04-181-1/+12
| * | Input: estimate number of events per packetJeff Brown2011-04-182-0/+46
| * | Input: evdev - indicate buffer overrun with SYN_DROPPEDJeff Brown2011-04-123-12/+28
| * | Input: document event types and codes and their intended useChase Douglas2011-04-121-0/+256
| * | Input: add KEY_IMAGES specifically for AL Image BrowserJarod Wilson2011-04-121-4/+5
| * | Input: twl4030_keypad - fix potential NULL dereference in twl4030_kp_probe()Axel Lin2011-04-111-1/+3
| * | Input: h3600_ts - fix error handling at connectChristoph Fritz2011-04-061-7/+10
| * | Input: twl4030_keypad - avoid potential NULL-pointer dereferenceShubhrajyoti D2011-04-061-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-04-1818-187/+186
|\ \ \
| * | | block: add blk_run_queue_asyncChristoph Hellwig2011-04-189-23/+36
| * | | block: blk_delay_queue() should use kblockd workqueueJens Axboe2011-04-181-1/+2
| * | | md: fix up raid1/raid10 unplugging.NeilBrown2011-04-182-28/+20
| * | | md: incorporate new plugging into raid5.NeilBrown2011-04-181-7/+16
| * | | md: provide generic support for handling unplug callbacks.NeilBrown2011-04-182-0/+60
| * | | md - remove old plugging code.NeilBrown2011-04-184-104/+8
| * | | md/dm - remove remains of plug_fn callback.NeilBrown2011-04-182-9/+0