aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/genksyms (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-10hrtimer.h: fix kernel-doc warningRandy Dunlap1-1/+0
2011-01-10fs: fix dcache.h kernel-doc notationRandy Dunlap1-1/+1
2011-01-10fs: fix namei.c kernel-doc notationRandy Dunlap1-4/+4
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi7-30/+19
2011-01-10nilfs2: do not pass sbi to functions which can get it from inodeRyusuke Konishi4-17/+12
2011-01-10nilfs2: get rid of nilfs_mount_options structureRyusuke Konishi2-11/+3
2011-01-10nilfs2: simplify nilfs_mdt_freeze_bufferRyusuke Konishi1-14/+12
2011-01-10nilfs2: get rid of loaded flag from nilfs objectRyusuke Konishi2-4/+0
2011-01-10nilfs2: fix a checkpatch error in page.cRyusuke Konishi1-1/+1
2011-01-10nilfs2: fiemap supportRyusuke Konishi6-0/+222
2011-01-10nilfs2: mark buffer heads as delayed until the data is written to diskRyusuke Konishi2-0/+3
2011-01-10nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi5-63/+48
2011-01-10fs/nilfs2/super.c: Use printf extension %pVJoe Perches1-7/+16
2011-01-10MAINTAINERS: add nilfs2 git tree entryRyusuke Konishi1-0/+1
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton4-0/+11
2011-01-09cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton2-8/+4
2011-01-09cifs: show "acl" in DebugData Features when it's compiled inJeff Layton1-12/+10
2011-01-09cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton3-68/+55
2011-01-09cifs: replace some hardcoded values with preprocessor constantsJeff Layton1-18/+19
2011-01-09cifs: remove unnecessary locking around sequence_numberJeff Layton2-5/+3
2011-01-09[CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French1-7/+0
2011-01-07pata_platform: Remove CONFIG_HAVE_PATA_PLATFORM's dependencies.Nick Bowler1-8/+8
2011-01-07pata_hpt37x: actually limit HPT370 to UltraDMA/66Sergei Shtylyov1-5/+5
2011-01-07pata_hpt3x2n: coding style cleanupSergei Shtylyov1-39/+47
2011-01-07pata_hpt37x: coding style cleanupSergei Shtylyov1-81/+101
2011-01-07pata_hpt366: coding style cleanupSergei Shtylyov1-22/+29
2011-01-07pata_hpt3x2n: calculate average f_CNTSergei Shtylyov1-3/+14
2011-01-07pata_hpt3x2n: clarify about HPT371N supportSergei Shtylyov2-6/+4
2011-01-07pata_hpt{37x|3x2n}: SATA mode filteringSergei Shtylyov2-22/+93
2011-01-08HID: roccat: Update sysfs attribute docStefan Achatz3-28/+28
2011-01-08HID: roccat: don't use #pragma packJiri Kosina3-54/+30
2011-01-08HID: roccat: Add support for Roccat Kone[+] v2Stefan Achatz7-0/+1187
2011-01-08HID: roccat: reduce number of functions in kone and pyra driversStefan Achatz2-173/+53
2011-01-08HID: roccat: declare meaning of pack pragma usage in driver headersStefan Achatz2-0/+6
2011-01-08HID: roccat: use class for char device for sysfs attribute creationStefan Achatz4-384/+209
2011-01-08sysfs: Introducing binary attributes for struct classStefan Achatz2-2/+40
2011-01-07input/tc3589x: fix compile errorDan Carpenter1-1/+1
2011-01-07spi/omap: Fix DMA API usage in OMAP MCSPI driverRussell King - ARM Linux1-8/+3
2011-01-07spi/imx: correct the test on platform_get_irq() return valueRichard Genoud1-1/+1
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra4-4/+4
2011-01-07sched: Fix strncmp operationHillf Danton1-1/+1
2011-01-07sched: Move sched_autogroup_exit() to free_signal_struct()Mike Galbraith1-4/+3
2011-01-07sched: Fix struct autogroup memory leakMike Galbraith1-0/+1
2011-01-07sched: Mark autogroup_init() __initYong Zhang1-1/+1
2011-01-07sched: Consolidate the name of root_task_group and init_task_groupYong Zhang3-26/+24
2011-01-07EDAC, MCE: Fix NB error formattingBorislav Petkov1-7/+10
2011-01-07EDAC, MCE: Use BIT_64() to eliminate warnings on 32-bitRandy Dunlap1-2/+2
2011-01-07EDAC, MCE: Enable MCE decoding on F15hBorislav Petkov1-6/+8
2011-01-07EDAC, MCE: Allow F15h bank 6 MCE injectionBorislav Petkov1-4/+5
2011-01-07EDAC, MCE: Shorten error report formattingBorislav Petkov1-22/+32