index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nilfs2: extend nilfs_sustat ioctl struct
Ryusuke Konishi
2009-04-07
7
-75
/
+41
*
nilfs2: use unlocked_ioctl
Ryusuke Konishi
2009-04-07
4
-5
/
+5
*
nilfs2: remove compat ioctl code
Ryusuke Konishi
2009-04-07
5
-272
/
+2
*
nilfs2: use fixed sized types for ioctl structures
Ryusuke Konishi
2009-04-07
2
-15
/
+19
*
nilfs2: remove timedwait ioctl command
Ryusuke Konishi
2009-04-07
5
-127
/
+2
*
nilfs2: fix buggy behavior seen in enumerating checkpoints
Ryusuke Konishi
2009-04-07
1
-4
/
+7
*
nilfs2: clean up indirect function calling conventions
Pekka Enberg
2009-04-07
4
-69
/
+69
*
nilfs2: fix improper return values of nilfs_get_cpinfo ioctl
Ryusuke Konishi
2009-04-07
1
-12
/
+18
*
nilfs2: fix gc failure on volumes keeping numerous snapshots
Ryusuke Konishi
2009-04-07
3
-26
/
+38
*
nilfs2: add maintainer
Ryusuke Konishi
2009-04-07
1
-0
/
+7
*
nilfs2: insert explanations in gcinode file
Ryusuke Konishi
2009-04-07
1
-1
/
+20
*
nilfs2: avoid double error caused by nilfs_transaction_end
Ryusuke Konishi
2009-04-07
7
-75
/
+135
*
nilfs2: cleanup nilfs_clear_inode
Ryusuke Konishi
2009-04-07
1
-10
/
+1
*
nilfs2: fix problems of memory allocation in ioctl
Ryusuke Konishi
2009-04-07
1
-12
/
+8
*
nilfs2: update makefile and Kconfig
Ryusuke Konishi
2009-04-07
3
-1
/
+32
*
nilfs2: ioctl operations
Koji Sato
2009-04-07
1
-0
/
+941
*
nilfs2: block cache for garbage collection
Ryusuke Konishi
2009-04-07
1
-0
/
+270
*
nilfs2: another dat for garbage collection
Ryusuke Konishi
2009-04-07
1
-0
/
+84
*
nilfs2: recovery functions
Ryusuke Konishi
2009-04-07
1
-0
/
+941
*
nilfs2: fix missed-sync issue for do_sync_mapping_range()
Ryusuke Konishi
2009-04-07
4
-81
/
+93
*
nilfs2: segment constructor
Ryusuke Konishi
2009-04-07
4
-3
/
+3577
*
nilfs2: segment buffer
Ryusuke Konishi
2009-04-07
2
-0
/
+664
*
nilfs2: super block operations
Ryusuke Konishi
2009-04-07
1
-0
/
+1366
*
nilfs2: operations for the_nilfs core object
Ryusuke Konishi
2009-04-07
1
-0
/
+524
*
nilfs2: pathname operations
Ryusuke Konishi
2009-04-07
1
-0
/
+446
*
nilfs2: directory entry operations
Yoshiji Amagai
2009-04-07
1
-0
/
+711
*
nilfs2: file operations
Ryusuke Konishi
2009-04-07
1
-0
/
+125
*
nilfs2: inode operations
Ryusuke Konishi
2009-04-07
1
-0
/
+819
*
nilfs2: segment usage file
Koji Sato
2009-04-07
3
-1
/
+682
*
nilfs2: checkpoint file
Koji Sato
2009-04-07
2
-0
/
+953
*
nilfs2: inode map file
Ryusuke Konishi
2009-04-07
2
-0
/
+203
*
nilfs2: disk address translator
Koji Sato
2009-04-07
2
-0
/
+481
*
nilfs2: persistent object allocator
Ryusuke Konishi
2009-04-07
2
-0
/
+576
*
nilfs2: meta data file
Ryusuke Konishi
2009-04-07
2
-0
/
+687
*
nilfs2: buffer and page operations
Ryusuke Konishi
2009-04-07
2
-0
/
+618
*
nilfs2: B-tree node cache
Ryusuke Konishi
2009-04-07
2
-0
/
+374
*
nilfs2: direct block mapping
Koji Sato
2009-04-07
2
-0
/
+507
*
nilfs2: B-tree based block mapping
Koji Sato
2009-04-07
2
-0
/
+2393
*
nilfs2: integrated block mapping
Koji Sato
2009-04-07
3
-0
/
+1069
*
nilfs2: add inode and other major structures
Ryusuke Konishi
2009-04-07
3
-0
/
+715
*
nilfs2: disk format and userland interface
Koji Sato
2009-04-07
1
-0
/
+854
*
nilfs2: add document
Ryusuke Konishi
2009-04-07
2
-0
/
+204
*
dma-mapping: update the old macro DMA_nBIT_MASK related documentations
Yang Hongyang
2009-04-07
2
-13
/
+13
*
dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)
Yang Hongyang
2009-04-07
10
-15
/
+15
*
dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)
Yang Hongyang
2009-04-07
6
-12
/
+12
*
dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)
Yang Hongyang
2009-04-07
5
-16
/
+16
*
dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)
Yang Hongyang
2009-04-07
4
-7
/
+7
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
173
-313
/
+309
*
dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)
Yang Hongyang
2009-04-07
3
-8
/
+8
*
dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)
Yang Hongyang
2009-04-07
7
-10
/
+10
[next]