index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-07-23
nilfs2: get rid of nilfs_direct uses
Ryusuke Konishi
1
-46
/
+32
2010-07-23
nilfs2: remove constant qualifier from argument of bmap propagate
Ryusuke Konishi
3
-4
/
+4
2010-07-23
nilfs2: get rid of private conversion macros on bmap key and pointer
Ryusuke Konishi
3
-29
/
+22
2010-07-23
nilfs2: verify btree node after reading
Ryusuke Konishi
3
-5
/
+56
2010-07-23
nilfs2: add sanity check in nilfs_btree_add_dirty_buffer
Ryusuke Konishi
1
-0
/
+12
2010-07-23
nilfs2: pass remount flag to parse_options
Ryusuke Konishi
1
-23
/
+26
2010-07-23
nilfs2: use seq_puts to print mount options without argument
Ryusuke Konishi
1
-6
/
+6
2010-07-23
nilfs2: add nodiscard mount option
Ryusuke Konishi
1
-1
/
+5
2010-07-23
nilfs2: add barrier mount option
Ryusuke Konishi
1
-1
/
+5
2010-07-23
nilfs2: do not update log cursor for small change
Ryusuke Konishi
3
-1
/
+13
2010-07-23
nilfs2: implement fallback for super root search
Ryusuke Konishi
1
-2
/
+50
2010-07-23
nilfs2: add missing error code in comment of nilfs_search_super_root
Ryusuke Konishi
1
-0
/
+2
2010-07-23
nilfs2: separate setup of log cursor from init_nilfs
Ryusuke Konishi
1
-13
/
+32
2010-07-23
nilfs2: sync super blocks in turns
Jiro SEKIBA
5
-46
/
+91
2010-07-23
nilfs2: introduce nilfs_prepare_super
Jiro SEKIBA
3
-24
/
+58
2010-07-23
nilfs2: separate function that updates log position
Ryusuke Konishi
2
-13
/
+19
2010-07-23
nilfs2: add nilfs_set_error
Ryusuke Konishi
1
-10
/
+14
[next]