summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-07nilfs2: another dat for garbage collectionRyusuke Konishi1-0/+84
2009-04-07nilfs2: recovery functionsRyusuke Konishi1-0/+941
2009-04-07nilfs2: fix missed-sync issue for do_sync_mapping_range()Ryusuke Konishi4-81/+93
2009-04-07nilfs2: segment constructorRyusuke Konishi4-3/+3577
2009-04-07nilfs2: segment bufferRyusuke Konishi2-0/+664
2009-04-07nilfs2: super block operationsRyusuke Konishi1-0/+1366
2009-04-07nilfs2: operations for the_nilfs core objectRyusuke Konishi1-0/+524
2009-04-07nilfs2: pathname operationsRyusuke Konishi1-0/+446
2009-04-07nilfs2: directory entry operationsYoshiji Amagai1-0/+711
2009-04-07nilfs2: file operationsRyusuke Konishi1-0/+125
2009-04-07nilfs2: inode operationsRyusuke Konishi1-0/+819
2009-04-07nilfs2: segment usage fileKoji Sato3-1/+682
2009-04-07nilfs2: checkpoint fileKoji Sato2-0/+953
2009-04-07nilfs2: inode map fileRyusuke Konishi2-0/+203
2009-04-07nilfs2: disk address translatorKoji Sato2-0/+481
2009-04-07nilfs2: persistent object allocatorRyusuke Konishi2-0/+576
2009-04-07nilfs2: meta data fileRyusuke Konishi2-0/+687
2009-04-07nilfs2: buffer and page operationsRyusuke Konishi2-0/+618
2009-04-07nilfs2: B-tree node cacheRyusuke Konishi2-0/+374
2009-04-07nilfs2: direct block mappingKoji Sato2-0/+507
2009-04-07nilfs2: B-tree based block mappingKoji Sato2-0/+2393
2009-04-07nilfs2: integrated block mappingKoji Sato3-0/+1069
2009-04-07nilfs2: add inode and other major structuresRyusuke Konishi3-0/+715
2009-04-07nilfs2: disk format and userland interfaceKoji Sato1-0/+854
2009-04-07nilfs2: add documentRyusuke Konishi2-0/+204
2009-04-07dma-mapping: update the old macro DMA_nBIT_MASK related documentationsYang Hongyang2-13/+13
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang10-15/+15
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang6-12/+12
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang5-16/+16
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang4-7/+7
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang173-313/+309
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang3-8/+8
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang7-10/+10
2009-04-07dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang79-143/+140
2009-04-07fs/romfs: return f_fsid for statfs(2)Coly Li1-0/+5
2009-04-07namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn5-64/+138
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn5-52/+131
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn7-71/+145
2009-04-07namespaces: move proc_net_get_sb to a generic fs/super.c helperSerge E. Hallyn2-0/+43
2009-04-07uvesafb: documentation updateMichal Januszewski1-3/+4
2009-04-07fbdev: i.MX31: fix panning, error handling, clean upGuennadi Liakhovetski1-25/+31
2009-04-07tdfxfb: make use of DDC information about connected monitorKrzysztof Helt1-4/+63
2009-04-07tdfxfb: move I2C functionality into the tdfxfbKrzysztof Helt3-1/+234
2009-04-07kprobes: support kretprobe and jprobe per-probe disablingMasami Hiramatsu2-6/+27
2009-04-07kprobes: support per-kprobe disablingMasami Hiramatsu3-33/+191
2009-04-07kprobes: rename kprobe_enabled to kprobes_all_disarmedMasami Hiramatsu1-17/+17
2009-04-07kprobes: cleanup comment style in kprobes.hMasami Hiramatsu1-4/+8
2009-04-07kprobes: move EXPORT_SYMBOL_GPL just after function definitionsMasami Hiramatsu1-12/+18
2009-04-07kprobes: cleanup aggr_kprobe related codeMasami Hiramatsu1-30/+30