summaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ext2: use simple_follow_link()Al Viro2015-05-101-0/+1
* 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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-161-6/+5
|\ \ | |/
| * 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-1/+1
| * Remove rw from dax_{do_,}io()Omar Sandoval2015-04-111-2/+2
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
* | dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-151-4/+1
|/
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-161-3/+3
* ext2: remove ext2_aops_xipMatthew Wilcox2015-02-161-6/+1
* ext2: remove xip.c and xip.hMatthew Wilcox2015-02-161-1/+0
* ext2: remove ext2_use_xipMatthew Wilcox2015-02-161-1/+1
* vfs: remove get_xip_memMatthew Wilcox2015-02-161-1/+0
* dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2015-02-161-1/+1
* dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox2015-02-161-3/+5
* dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-161-1/+7
* vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-161-3/+6
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-2/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-5/+6
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-1/+1
* ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2013-11-051-0/+2
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* ext2: Fix BUG_ON in evict() on inode deletionJan Kara2013-03-131-0/+2
* Ext2: free memory allocated and forget buffer head when io error happensWang Shilong2013-01-211-0/+12
* ext2: Implement freezingJan Kara2012-07-311-1/+4
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman2012-05-151-8/+12
|/
* ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-091-5/+0
* filesystems: add set_nlink()Miklos 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
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* block: remove per-queue pluggingJens Axboe2011-03-101-2/+0
* fs: add sync_inode_metadataChristoph Hellwig2010-10-251-10/+1
* ext2: fix a typo on comment in ext2/inode.cNamhyung Kim2010-09-231-2/+2
* merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro2010-08-091-14/+30
* Take dirtying the inode to callers of ext2_free_blocks()Al Viro2010-08-091-2/+4
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-10/+2
* rename generic_setattrChristoph Hellwig2010-08-091-1/+1
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+2
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-091-9/+2
* get rid of nobh_write_begin_newtruncChristoph Hellwig2010-08-091-7/+2
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-1/+1
* fix truncate inode time modification breakageNick Piggin2010-06-041-1/+1
OpenPOWER on IntegriCloud