index
:
~funfunctor/linux
SP4
amd-trivial-cleanup
amdgpu-ratelimit-vmfaults
amdkfd-hacking
amdkfd-next
amdkfd-next-4.9
amdkfd-next-4.9-revised
bug100058
master
nativeaux-bug100745
nativeaux-bug100745_v2
thrustmaster-tx
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-23
nilfs2: make snapshots in checkpoint tree exportable
Ryusuke Konishi
4
-71
/
+138
2010-10-23
nilfs2: set pointer to root object in inodes
Ryusuke Konishi
5
-20
/
+68
2010-10-23
nilfs2: add checkpoint tree to nilfs object
Ryusuke Konishi
2
-0
/
+134
2010-10-23
nilfs2: remove own inode hash used for GC
Ryusuke Konishi
7
-142
/
+64
2010-10-23
nilfs2: separate initializer of metadata file inode
Ryusuke Konishi
3
-19
/
+35
2010-10-23
nilfs2: use iget5_locked to get inode
Ryusuke Konishi
2
-3
/
+35
2010-10-23
nilfs2: keep zero value in i_cno except for gc-inodes
Ryusuke Konishi
2
-16
/
+16
2010-10-23
nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty
Ryusuke Konishi
1
-0
/
+5
2010-10-23
nilfs2: allow nilfs_destroy_inode to destroy metadata file inodes
Ryusuke Konishi
2
-2
/
+6
2010-10-23
nilfs2: accept future revisions
Ryusuke Konishi
1
-2
/
+2
2010-10-22
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-14
/
+3
2010-10-19
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
Jens Axboe
1
-0
/
+1
2010-10-04
BKL: Remove BKL from NILFS2
Jan Blunck
2
-18
/
+1
2010-10-04
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
1
-1
/
+7
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
1
-2
/
+2
2010-09-10
nilfs2: replace barriers with explicit flush / FUA usage
Christoph Hellwig
2
-14
/
+3
2010-08-30
nilfs2: fix leak of shadow dat inode in error path of load_nilfs
Ryusuke Konishi
1
-0
/
+1
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
1
-1
/
+3
2010-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-14
/
+14
2010-08-19
nilfs2: wait for discard to finish
Ryusuke Konishi
1
-1
/
+3
2010-08-18
kill BH_Ordered flag
Christoph Hellwig
1
-14
/
+14
2010-08-16
nilfs2: fix false warning saying one of two super blocks is broken
Ryusuke Konishi
1
-2
/
+2
2010-08-16
nilfs2: fix list corruption after ifile creation failure
Ryusuke Konishi
1
-1
/
+3
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+1
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-58
/
+80
2010-08-09
convert nilfs2 to ->evict_inode()
Al Viro
3
-24
/
+26
2010-08-09
simplify checks for I_CLEAR/I_FREEING
Al Viro
1
-1
/
+1
2010-08-09
remove inode_setattr
Christoph Hellwig
1
-6
/
+19
2010-08-09
get rid of block_write_begin_newtrunc
Christoph Hellwig
2
-8
/
+15
2010-08-09
introduce __block_write_begin
Christoph Hellwig
1
-2
/
+1
2010-08-09
clean up write_begin usage for directories in pagecache
Christoph Hellwig
1
-19
/
+7
2010-08-09
sort out blockdev_direct_IO variants
Christoph Hellwig
1
-0
/
+13
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
1
-1
/
+1
2010-07-25
nilfs2: reject filesystem with unsupported block size
Ryusuke Konishi
1
-1
/
+8
2010-07-25
nilfs2: avoid rec_len overflow with 64KB block size
Ryusuke Konishi
1
-12
/
+14
2010-07-24
nilfs2: simplify nilfs_get_page function
Ryusuke Konishi
1
-5
/
+2
2010-07-23
nilfs2: reject incompatible filesystem
Ryusuke Konishi
3
-0
/
+61
2010-07-23
nilfs2: apply read-ahead for nilfs_btree_lookup_contig
Ryusuke Konishi
1
-17
/
+33
2010-07-23
nilfs2: introduce check flag to btree node buffer
Ryusuke Konishi
3
-2
/
+15
2010-07-23
nilfs2: add btree get block function with readahead option
Ryusuke Konishi
1
-26
/
+68
2010-07-23
nilfs2: add read ahead mode to nilfs_btnode_submit_block
Ryusuke Konishi
4
-8
/
+22
2010-07-23
nilfs2: fix buffer head leak in nilfs_btnode_submit_block
Ryusuke Konishi
1
-2
/
+4
2010-07-23
nilfs2: eliminate inline keywords in btree implementation
Ryusuke Konishi
1
-22
/
+19
2010-07-23
nilfs2: get maximum number of child nodes from bmap object
Ryusuke Konishi
2
-1
/
+7
2010-07-23
nilfs2: reduce repetitive calculation of max number of child nodes
Ryusuke Konishi
1
-157
/
+182
2010-07-23
nilfs2: optimize calculation of min/max number of btree node children
Ryusuke Konishi
1
-18
/
+18
2010-07-23
nilfs2: remove redundant pointer checks in bmap lookup functions
Ryusuke Konishi
2
-7
/
+2
2010-07-23
nilfs2: get rid of nilfs_bmap_union
Ryusuke Konishi
8
-69
/
+12
2010-07-23
nilfs2: unify bmap set_target_v operations
Ryusuke Konishi
3
-17
/
+10
2010-07-23
nilfs2: get rid of nilfs_btree uses
Ryusuke Konishi
2
-177
/
+141
[prev]
[next]