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
2009-09-14
nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
Jiro SEKIBA
1
-2
/
+8
2009-09-14
nilfs2: remove redundant super block commit
Jiro SEKIBA
1
-3
/
+0
2009-09-14
nilfs2: implement nilfs_show_options to display mount options in /proc/mounts
Jiro SEKIBA
1
-1
/
+23
2009-09-14
nilfs2: always lookup disk block address before reading metadata block
Ryusuke Konishi
1
-15
/
+10
2009-09-14
nilfs2: use semaphore to protect pointer to a writable FS-instance
Ryusuke Konishi
3
-26
/
+12
2009-09-14
nilfs2: fix format string compile warning (ino_t)
Heiko Carstens
1
-1
/
+2
2009-09-14
nilfs2: fix ignored error code in __nilfs_read_inode()
Ryusuke Konishi
1
-1
/
+2
2009-08-31
nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_key
Ryusuke Konishi
1
-1
/
+1
2009-08-19
nilfs2: fix oopses with doubly mounted snapshots
Ryusuke Konishi
1
-1
/
+1
2009-08-18
nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()
Zhang Qiang
1
-0
/
+2
2009-08-02
nilfs2: fix missing unlock in error path of nilfs_mdt_write_page
Ryusuke Konishi
1
-1
/
+3
2009-08-01
nilfs2: fix oops due to inconsistent state in page with discrete b-tree nodes
Ryusuke Konishi
1
-1
/
+15
2009-07-14
fs/Kconfig: move nilfs2 out
Ryusuke Konishi
1
-0
/
+25
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-07-05
nilfs2: fix disorder in cp count on error during deleting checkpoints
Jiro SEKIBA
1
-3
/
+2
2009-07-05
nilfs2: fix lockdep warning between regular file and inode file
Ryusuke Konishi
1
-0
/
+5
2009-07-05
nilfs2: fix incorrect KERN_CRIT messages in case of write failures
Ryusuke Konishi
1
-9
/
+0
2009-07-05
nilfs2: fix hang problem of log writer which occurs after write failures
Ryusuke Konishi
1
-20
/
+6
2009-07-05
nilfs2: remove unlikely directive causing mis-conversion of error code
Ryusuke Konishi
1
-2
/
+2
2009-06-24
switch nilfs2 to inode->i_acl
Al Viro
3
-22
/
+0
2009-06-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
26
-858
/
+725
2009-06-11
nilfs2: get rid of bd_mount_sem use from nilfs
Ryusuke Konishi
4
-9
/
+12
2009-06-11
nilfs2: correct exclusion control in nilfs_remount function
Ryusuke Konishi
3
-31
/
+33
2009-06-11
nilfs2: simplify remaining sget() use
Ryusuke Konishi
4
-25
/
+75
2009-06-11
nilfs2: get rid of sget use for checking if current mount is present
Ryusuke Konishi
2
-60
/
+35
2009-06-11
nilfs2: get rid of sget use for acquiring nilfs object
Ryusuke Konishi
3
-65
/
+76
2009-06-11
nilfs2: remove meaningless EBUSY case from nilfs_get_sb function
Ryusuke Konishi
1
-2
/
+0
2009-06-11
nilfs2: call nilfs2_write_super from nilfs2_sync_fs
Christoph Hellwig
1
-0
/
+2
2009-06-11
Push BKL down into ->remount_fs()
Alessio Igor Bogani
1
-0
/
+4
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
1
-0
/
+4
2009-06-11
remove ->write_super call in generic_shutdown_super
Christoph Hellwig
1
-0
/
+4
2009-06-11
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+1
2009-06-10
nilfs2: support contiguous lookup of blocks
Ryusuke Konishi
5
-8
/
+150
2009-06-10
nilfs2: add sync_page method to page caches of meta data
Ryusuke Konishi
3
-3
/
+7
2009-06-10
nilfs2: use device's backing_dev_info for btree node caches
Ryusuke Konishi
5
-6
/
+13
2009-06-10
nilfs2: return EBUSY against delete request on snapshot
Ryusuke Konishi
1
-12
/
+2
2009-06-10
nilfs2: enable sync_page method
Ryusuke Konishi
1
-1
/
+1
2009-06-10
nilfs2: set bio unplug flag for the last bio in segment
Ryusuke Konishi
1
-1
/
+1
2009-06-10
nilfs2: allow future expansion of metadata read out via get info ioctl
Ryusuke Konishi
7
-39
/
+54
2009-06-10
NILFS2: Pagecache usage optimization on NILFS2
Hisashi Hifumi
1
-0
/
+1
2009-06-10
nilfs2: remove nilfs_btree_operations from btree mapping
Ryusuke Konishi
2
-63
/
+15
2009-06-10
nilfs2: remove nilfs_direct_operations from direct mapping
Ryusuke Konishi
2
-52
/
+10
2009-06-10
nilfs2: remove bmap pointer operations
Ryusuke Konishi
4
-234
/
+187
2009-06-10
nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct
Ryusuke Konishi
6
-43
/
+18
2009-06-10
nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr function
Ryusuke Konishi
2
-13
/
+6
2009-06-10
nilfs2: move get block functions in bmap.c into btree codes
Ryusuke Konishi
3
-48
/
+35
2009-06-10
nilfs2: remove nilfs_bmap_delete_block
Ryusuke Konishi
3
-11
/
+4
2009-06-10
nilfs2: remove nilfs_bmap_put_block
Ryusuke Konishi
3
-24
/
+16
2009-06-10
nilfs2: remove header file for segment list operations
Ryusuke Konishi
4
-93
/
+25
2009-06-10
nilfs2: eliminate removal list of segments
Ryusuke Konishi
6
-156
/
+74
[next]