index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+0
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-1
/
+0
2011-03-09
nilfs2: get rid of nilfs_sb_info structure
Ryusuke Konishi
1
-5
/
+5
2011-03-09
nilfs2: move next generation counter into nilfs object
Ryusuke Konishi
1
-4
/
+4
2011-03-09
nilfs2: move s_inode_lock and s_dirty_files into nilfs object
Ryusuke Konishi
1
-15
/
+15
2011-03-08
nilfs2: record used amount of each checkpoint in checkpoint list
Ryusuke Konishi
1
-0
/
+18
2011-03-08
nilfs2: tighten restrictions on inode flags
Ryusuke Konishi
1
-5
/
+2
2011-03-08
nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is set
Ryusuke Konishi
1
-2
/
+0
2011-03-08
nilfs2: use common file attribute macros
Ryusuke Konishi
1
-7
/
+7
2011-03-08
nilfs2: decrement inodes count only if raw inode was successfully deleted
Ryusuke Konishi
1
-2
/
+4
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-10
convert nilfs2 to ->evict_inode()
Al Viro
1
-4
/
+24
2010-08-10
remove inode_setattr
Christoph Hellwig
1
-6
/
+19
2010-08-10
get rid of block_write_begin_newtrunc
Christoph Hellwig
1
-4
/
+8
2010-08-10
sort out blockdev_direct_IO variants
Christoph Hellwig
1
-0
/
+13
2010-05-22
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
[next]