index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
Commit message (
Expand
)
Author
Age
...
*
nilfs2: add cache framework for persistent object allocator
Ryusuke Konishi
2009-11-19
*
nilfs2: unfold nilfs_palloc_block_get_bitmap function
Ryusuke Konishi
2009-11-19
*
nilfs2: eliminate nilfs_btnode_get function
Ryusuke Konishi
2009-11-19
*
nilfs2: remove newblk argument from nilfs_btnode_submit_block
Ryusuke Konishi
2009-11-19
*
nilfs2: use nilfs_btnode_create_block function
Ryusuke Konishi
2009-11-19
*
nilfs2: separate function for creating new btree node block
Ryusuke Konishi
2009-11-19
*
nilfs2: avoid readahead on metadata file for create mode
Ryusuke Konishi
2009-11-19
*
nilfs2: simplify nilfs_sufile_get_ncleansegs function
Ryusuke Konishi
2009-11-19
*
nilfs2: add local variable to cache the number of clean segments
Ryusuke Konishi
2009-11-19
*
nilfs2: unfold nilfs_sufile_block_get_header function
Ryusuke Konishi
2009-11-19
*
nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy
Ryusuke Konishi
2009-11-19
*
nilfs2: eliminate inlines to directly read/write inode of metadata files
Ryusuke Konishi
2009-11-19
*
nilfs2: separate read method of meta data files on super root block
Ryusuke Konishi
2009-11-19
*
nilfs2: separate constructor of metadata files
Ryusuke Konishi
2009-11-19
*
nilfs2: add size option of private object to metadata file allocator
Ryusuke Konishi
2009-11-19
*
nilfs2: move out mark_inode_dirty calls from bmap routines
Ryusuke Konishi
2009-11-19
*
nilfs2: stop marking metadata inode dirty within btree operations
Ryusuke Konishi
2009-11-19
*
nilfs2: remove buffer locking from btree code
Ryusuke Konishi
2009-11-19
*
nilfs2: remove buffer locking in nilfs_mark_inode_dirty
Ryusuke Konishi
2009-11-19
*
nilfs2: cleanup unused match_bool function
Jiro SEKIBA
2009-11-19
*
nilfs2: Using nobarrier option instead of barrier=off
Jiro SEKIBA
2009-11-19
*
nilfs2: move definition of struct nilfs_btree_node
Jiro SEKIBA
2009-11-19
*
nilfs2: get rid of BUG_ON use in btree lookup routines
Ryusuke Konishi
2009-11-19
*
nilfs2: deleted inconsistent comment in nilfs_load_inode_block()
Jiro SEKIBA
2009-11-15
*
nilfs2: fix lock order reversal in chcp operation
Ryusuke Konishi
2009-11-12
*
nilfs2: fix missing cleanup of gc cache on error cases
Ryusuke Konishi
2009-11-08
*
nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocks
Ryusuke Konishi
2009-11-08
*
nilfs2: add zero-fill for new btree node buffers
Ryusuke Konishi
2009-11-02
*
nilfs2: fix irregular checkpoint creation due to data flush
Ryusuke Konishi
2009-11-02
*
nilfs2: fix dirty page accounting leak causing hang at write
Ryusuke Konishi
2009-11-02
*
const: constify remaining file_operations
Alexey Dobriyan
2009-10-01
*
nilfs2: fix missing initialization of i_dir_start_lookup member
Ryusuke Konishi
2009-09-29
*
nilfs2: fix missing zero-fill initialization of btree node cache
Ryusuke Konishi
2009-09-29
*
const: mark struct vm_struct_operations
Alexey Dobriyan
2009-09-27
*
const: mark remaining inode_operations as const
Alexey Dobriyan
2009-09-22
*
const: mark remaining address_space_operations const
Alexey Dobriyan
2009-09-22
*
const: mark remaining export_operations const
Alexey Dobriyan
2009-09-22
*
const: mark remaining super_operations const
Alexey Dobriyan
2009-09-22
*
fs: remove bdev->bd_inode_backing_dev_info
Jens Axboe
2009-09-16
*
fs/Kconfig: move nilfs2 outside misc filesystems
Ryusuke Konishi
2009-09-14
*
nilfs2: convert nilfs_bmap_lookup to an inline function
Ryusuke Konishi
2009-09-14
*
nilfs2: allow btree code to directly call dat operations
Ryusuke Konishi
2009-09-14
*
nilfs2: add update functions of virtual block address to dat
Ryusuke Konishi
2009-09-14
*
nilfs2: remove individual gfp constants for each metadata file
Ryusuke Konishi
2009-09-14
*
nilfs2: stop zero-fill of btree path just before free it
Ryusuke Konishi
2009-09-14
*
nilfs2: remove unused btree argument from btree functions
Ryusuke Konishi
2009-09-14
*
nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_free
Ryusuke Konishi
2009-09-14
*
nilfs2: shorten freeze period due to GC in write operation v3
Jiro SEKIBA
2009-09-14
*
nilfs2: add more check routines in mount process
Zhu Yanhai
2009-09-14
*
nilfs2: An unassigned variable is assigned to a never used structure member
Zhang Qiang
2009-09-14
[prev]
[next]