summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 2.6.31-rc3v2.6.31-rc3Linus Torvalds2009-07-131-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-07-1311-393/+235
|\
| * jbd2: fix race between write_metadata_buffer and get_write_accessdingdinghua2009-07-131-9/+11
| * ext4: Fix ext4_mb_initialize_context() to initialize all fieldsTheodore Ts'o2009-07-131-18/+2
| * ext4: fix null handler of ioctls in no journal modePeng Tao2009-07-131-8/+12
| * ext4: Fix buffer head reference leak in no-journal modeCurt Wohlgemuth2009-07-133-4/+8
| * ext4: Move __ext4_journalled_writepage() to avoid forward declarationAneesh Kumar K.V2009-06-141-58/+54
| * ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaocAneesh Kumar K.V2009-06-142-221/+58
| * ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocationAneesh Kumar K.V2009-06-141-15/+8
| * ext4: Don't look at buffer_heads outside i_size.Aneesh Kumar K.V2009-06-041-12/+16
| * ext4: Fix goal inum check in the inode allocatorJohann Lombardi2009-07-051-1/+1
| * ext4: fix no journal corruption with locale-genTheodore Ts'o2009-07-081-2/+2
| * ext4: Calculate required journal credits for inserting an extent properlyAneesh Kumar K.V2009-07-051-0/+1
| * ext4: Fix truncation of symlinks after failed writeJan Kara2009-07-131-13/+13
| * jbd2: Fix a race between checkpointing code and journal_get_write_access()Jan Kara2009-07-131-33/+35
| * ext4: Use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-07-051-1/+5
| * ext4: naturally align struct ext4_allocation_requestEric Sandeen2009-07-131-7/+7
| * ext4: mark several more functions in mballoc.c as noinlineEric Sandeen2009-07-051-8/+16
| * ext4: Fix potential reclaim deadlock when truncating partial blockTheodore Ts'o2009-07-051-1/+2
| * jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical regionTheodore Ts'o2009-06-201-5/+6
| * ext4: Fix type warning on 64-bit platforms in tracing events headerTheodore Ts'o2009-06-201-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-07-1314-79/+80
|\ \
| * | Staging: stlc45xx: convert config_interface to bss_info_changed, fixing a bui...Alexander Beregalov2009-07-121-19/+8
| * | Staging: comedi: s626: use subvendor:subdevice ids for SAA7146 boardHerton Ronaldo Krzesinski2009-07-121-15/+20
| * | Staging: prevent rtl8192su from crashing dev_ioctl in SIOCGIWNAMEDan Aloni2009-07-121-7/+7
| * | Staging: prevent rtl8187se from crashing dev_ioctl() in SIOCGIWNAMEDan Aloni2009-07-121-6/+6
| * | Staging: rtl8192su: convert to net_device_opsBartlomiej Zolnierkiewicz2009-07-124-13/+21
| * | Staging: serqt_usb2: declare qt_open static in serqt_usb2Bill Pemberton2009-07-121-1/+1
| * | Staging: serqt_usb2: fix qt_close parameters in serqt_usb2Bill Pemberton2009-07-121-2/+4
| * | Staging: comedi: jr3_pci.c: add required includesAlexander Beregalov2009-07-121-0/+2
| * | Staging: meilhaus: add email address to TODOGreg Kroah-Hartman2009-07-121-1/+1
| * | Staging: rspiusb: use NULL virtual address instead of a bogus onePete Zaitcev2009-07-121-10/+4
| * | Staging: vt6655: compile fixAlan Cox2009-07-121-5/+5
| * | Staging: rt2870: Add USB ID for Sitecom WL-608Jorrit Schippers2009-07-121-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-07-139-19/+27
|\ \ \
| * | | wm97xx_batery: replace driver_data with dev_get_drvdata()Alexander Beregalov2009-07-121-2/+2
| * | | omap: video: remove direct access of driver_dataGreg Kroah-Hartman2009-07-121-7/+7
| * | | Sound: remove direct access of driver_dataGreg Kroah-Hartman2009-07-121-2/+2
| * | | driver model: fix show/store prototypes in doc.vibi sreenivasan2009-07-121-2/+2
| * | | Firmware: firmware_class, fix lock imbalanceJiri Slaby2009-07-121-2/+4
| * | | Driver Core: remove BUS_ID_SIZEKay Sievers2009-07-121-2/+0
| * | | sparc: remove driver-core BUS_ID_SIZEKay Sievers2009-07-121-1/+6
| * | | partitions: fix broken uevent_suppress conversionHeiko Carstens2009-07-121-1/+1
| * | | devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt2009-07-121-0/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-07-1348-2383/+578
|\ \ \
| * | | USB: otg: fix module reinsert issueAjay Kumar Gupta2009-07-121-0/+1
| * | | USB: handle zero-length usbfs submissions correctlyAlan Stern2009-07-121-21/+20
| * | | USB: EHCI: report actual_length for iso transfersAlan Stern2009-07-121-4/+8
| * | | USB: option: remove unnecessary and erroneous codeAlan Stern2009-07-121-26/+1
| * | | USB: cypress_m8: remove invalid Clear-HaltAlan Stern2009-07-121-2/+2