aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-06-20nilfs2_permission() doesn't need to bail out in RCU modeAl Viro1-6/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi1-1/+1
2011-05-10nilfs2: get rid of NILFS_I_NILFSRyusuke Konishi1-4/+4
2011-05-10nilfs2: zero fill unused portion of super root blockRyusuke Konishi1-0/+10
2011-05-10nilfs2: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser1-2/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi1-5/+5
2011-03-09nilfs2: move next generation counter into nilfs objectRyusuke Konishi1-4/+4
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi1-15/+15
2011-03-08nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi1-0/+18
2011-03-08nilfs2: tighten restrictions on inode flagsRyusuke Konishi1-5/+2
2011-03-08nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is setRyusuke Konishi1-2/+0
2011-03-08nilfs2: use common file attribute macrosRyusuke Konishi1-7/+7
2011-03-08nilfs2: decrement inodes count only if raw inode was successfully deletedRyusuke Konishi1-2/+4
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi1-6/+5
2011-01-10nilfs2: do not pass sbi to functions which can get it from inodeRyusuke Konishi1-10/+8
2011-01-10nilfs2: fiemap supportRyusuke Konishi1-0/+131
2011-01-10nilfs2: mark buffer heads as delayed until the data is written to diskRyusuke Konishi1-0/+1
2011-01-10nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi1-14/+5