summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-171-12/+13
|\ \ | |/ |/|
| * nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi2015-04-171-7/+8
| * nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi2015-04-171-2/+2
| * nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi2015-04-171-3/+3
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-2/+2
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-2/+1
|/
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi2014-12-101-8/+24
* nilfs2: improve the performance of fdatasync()Andreas Rohner2014-10-141-6/+7
* nilfs2: fix data loss with mmap()Andreas Rohner2014-09-261-1/+6
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+2
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-5/+5
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-4/+2
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* ] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko2013-07-031-4/+4
* nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi2013-05-241-4/+23
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-1/+1
* nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko2013-04-301-1/+1
* nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko2013-04-301-0/+17
* nilfs2: drop vmtruncateMarco Stornelli2012-12-201-9/+15
* userns: Convert nillfs2 to use kuid/kgid where appropriateEric W. Biederman2012-09-211-4/+4
* nilfs2: add omitted comments for different structures in driver implementationVyacheslav Dubeyko2012-07-301-0/+7
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-2/+2
* nilfs: propagate umode_tAl Viro2012-01-031-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-2/+2
* fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-201-0/+2
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-1/+1
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
* nilfs2_permission() doesn't need to bail out in RCU modeAl Viro2011-06-201-6/+1
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
* nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi2011-05-101-1/+1
* nilfs2: get rid of NILFS_I_NILFSRyusuke Konishi2011-05-101-4/+4
* nilfs2: zero fill unused portion of super root blockRyusuke Konishi2011-05-101-0/+10
* nilfs2: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser2011-05-101-2/+1
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-091-5/+5
* | nilfs2: move next generation counter into nilfs objectRyusuke Konishi2011-03-091-4/+4
* | nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi2011-03-091-15/+15
* | nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi2011-03-081-0/+18
* | nilfs2: tighten restrictions on inode flagsRyusuke Konishi2011-03-081-5/+2
* | nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is setRyusuke Konishi2011-03-081-2/+0
* | nilfs2: use common file attribute macrosRyusuke Konishi2011-03-081-7/+7
OpenPOWER on IntegriCloud