summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | HID: hidraw: fix indentationAntonio Ospite2010-05-111-1/+1
| | * | | | | HID: add multi-input quirk for eGalax TouchcontrollerPeter Hutterer2010-05-102-0/+4
| | * | | | | HID: add support for BTC Emprex 3009URF III Vista MCE RemoteWayne Thomas2010-04-294-15/+29
| | * | | | | HID: wacom: add ABI doc entry for speed attributePrzemo Firszt2010-04-231-0/+10
| | * | | | | HID: fix build failureJiri Kosina2010-04-231-1/+1
| | * | | | | HID: fix support for Wacom Intuos 4 wirelessJiri Kosina2010-04-211-0/+1
| | * | | | | HID: add support for the Wacom Intuos 4 wirelessBastien Nocera2010-04-212-1/+2
| | * | | | | HID: add mappings for a few keys found on Logitech MX3200Lorenzo Castelli2010-04-191-0/+9
| | * | | | | HID: add HID_QUIRK_HIDDEV_FORCE and HID_QUIRK_NO_IGNOREBastien Nocera2010-04-193-1/+6
| | * | | | | HID: non-overlapping zeroing of extra bitsPete Zaitcev2010-04-131-5/+1
| | * | | | | HID: add support for 3M multitouch 22" displayStephane Chatty2010-04-113-3/+30
| | * | | | | HID: usbhid: enable remote wakeup for keyboardsAlan Stern2010-04-032-2/+6
| | * | | | | HID: add sysfs speed attribute for wacom bluetooth tabletPrzemo Firszt2010-03-221-1/+39
| | * | | | | HID: separate mode switching function for wacom bluetooth driverPrzemo Firszt2010-03-221-26/+40
| | * | | | | HID: expose wacom pen tablet battery through power_supply classPrzemo Firszt2010-03-162-0/+135
| | * | | | | HID: register debugfs entries before adding deviceBruno Prémont2010-03-151-2/+3
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-2141-526/+829
|\ \ \ \ \ \
| * | | | | | dquot: Detect partial write error to quota file in write_blk() and add printk...Jiaying Zhang2010-05-213-22/+36
| * | | | | | ocfs2: Fix lock inversion in quotas during umountJan Kara2010-05-212-4/+4
| * | | | | | ocfs2: Use __dquot_transfer to avoid lock inversionJan Kara2010-05-211-12/+5
| * | | | | | ocfs2: Fix NULL pointer deref when writing local dquotJan Kara2010-05-213-12/+12
| * | | | | | ocfs2: Fix estimate of credits needed for quota allocationJan Kara2010-05-211-2/+3
| * | | | | | ocfs2: Fix quota lockingJan Kara2010-05-213-186/+214
| * | | | | | ocfs2: Avoid unnecessary block mapping when refreshing quota infoJan Kara2010-05-214-7/+24
| * | | | | | ocfs2: Do not map blocks from local quota file on each writeJan Kara2010-05-213-9/+36
| * | | | | | quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara2010-05-212-35/+27
| * | | | | | quota: unify quota init condition in setattrDmitry Monakhov2010-05-2110-15/+23
| * | | | | | quota: remove sb_has_quota_active in get/set_infoChristoph Hellwig2010-05-211-4/+0
| * | | | | | quota: unify ->set_dqblkChristoph Hellwig2010-05-218-40/+98
| * | | | | | quota: unify ->get_dqblkChristoph Hellwig2010-05-216-24/+42
| * | | | | | ext3: make barrier options consistent with ext4Eric Sandeen2010-05-212-9/+39
| * | | | | | quota: Make quota stat accounting lockless.Dmitry Monakhov2010-05-214-46/+106
| * | | | | | suppress warning: "quotatypes" defined but not usedSergey Senozhatsky2010-05-211-0/+2
| * | | | | | ext3: Fix waiting on transaction during fsyncJan Kara2010-05-212-12/+10
| * | | | | | jbd: Provide function to check whether transaction will issue data barrierJan Kara2010-05-213-2/+42
| * | | | | | ufs: add ufs speciffic ->setattr callDmitry Monakhov2010-05-215-3/+13
| * | | | | | BKL: Remove BKL from ext2 filesystemJan Blunck2010-05-212-16/+0
| * | | | | | ext2: Add ext2_sb_info s_lock spinlockJan Blunck2010-05-214-1/+39
| * | | | | | ext2: Move ext2_write_super() out of ext2_setup_super()Jan Blunck2010-05-211-3/+5
| * | | | | | ext2: Fold ext2_commit_super() into ext2_sync_super()Jan Blunck2010-05-211-19/+9
| * | | | | | ext2: Remove duplicate code from ext2_sync_fs()Jan Blunck2010-05-211-7/+0
| * | | | | | ext2: Set the write time in ext2_sync_fs()Jan Blunck2010-05-211-1/+1
| * | | | | | ext2: Use ext2_clear_super_error() in ext2_sync_fs()Jan Blunck2010-05-211-17/+3
| * | | | | | ext3: init statistics after journal recovery v2Dmitry Monakhov2010-05-211-23/+21
| * | | | | | ext2: remove useless call to brelse() in ext2_free_inode()Francis Moreau2010-05-211-5/+4
| * | | | | | quota: optimize mark_dirty logicDmitry Monakhov2010-05-211-2/+11
| * | | | | | ext2: Avoid loading bitmaps for full groups during block allocationJan Kara2010-05-211-0/+6
| * | | | | | ext3: Avoid loading bitmaps for full groups during block allocationFrans van de Wiel2010-05-211-0/+6
* | | | | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-21104-2226/+7514
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'omap4-i2c-init' into omap-for-linusTony Lindgren2010-05-201466-30337/+69602
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud