| Commit message (Expand) | Author | Files | Lines |
2011-01-10 | hrtimer.h: fix kernel-doc warning | Randy Dunlap | 1 | -1/+0 |
2011-01-10 | fs: fix dcache.h kernel-doc notation | Randy Dunlap | 1 | -1/+1 |
2011-01-10 | fs: fix namei.c kernel-doc notation | Randy Dunlap | 1 | -4/+4 |
2011-01-10 | nilfs2: unfold nilfs_dat_inode function | Ryusuke Konishi | 7 | -30/+19 |
2011-01-10 | nilfs2: do not pass sbi to functions which can get it from inode | Ryusuke Konishi | 4 | -17/+12 |
2011-01-10 | nilfs2: get rid of nilfs_mount_options structure | Ryusuke Konishi | 2 | -11/+3 |
2011-01-10 | nilfs2: simplify nilfs_mdt_freeze_buffer | Ryusuke Konishi | 1 | -14/+12 |
2011-01-10 | nilfs2: get rid of loaded flag from nilfs object | Ryusuke Konishi | 2 | -4/+0 |
2011-01-10 | nilfs2: fix a checkpatch error in page.c | Ryusuke Konishi | 1 | -1/+1 |
2011-01-10 | nilfs2: fiemap support | Ryusuke Konishi | 6 | -0/+222 |
2011-01-10 | nilfs2: mark buffer heads as delayed until the data is written to disk | Ryusuke Konishi | 2 | -0/+3 |
2011-01-10 | nilfs2: call nilfs_error inside bmap routines | Ryusuke Konishi | 5 | -63/+48 |
2011-01-10 | fs/nilfs2/super.c: Use printf extension %pV | Joe Perches | 1 | -7/+16 |
2011-01-10 | MAINTAINERS: add nilfs2 git tree entry | Ryusuke Konishi | 1 | -0/+1 |
2011-01-10 | cifs: use CreationTime like an i_generation field | Jeff Layton | 4 | -0/+11 |
2011-01-10 | cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo | Jeff Layton | 2 | -8/+4 |
2011-01-10 | cifs: show "acl" in DebugData Features when it's compiled in | Jeff Layton | 1 | -12/+10 |
2011-01-10 | cifs: move "ntlmssp" and "local_leases" options out of experimental code | Jeff Layton | 3 | -68/+55 |
2011-01-10 | cifs: replace some hardcoded values with preprocessor constants | Jeff Layton | 1 | -18/+19 |
2011-01-10 | cifs: remove unnecessary locking around sequence_number | Jeff Layton | 2 | -5/+3 |
2011-01-10 | [CIFS] Fix minor merge conflict in fs/cifs/dir.c | Steve French | 1 | -7/+0 |
2011-01-08 | HID: roccat: Update sysfs attribute doc | Stefan Achatz | 3 | -28/+28 |
2011-01-08 | HID: roccat: don't use #pragma pack | Jiri Kosina | 3 | -54/+30 |
2011-01-08 | HID: roccat: Add support for Roccat Kone[+] v2 | Stefan Achatz | 7 | -0/+1187 |
2011-01-08 | HID: roccat: reduce number of functions in kone and pyra drivers | Stefan Achatz | 2 | -173/+53 |
2011-01-08 | HID: roccat: declare meaning of pack pragma usage in driver headers | Stefan Achatz | 2 | -0/+6 |
2011-01-08 | HID: roccat: use class for char device for sysfs attribute creation | Stefan Achatz | 4 | -384/+209 |
2011-01-08 | sysfs: Introducing binary attributes for struct class | Stefan Achatz | 2 | -2/+40 |
2011-01-07 | input/tc3589x: fix compile error | Dan Carpenter | 1 | -1/+1 |
2011-01-07 | spi/omap: Fix DMA API usage in OMAP MCSPI driver | Russell King - ARM Linux | 1 | -8/+3 |
2011-01-07 | spi/imx: correct the test on platform_get_irq() return value | Richard Genoud | 1 | -1/+1 |
2011-01-07 | sched: Constify function scope static struct sched_param usage | Peter Zijlstra | 4 | -4/+4 |
2011-01-07 | sched: Fix strncmp operation | Hillf Danton | 1 | -1/+1 |
2011-01-07 | sched: Move sched_autogroup_exit() to free_signal_struct() | Mike Galbraith | 1 | -4/+3 |
2011-01-07 | sched: Fix struct autogroup memory leak | Mike Galbraith | 1 | -0/+1 |
2011-01-07 | sched: Mark autogroup_init() __init | Yong Zhang | 1 | -1/+1 |
2011-01-07 | sched: Consolidate the name of root_task_group and init_task_group | Yong Zhang | 3 | -26/+24 |
2011-01-07 | EDAC, MCE: Fix NB error formatting | Borislav Petkov | 1 | -7/+10 |
2011-01-07 | EDAC, MCE: Use BIT_64() to eliminate warnings on 32-bit | Randy Dunlap | 1 | -2/+2 |
2011-01-07 | EDAC, MCE: Enable MCE decoding on F15h | Borislav Petkov | 1 | -6/+8 |
2011-01-07 | EDAC, MCE: Allow F15h bank 6 MCE injection | Borislav Petkov | 1 | -4/+5 |
2011-01-07 | EDAC, MCE: Shorten error report formatting | Borislav Petkov | 1 | -22/+32 |
2011-01-07 | EDAC, MCE: Overhaul error fields extraction macros | Borislav Petkov | 3 | -54/+43 |
2011-01-07 | EDAC, MCE: Add F15h FP MCE decoder | Borislav Petkov | 1 | -0/+44 |
2011-01-07 | EDAC, MCE: Add F15 EX MCE decoder | Borislav Petkov | 1 | -7/+34 |
2011-01-07 | EDAC, MCE: Add an F15h NB MCE decoder | Borislav Petkov | 1 | -0/+10 |
2011-01-07 | EDAC, MCE: No F15h LS MCE decoder | Borislav Petkov | 1 | -1/+1 |
2011-01-07 | EDAC, MCE: Add F15h CU MCE decoder | Borislav Petkov | 1 | -1/+61 |
2011-01-07 | EDAC, MCE: Add F15h IC MCE decoder | Borislav Petkov | 2 | -4/+51 |
2011-01-07 | EDAC, MCE: Add F15h DC MCE decoder | Borislav Petkov | 2 | -19/+62 |