aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/dir.c
AgeCommit message (Expand)Author
2013-02-22new helper: file_inode(file)Al Viro
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-03nilfs: propagate umode_tAl Viro
2011-03-08nilfs2: add compat ioctlRyusuke Konishi
2011-03-08nilfs2: use common file attribute macrosRyusuke Konishi
2011-01-10nilfs2: do not pass sbi to functions which can get it from inodeRyusuke Konishi
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09introduce __block_write_beginChristoph Hellwig
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig
2010-07-25nilfs2: avoid rec_len overflow with 64KB block sizeRyusuke Konishi
2010-07-24nilfs2: simplify nilfs_get_page functionRyusuke Konishi
2010-03-14nilfs2: fix typo "cout" -> "count" in error messageRyusuke Konishi
2010-03-03nilfs: sanitize const/signedness in dealing with ->d_name.nameAl Viro
2010-03-03nilfs really shouldn't slap struct dentry on stack...Al Viro
2009-11-27nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirtyJiro SEKIBA
2009-11-27nilfs2: delete mark_inode_dirty in nilfs_delete_entryJiro SEKIBA
2009-11-27nilfs2: delete mark_inode_dirty in nilfs_commit_chunkJiro SEKIBA
2009-11-27nilfs2: change return type of nilfs_commit_chunkJiro SEKIBA
2009-11-27nilfs2: delete mark_inode_dirty from nilfs_set_linkJiro SEKIBA
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-04-07nilfs2: use unlocked_ioctlRyusuke Konishi
2009-04-07nilfs2: remove compat ioctl codeRyusuke Konishi
2009-04-07nilfs2: directory entry operationsYoshiji Amagai