aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-2/+2
2012-01-03nilfs: propagate umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-06-20nilfs2_permission() doesn't need to bail out in RCU modeAl Viro1-6/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi1-1/+1
2011-05-10nilfs2: get rid of NILFS_I_NILFSRyusuke Konishi1-4/+4
2011-05-10nilfs2: zero fill unused portion of super root blockRyusuke Konishi1-0/+10
2011-05-10nilfs2: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser1-2/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi1-5/+5
2011-03-09nilfs2: move next generation counter into nilfs objectRyusuke Konishi1-4/+4
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi1-15/+15
2011-03-08nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi1-0/+18
2011-03-08nilfs2: tighten restrictions on inode flagsRyusuke Konishi1-5/+2
2011-03-08nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is setRyusuke Konishi1-2/+0
2011-03-08nilfs2: use common file attribute macrosRyusuke Konishi1-7/+7
2011-03-08nilfs2: decrement inodes count only if raw inode was successfully deletedRyusuke Konishi1-2/+4
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi1-6/+5
2011-01-10nilfs2: do not pass sbi to functions which can get it from inodeRyusuke Konishi1-10/+8
2011-01-10nilfs2: fiemap supportRyusuke Konishi1-0/+131
2011-01-10nilfs2: mark buffer heads as delayed until the data is written to diskRyusuke Konishi1-0/+1
2011-01-10nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi1-14/+5
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-3/+7
2010-10-23nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi1-0/+10
2010-10-23nilfs2: use iget for all metadata filesRyusuke Konishi1-3/+10
2010-10-23nilfs2: allow nilfs_clear_inode to clear metadata file inodesRyusuke Konishi1-0/+4
2010-10-23nilfs2: deny write access to inodes in snapshotsRyusuke Konishi1-0/+11
2010-10-23nilfs2: move inode count and block count into root objectRyusuke Konishi1-2/+2
2010-10-23nilfs2: use root object to get ifileRyusuke Konishi1-27/+21
2010-10-23nilfs2: set pointer to root object in inodesRyusuke Konishi1-5/+22
2010-10-23nilfs2: remove own inode hash used for GCRyusuke Konishi1-0/+22
2010-10-23nilfs2: use iget5_locked to get inodeRyusuke Konishi1-3/+34
2010-10-23nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirtyRyusuke Konishi1-0/+5
2010-08-09convert nilfs2 to ->evict_inode()Al Viro1-4/+24
2010-08-09remove inode_setattrChristoph Hellwig1-6/+19
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-4/+8
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-0/+13
2010-05-21nilfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-10nilfs2: use huge_encode_dev/huge_decode_devRyusuke Konishi1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-27nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirtyJiro SEKIBA1-3/+3
2009-11-27nilfs2: delete mark_inode_dirty in nilfs_new_inodeJiro SEKIBA1-1/+0