summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Block: use round_jiffies_up()Alan Stern2008-11-061-17/+3
| * | | | | | Add round_jiffies_up and related routinesAlan Stern2008-11-062-30/+104
| * | | | | | block: fix __blkdev_get() for removable devicesTejun Heo2008-11-061-12/+11
| * | | | | | generic-ipi: fix the smp_mb() placementSuresh Siddha2008-11-061-6/+12
| * | | | | | blk: move blk_delete_timer call in end_that_request_lastMike Anderson2008-11-061-2/+2
| * | | | | | block: add timer on blkdev_dequeue_request() not elv_next_request()Tejun Heo2008-11-061-6/+6
| * | | | | | bio: define __BIOVEC_PHYS_MERGEABLEJeremy Fitzhardinge2008-11-061-1/+5
| * | | | | | block: remove unused ll_new_mergeable()FUJITA Tomonori2008-11-061-21/+0
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-11-061-4/+4
|\ \ \ \ \ \ \
| * | | | | | | [WATCHDOG] SAM9 watchdog - supported on all SAM9 and CAP9 processorsAndrew Victor2008-11-061-4/+4
| * | | | | | | [WATCHDOG] SAM9 watchdog - update for moved headersAndrew Victor2008-11-061-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-11-063-7/+3
|\ \ \ \ \ \ \
| * | | | | | | md: linear: Fix a division by zero bug for very small arrays.Andre Noll2008-11-061-0/+2
| * | | | | | | md: fix bug in raid10 recovery.NeilBrown2008-11-061-1/+1
| * | | | | | | md: revert the recent addition of a call to the BLKRRPART ioctl.NeilBrown2008-11-061-6/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-11-063-1/+2
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Fix "unused variable" warning in pci_dlpar.cStephen Rothwell2008-11-051-1/+0
| * | | | | | | powerpc/cell: Fix compile error in ras.cAlexey Dobriyan2008-11-051-0/+1
| * | | | | | | powerpc/ps3: Fix compile error in ps3-lpm.cAlexey Dobriyan2008-11-051-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2008-11-062-27/+37
|\ \ \ \ \ \ \
| * | | | | | | net/9p: fix printk format warningsRandy Dunlap2008-11-051-11/+20
| * | | | | | | unsigned fid->fid cannot be negativeRoel Kluin2008-11-051-4/+5
| * | | | | | | 9p: rdma: remove duplicated #includeHuang Weiyi2008-11-051-1/+0
| * | | | | | | p9: Fix leak of waitqueue in request allocation pathTom Tucker2008-11-051-0/+3
| * | | | | | | 9p: Remove unneeded free of fcall for FlushTom Tucker2008-11-051-6/+0
| * | | | | | | 9p: Make all client spin locks IRQ safeTom Tucker2008-11-051-4/+6
| * | | | | | | 9p: rdma: Set trans prior to requesting async connection opsTom Tucker2008-11-051-1/+3
| |/ / / / / /
* | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-065-34/+60
|\ \ \ \ \ \ \
| * | | | | | | sched: re-tune balancingIngo Molnar2008-11-052-5/+6
| * | | | | | | sched: fix buddies for group schedulingPeter Zijlstra2008-11-051-2/+14
| * | | | | | | sched: backward looking buddyPeter Zijlstra2008-11-053-9/+30
| * | | | | | | sched: fix fair preempt checkPeter Zijlstra2008-11-051-0/+3
| * | | | | | | sched: cleanup fair task selectionPeter Zijlstra2008-11-051-22/+11
| |/ / / / / /
* | | | | | | Fix accidental implicit cast in HR-timer conversionDavid Howells2008-11-061-1/+1
* | | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-11-066-33/+39
|\ \ \ \ \ \ \
| * | | | | | | [JFFS2] fix race condition in jffs2_lzo_compress()Geert Uytterhoeven2008-11-051-6/+9
| * | | | | | | [MTD] [NOR] Fix cfi_send_gen_cmd handling of x16 devices in x8 mode (v4)Eric W. Biederman2008-11-053-22/+23
| * | | | | | | [JFFS2] Fix lack of locking in thread_should_wake()David Woodhouse2008-10-311-5/+5
| * | | | | | | [JFFS2] Fix build failure with !CONFIG_JFFS2_FS_WRITEBUFFERSteve Glendinning2008-10-211-0/+2
| * | | | | | | [MTD] [NAND] OMAP2: remove duplicated #includeHuang Weiyi2008-10-211-1/+0
* | | | | | | | fat: i_blocks warning fixOGAWA Hirofumi2008-11-064-6/+9
* | | | | | | | fat: ->i_pos race fixOGAWA Hirofumi2008-11-061-2/+19
* | | | | | | | fat: mmu_private race fixOGAWA Hirofumi2008-11-064-10/+25
* | | | | | | | fat: Add printf attribute to fat_fs_panic()OGAWA Hirofumi2008-11-061-1/+2
* | | | | | | | fat: Fix _fat_bmap() raceOGAWA Hirofumi2008-11-061-1/+8
* | | | | | | | fat: Fix ATTR_RO for directoryOGAWA Hirofumi2008-11-064-12/+43
* | | | | | | | fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi2008-11-062-5/+35
* | | | | | | | fat: Cleanup FAT attribute stuffOGAWA Hirofumi2008-11-064-36/+40
* | | | | | | | fat: Cleanup msdos_lookup()OGAWA Hirofumi2008-11-061-17/+21
* | | | | | | | fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi2008-11-061-7/+6
OpenPOWER on IntegriCloud