aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi1-0/+22
2016-08-02nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi1-21/+17
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-23/+24
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi1-2/+2
2016-05-23nilfs2: add missing line spacingRyusuke Konishi1-0/+2
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi1-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro1-7/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-16/+16
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick1-5/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2013-06-29[readdir] convert nilfs2Al Viro1-30/+18
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-03nilfs: propagate umode_tAl Viro1-1/+1
2011-03-08nilfs2: add compat ioctlRyusuke Konishi1-1/+1
2011-03-08nilfs2: use common file attribute macrosRyusuke Konishi1-3/+0
2011-01-10nilfs2: do not pass sbi to functions which can get it from inodeRyusuke Konishi1-2/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-19/+6
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig1-19/+7
2010-07-25nilfs2: avoid rec_len overflow with 64KB block sizeRyusuke Konishi1-12/+14
2010-07-24nilfs2: simplify nilfs_get_page functionRyusuke Konishi1-5/+2
2010-03-14nilfs2: fix typo "cout" -> "count" in error messageRyusuke Konishi1-1/+1
2010-03-03nilfs: sanitize const/signedness in dealing with ->d_name.nameAl Viro1-2/+2
2010-03-03nilfs really shouldn't slap struct dentry on stack...Al Viro1-5/+5
2009-11-27nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirtyJiro SEKIBA1-1/+1
2009-11-27nilfs2: delete mark_inode_dirty in nilfs_delete_entryJiro SEKIBA1-1/+0
2009-11-27nilfs2: delete mark_inode_dirty in nilfs_commit_chunkJiro SEKIBA1-3/+1
2009-11-27nilfs2: change return type of nilfs_commit_chunkJiro SEKIBA1-8/+8
2009-11-27nilfs2: delete mark_inode_dirty from nilfs_set_linkJiro SEKIBA1-1/+0
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-04-07nilfs2: use unlocked_ioctlRyusuke Konishi1-1/+1
2009-04-07nilfs2: remove compat ioctl codeRyusuke Konishi1-1/+1
2009-04-07nilfs2: directory entry operationsYoshiji Amagai1-0/+711