aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02nilfs2: use BIT() macroRyusuke Konishi1-2/+2
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi1-10/+11
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi1-7/+4
2016-05-23nilfs2: fix block commentsRyusuke Konishi1-26/+47
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-7/+7
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi1-3/+3
2016-05-23nilfs2: add missing line spacingRyusuke Konishi1-0/+1
2016-05-23nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi1-3/+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-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-2/+2
2015-06-23nilfs2_direct_IO(): remove dead codeAl Viro1-20/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+13
2015-04-17nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi1-7/+8
2015-04-17nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi1-2/+2
2015-04-17nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi1-3/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-2/+2
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-2/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2014-12-10nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi1-8/+24
2014-10-14nilfs2: improve the performance of fdatasync()Andreas Rohner1-6/+7
2014-09-26nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+2
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+5
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-4/+2
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root structVyacheslav Dubeyko1-4/+4
2013-05-24nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi1-4/+23
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-1/+1
2013-04-30nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko1-1/+1
2013-04-30nilfs2: fix issue with flush kernel thread after remount in RO mode because of driver's internal error or metadata corruptionVyacheslav Dubeyko1-0/+17
2012-12-20nilfs2: drop vmtruncateMarco Stornelli1-9/+15
2012-09-21userns: Convert nillfs2 to use kuid/kgid where appropriateEric W. Biederman1-4/+4
2012-07-30nilfs2: add omitted comments for different structures in driver implementationVyacheslav Dubeyko1-0/+7
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