aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/inode.c
Commit message (Expand)AuthorAge
* nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi2013-05-24
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko2013-04-30
* nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko2013-04-30
* nilfs2: drop vmtruncateMarco Stornelli2012-12-20
* userns: Convert nillfs2 to use kuid/kgid where appropriateEric W. Biederman2012-09-21
* nilfs2: add omitted comments for different structures in driver implementationVyacheslav Dubeyko2012-07-30
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* nilfs: propagate umode_tAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-20
* fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-20
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-20
* kill check_acl callback of generic_permission()Al Viro2011-07-20
* nilfs2_permission() doesn't need to bail out in RCU modeAl Viro2011-06-20
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-27
* nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi2011-05-10
* nilfs2: get rid of NILFS_I_NILFSRyusuke Konishi2011-05-10
* nilfs2: zero fill unused portion of super root blockRyusuke Konishi2011-05-10
* nilfs2: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser2011-05-10
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-08
* | nilfs2: move next generation counter into nilfs objectRyusuke Konishi2011-03-08
* | nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi2011-03-08
* | nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi2011-03-08
* | nilfs2: tighten restrictions on inode flagsRyusuke Konishi2011-03-08
* | nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is setRyusuke Konishi2011-03-08
* | nilfs2: use common file attribute macrosRyusuke Konishi2011-03-08
* | nilfs2: decrement inodes count only if raw inode was successfully deletedRyusuke Konishi2011-03-08
|/
* nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi2011-01-10
* nilfs2: do not pass sbi to functions which can get it from inodeRyusuke Konishi2011-01-10
* nilfs2: fiemap supportRyusuke Konishi2011-01-10
* nilfs2: mark buffer heads as delayed until the data is written to diskRyusuke Konishi2011-01-10
* nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi2011-01-10
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi2010-10-22
* nilfs2: use iget for all metadata filesRyusuke Konishi2010-10-22
* nilfs2: allow nilfs_clear_inode to clear metadata file inodesRyusuke Konishi2010-10-22
* nilfs2: deny write access to inodes in snapshotsRyusuke Konishi2010-10-22
* nilfs2: move inode count and block count into root objectRyusuke Konishi2010-10-22
* nilfs2: use root object to get ifileRyusuke Konishi2010-10-22
* nilfs2: set pointer to root object in inodesRyusuke Konishi2010-10-22
* nilfs2: remove own inode hash used for GCRyusuke Konishi2010-10-22
* nilfs2: use iget5_locked to get inodeRyusuke Konishi2010-10-22
* nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirtyRyusuke Konishi2010-10-22
* convert nilfs2 to ->evict_inode()Al Viro2010-08-09
* remove inode_setattrChristoph Hellwig2010-08-09