summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-16md: avoid races when stopping resync.NeilBrown
2009-03-16USB: EHCI: slow down ITD reuseKarsten Wiese
2009-03-16USB: option: add BenQ 3g modem informationJesse Sung
2009-03-16RDMA/nes: Don't allow userspace QPs to use STag zeroFaisal Latif
2009-03-16WATCHDOG: rc32434_wdt: fix sectionsPhil Sutter
2009-03-16WATCHDOG: rc32434_wdt: fix watchdog driverPhil Sutter
2009-03-16WATCHDOG: ks8695_wdt.c: 'CLOCK_TICK_RATE' undeclaredAlexey Dobriyan
2009-03-16rtl8187: New USB ID's for RTL8187LLarry Finger
2009-03-16USB: cdc-acm: add usb id for motomagx phonesDmitriy Taychenachev
2009-03-16USB: usb-storage: add IGNORE_RESIDUE flag for Genesys Logic adaptersAlan Stern
2009-03-16USB: usb_get_string should check the descriptor typeAlan Stern
2009-03-16SCSI: sd: revive sd_index_lockTejun Heo
2009-03-16JFFS2: fix mount crash caused by removed nodesThomas Gleixner
2009-03-16SCSI: hptiop: Add new PCI device IDHighPoint Linux Team
2009-03-16PCI quirk: enable MSI on 8132Yinghai Lu
2009-03-16mm: vmap fix overflowNick Piggin
2009-03-16mm: fix lazy vmap purging (use-after-free error)Vegard Nossum
2009-03-16Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OSSteve French
2009-03-16mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki
2009-03-16mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki
2009-03-16aoe: ignore vendor extension AoE responsesEd Cashin
2009-03-16timerfd: add flags checkDavide Libenzi
2009-03-16vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.Bill Nottingham
2009-03-16seq_file: properly cope with preadEric Biederman
2009-03-16vfs: separate FMODE_PREAD/FMODE_PWRITE into separate flagsPaul Turner
2009-03-16sparc64: Fix DAX handling via userspace access from kernel.David S. Miller
2009-03-16sparc64: Fix crashes in jbusmc_print_dimm()David S. Miller
2009-03-16net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller
2009-03-16net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo
2009-02-20Linux 2.6.28.7v2.6.28.7Greg Kroah-Hartman
2009-02-20Fix longstanding "error: storage size of '__mod_dmi_device_table' isn't known"Alexey Dobriyan
2009-02-20ext4: Initialize the new group descriptor when resizing the filesystemTheodore Ts'o
2009-02-20jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs"Theodore Ts'o
2009-02-20ext4: Add sanity check to make_indexed_dirTheodore Ts'o
2009-02-20ext4: only use i_size_high for regular filesTheodore Ts'o
2009-02-20ext4: Add sanity checks for the superblock before mounting the filesystemTheodore Ts'o
2009-02-20ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelallocAneesh Kumar K.V
2009-02-20ext4: Init the complete page while building buddy cacheAneesh Kumar K.V
2009-02-20ext4: Don't allow new groups to be added during block allocationAneesh Kumar K.V
2009-02-20ext4: mark the blocks/inode bitmap beyond end of group as usedAneesh Kumar K.V
2009-02-20ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V
2009-02-20jbd2: Add BH_JBDPrivateStartMark Fasheh
2009-02-20ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()Aneesh Kumar K.V
2009-02-20ext4: Fix race between read_block_bitmap() and mark_diskspace_used()Aneesh Kumar K.V
2009-02-20ext4: don't use blocks freed but not yet committed in buddy cache initAneesh Kumar K.V
2009-02-20ext4: cleanup mballoc header filesAneesh Kumar K.V
2009-02-20ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V
2009-02-20ext4: Add blocks added during resize to bitmapAneesh Kumar K.V
2009-02-20ext4: Don't overwrite allocation_context ac_statusAneesh Kumar K.V
2009-02-20jbd2: Add barrier not supported test to journal_wait_on_commit_recordTheodore Ts'o