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