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
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-1
/
+0
2011-01-10
nilfs2: unfold nilfs_dat_inode function
Ryusuke Konishi
1
-6
/
+5
2011-01-10
nilfs2: do not pass sbi to functions which can get it from inode
Ryusuke Konishi
1
-10
/
+8
2011-01-10
nilfs2: fiemap support
Ryusuke Konishi
1
-0
/
+131
2011-01-10
nilfs2: mark buffer heads as delayed until the data is written to disk
Ryusuke Konishi
1
-0
/
+1
2011-01-10
nilfs2: call nilfs_error inside bmap routines
Ryusuke Konishi
1
-14
/
+5
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
1
-3
/
+7
2010-10-23
nilfs2: see state of root dentry for mount check of snapshots
Ryusuke Konishi
1
-0
/
+10
2010-10-23
nilfs2: use iget for all metadata files
Ryusuke Konishi
1
-3
/
+10
2010-10-23
nilfs2: allow nilfs_clear_inode to clear metadata file inodes
Ryusuke Konishi
1
-0
/
+4
2010-10-23
nilfs2: deny write access to inodes in snapshots
Ryusuke Konishi
1
-0
/
+11
2010-10-23
nilfs2: move inode count and block count into root object
Ryusuke Konishi
1
-2
/
+2
2010-10-23
nilfs2: use root object to get ifile
Ryusuke Konishi
1
-27
/
+21
2010-10-23
nilfs2: set pointer to root object in inodes
Ryusuke Konishi
1
-5
/
+22
2010-10-23
nilfs2: remove own inode hash used for GC
Ryusuke Konishi
1
-0
/
+22
2010-10-23
nilfs2: use iget5_locked to get inode
Ryusuke Konishi
1
-3
/
+34
2010-10-23
nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty
Ryusuke Konishi
1
-0
/
+5
2010-08-09
convert nilfs2 to ->evict_inode()
Al Viro
1
-4
/
+24
2010-08-09
remove inode_setattr
Christoph Hellwig
1
-6
/
+19
2010-08-09
get rid of block_write_begin_newtrunc
Christoph Hellwig
1
-4
/
+8
2010-08-09
sort out blockdev_direct_IO variants
Christoph Hellwig
1
-0
/
+13
2010-05-21
nilfs2: replace inode uid,gid,mode initialization with helper function
Dmitry Monakhov
1
-10
/
+1
2010-05-10
nilfs2: use huge_encode_dev/huge_decode_dev
Ryusuke Konishi
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-11-27
nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty
Jiro SEKIBA
1
-3
/
+3
2009-11-27
nilfs2: delete mark_inode_dirty in nilfs_new_inode
Jiro SEKIBA
1
-1
/
+0
2009-11-20
nilfs2: move out mark_inode_dirty calls from bmap routines
Ryusuke Konishi
1
-0
/
+3
2009-11-20
nilfs2: remove buffer locking in nilfs_mark_inode_dirty
Ryusuke Konishi
1
-3
/
+0
2009-11-15
nilfs2: deleted inconsistent comment in nilfs_load_inode_block()
Jiro SEKIBA
1
-1
/
+0
2009-09-29
nilfs2: fix missing initialization of i_dir_start_lookup member
Ryusuke Konishi
1
-0
/
+1
2009-09-22
const: mark remaining address_space_operations const
Alexey Dobriyan
1
-1
/
+1
2009-09-14
nilfs2: fix ignored error code in __nilfs_read_inode()
Ryusuke Konishi
1
-1
/
+2
2009-06-24
switch nilfs2 to inode->i_acl
Al Viro
1
-8
/
+0
2009-06-10
nilfs2: support contiguous lookup of blocks
Ryusuke Konishi
1
-7
/
+8
2009-06-10
nilfs2: enable sync_page method
Ryusuke Konishi
1
-1
/
+1
2009-06-10
NILFS2: Pagecache usage optimization on NILFS2
Hisashi Hifumi
1
-0
/
+1
2009-04-07
nilfs2: support nanosecond timestamp
Ryusuke Konishi
1
-7
/
+6
2009-04-07
nilfs2: clean up sketch file
Ryusuke Konishi
1
-33
/
+2
2009-04-07
nilfs2: replace BUG_ON and BUG calls triggerable from ioctl
Ryusuke Konishi
1
-14
/
+5
2009-04-07
nilfs2: avoid double error caused by nilfs_transaction_end
Ryusuke Konishi
1
-9
/
+14
2009-04-07
nilfs2: fix missed-sync issue for do_sync_mapping_range()
Ryusuke Konishi
1
-7
/
+9
2009-04-07
nilfs2: inode operations
Ryusuke Konishi
1
-0
/
+819