summaryrefslogtreecommitdiffstats
path: root/fs/jbd2 (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-09[SCSI] check runtime PM status in system PMLin Ming1-1/+15
2012-01-09[SCSI] add flag to skip the runtime PM calls on the hostLin Ming2-2/+6
2012-01-09ata: make ata port as parent device of scsi hostLin Ming1-1/+1
2012-01-09ahci: start engine only during soft/hard resetsTejun Heo1-4/+1
2012-01-08audit: always follow va_copy() with va_end()Jesper Juhl1-2/+3
2012-01-08drivers/scsi/aacraid/commctrl.c: fix mem leak in aac_send_raw_srb()Jesper Juhl1-0/+1
2012-01-08ore: Must support none-PAGE-aligned IOBoaz Harrosh1-12/+60
2012-01-08hid-input/battery: add FEATURE quirkJeremy Fitzhardinge2-10/+18
2012-01-08hid-input/battery: remove battery_valJeremy Fitzhardinge2-9/+0
2012-01-08hid-input/battery: power-supply type really *is* a batteryJeremy Fitzhardinge1-1/+1
2012-01-08hid-input/battery: make the battery setup common for INPUTs and FEATUREsJeremy Fitzhardinge1-23/+20
2012-01-08hid-input/battery: deal with both FEATURE and INPUT report batteriesJeremy Fitzhardinge2-7/+14
2012-01-08hid-input/battery: add quirks for batteryJeremy Fitzhardinge3-5/+40
2012-01-08hid-input/battery: remove apparently redundant kmallocJeremy Fitzhardinge1-12/+3
2012-01-08hid-input: add support for HID devices reporting Battery StrengthDaniel Nicoletti2-15/+47
2012-01-08xen/pciback: Fix "device has been assigned to X domain!" warningKonrad Rzeszutek Wilk1-0/+2
2012-01-08xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind"Konrad Rzeszutek Wilk2-2/+2
2012-01-07pktgen: set correct max and min in pktgen_setup_inject()Dan Carpenter1-2/+2
2012-01-07smsc911x: Unconditionally include linux/smscphy.h in smsc911x.hDavid S. Miller1-2/+0
2012-01-07asix: fix infinite loop in rx_fixup()Aurelien Jacobs1-1/+1
2012-01-07net: Default UDP and UNIX diag to 'n'.David S. Miller2-2/+6
2012-01-07r6040: fix typo in use of MCR0 register bitsCesar Eduardo Barros1-1/+1
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa3-5/+22
2012-01-07reiserfs: Properly display mount options in /proc/mountsJan Kara4-14/+204
2012-01-07vfs: prevent remount read-only if pending removesMiklos Szeredi4-29/+7
2012-01-07vfs: count unlinked inodesMiklos Szeredi2-54/+92
2012-01-07vfs: protect remounting superblock read-onlyMiklos Szeredi4-5/+61
2012-01-07vfs: keep list of mounts for each superblockMiklos Szeredi4-0/+11
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro39-91/+90
2012-01-07vfs: switch ->show_path() to struct dentry *Al Viro3-4/+4
2012-01-07vfs: switch ->show_devname() to struct dentry *Al Viro3-12/+13
2012-01-07vfs: switch ->show_stats to struct dentry *Al Viro5-16/+17
2012-01-07switch security_path_chmod() to struct path *Al Viro6-25/+15
2012-01-07vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro14-25/+27
2012-01-06arm: fix up some samsung merge sysdev conversion problemsKukjin Kim5-5/+5
2012-01-06regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_configRichard Zhao1-0/+1
2012-01-06regulator: max8925: fix enabled/disabled judgement mistakeKevin Liu1-13/+20
2012-01-06watchdog: omap_wdt.c: fix the WDIOC_GETBOOTSTATUS ioctl if not implemented.Shubhrajyoti D1-0/+1
2012-01-06ore: fix BUG_ON, too few sgs when readingBoaz Harrosh2-2/+6
2012-01-06ore: Fix crash in case of an IO error.Boaz Harrosh1-3/+3
2012-01-06ore: FIX breakage when MISC_FILESYSTEMS is not setBoaz Harrosh3-11/+14
2012-01-06watchdog: new driver for VIA chipsetsMarc Vertes3-0/+281
2012-01-06watchdog: ath79_wdt: flush register writesGabor Juhos1-0/+6
2012-01-06drivers/watchdog/lantiq_wdt.c: drop iounmap for devm_ allocated dataJulia Lawall1-3/+0
2012-01-06watchdog: documentation: describe nowayout in coversion-guideWolfram Sang1-0/+19
2012-01-06watchdog: documentation: update index fileWim Van Sebroeck1-0/+2
2012-01-06watchdog: Convert wm831x driver to devm_kzalloc()Mark Brown1-4/+3
2012-01-06watchdog: add nowayout helpers to Watchdog Timer Driver Kernel APIWim Van Sebroeck4-9/+28
2012-01-06watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin19-225/+19
2012-01-06watchdog: Use DEFINE_SPINLOCK() for static spinlocksAxel Lin11-27/+10