index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
nilfs2: use iget for all metadata files
Ryusuke Konishi
2010-10-23
14
-156
/
+207
*
nilfs2: get rid of GCDAT inode
Ryusuke Konishi
2010-10-23
12
-171
/
+41
*
nilfs2: add routines to redirect access to buffers of DAT file
Ryusuke Konishi
2010-10-23
5
-0
/
+75
*
nilfs2: add routines to roll back state of DAT file
Ryusuke Konishi
2010-10-23
5
-19
/
+145
*
nilfs2: add routines to save and restore bmap state
Ryusuke Konishi
2010-10-23
2
-0
/
+26
*
nilfs2: do not allocate nilfs_mdt_info structure to gc-inodes
Ryusuke Konishi
2010-10-23
1
-16
/
+16
*
nilfs2: allow nilfs_clear_inode to clear metadata file inodes
Ryusuke Konishi
2010-10-23
1
-0
/
+4
*
nilfs2: simplify life cycle management of nilfs object
Ryusuke Konishi
2010-10-23
4
-131
/
+31
*
nilfs2: do not allocate multiple super block instances for a device
Ryusuke Konishi
2010-10-23
4
-225
/
+101
*
nilfs2: split out nilfs_attach_snapshot
Ryusuke Konishi
2010-10-23
1
-28
/
+45
*
nilfs2: split out nilfs_get_root_dentry
Ryusuke Konishi
2010-10-23
1
-19
/
+35
*
nilfs2: deny write access to inodes in snapshots
Ryusuke Konishi
2010-10-23
3
-3
/
+13
*
nilfs2: use checkpoint tree for mount check of snapshots
Ryusuke Konishi
2010-10-23
1
-17
/
+11
*
nilfs2: move inode count and block count into root object
Ryusuke Konishi
2010-10-23
4
-11
/
+10
*
nilfs2: use root object to get ifile
Ryusuke Konishi
2010-10-23
7
-80
/
+67
*
nilfs2: make snapshots in checkpoint tree exportable
Ryusuke Konishi
2010-10-23
4
-71
/
+138
*
nilfs2: set pointer to root object in inodes
Ryusuke Konishi
2010-10-23
5
-20
/
+68
*
nilfs2: add checkpoint tree to nilfs object
Ryusuke Konishi
2010-10-23
2
-0
/
+134
*
nilfs2: remove own inode hash used for GC
Ryusuke Konishi
2010-10-23
7
-142
/
+64
*
nilfs2: separate initializer of metadata file inode
Ryusuke Konishi
2010-10-23
3
-19
/
+35
*
nilfs2: use iget5_locked to get inode
Ryusuke Konishi
2010-10-23
2
-3
/
+35
*
nilfs2: keep zero value in i_cno except for gc-inodes
Ryusuke Konishi
2010-10-23
2
-16
/
+16
*
nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty
Ryusuke Konishi
2010-10-23
1
-0
/
+5
*
nilfs2: allow nilfs_destroy_inode to destroy metadata file inodes
Ryusuke Konishi
2010-10-23
2
-2
/
+6
*
nilfs2: accept future revisions
Ryusuke Konishi
2010-10-23
1
-2
/
+2
*
BKL: Remove BKL from NILFS2
Jan Blunck
2010-10-04
2
-18
/
+1
*
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
2010-10-04
1
-1
/
+7
*
nilfs2: fix leak of shadow dat inode in error path of load_nilfs
Ryusuke Konishi
2010-08-30
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2010-08-22
1
-1
/
+3
|
\
|
*
nilfs2: wait for discard to finish
Ryusuke Konishi
2010-08-19
1
-1
/
+3
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-08-18
1
-14
/
+14
|
\
\
|
|
/
|
/
|
|
*
kill BH_Ordered flag
Christoph Hellwig
2010-08-18
1
-14
/
+14
*
|
nilfs2: fix false warning saying one of two super blocks is broken
Ryusuke Konishi
2010-08-16
1
-2
/
+2
*
|
nilfs2: fix list corruption after ifile creation failure
Ryusuke Konishi
2010-08-16
1
-1
/
+3
|
/
*
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-08-10
1
-1
/
+1
|
\
|
*
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-08-07
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-08-10
6
-58
/
+80
|
\
\
|
*
|
convert nilfs2 to ->evict_inode()
Al Viro
2010-08-09
3
-24
/
+26
|
*
|
simplify checks for I_CLEAR/I_FREEING
Al Viro
2010-08-09
1
-1
/
+1
|
*
|
remove inode_setattr
Christoph Hellwig
2010-08-09
1
-6
/
+19
|
*
|
get rid of block_write_begin_newtrunc
Christoph Hellwig
2010-08-09
2
-8
/
+15
|
*
|
introduce __block_write_begin
Christoph Hellwig
2010-08-09
1
-2
/
+1
|
*
|
clean up write_begin usage for directories in pagecache
Christoph Hellwig
2010-08-09
1
-19
/
+7
|
*
|
sort out blockdev_direct_IO variants
Christoph Hellwig
2010-08-09
1
-0
/
+13
|
|
/
*
|
nilfs2: reject filesystem with unsupported block size
Ryusuke Konishi
2010-07-25
1
-1
/
+8
*
|
nilfs2: avoid rec_len overflow with 64KB block size
Ryusuke Konishi
2010-07-25
1
-12
/
+14
*
|
nilfs2: simplify nilfs_get_page function
Ryusuke Konishi
2010-07-24
1
-5
/
+2
*
|
nilfs2: reject incompatible filesystem
Ryusuke Konishi
2010-07-23
3
-0
/
+61
*
|
nilfs2: apply read-ahead for nilfs_btree_lookup_contig
Ryusuke Konishi
2010-07-23
1
-17
/
+33
*
|
nilfs2: introduce check flag to btree node buffer
Ryusuke Konishi
2010-07-23
3
-2
/
+15
[next]