summaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* dax: move writeback calls into the filesystemsRoss Zwisler2016-02-271-0/+8
* dax: give DAX clearing code correct bdevRoss Zwisler2016-02-271-2/+4
* ext2, ext4: only set S_DAX for regular inodesRoss Zwisler2016-02-271-1/+1
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+1
* ext2: Add locking for DAX faultsRoss Zwisler2015-10-191-0/+10
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-091-0/+1
* ext2: Handle error from dquot_initalize()Jan Kara2015-07-231-2/+5
* ext2: use simple_follow_link()Al Viro2015-05-111-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-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-171-6/+5Star
|\|
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+1Star
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-1/+1
| * Remove rw from dax_{do_,}io()Omar Sandoval2015-04-121-2/+2
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-1/+1
* | dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-161-4/+1Star
|/
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+1
* ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-171-3/+3
* ext2: remove ext2_aops_xipMatthew Wilcox2015-02-171-6/+1Star
* ext2: remove xip.c and xip.hMatthew Wilcox2015-02-171-1/+0Star
* ext2: remove ext2_use_xipMatthew Wilcox2015-02-171-1/+1
* vfs: remove get_xip_memMatthew Wilcox2015-02-171-1/+0Star
* dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2015-02-171-1/+1
* dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox2015-02-171-3/+5
* dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-171-1/+7
* vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-171-3/+6
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1Star
* 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-041-1/+1
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-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-131-1/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-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/+0Star
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-211-2/+2
* fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-211-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* block: remove per-queue pluggingJens Axboe2011-03-101-2/+0Star
* fs: add sync_inode_metadataChristoph Hellwig2010-10-261-10/+1Star
* 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