summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler2015-11-111-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\
| * mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-071-1/+1
* | ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-10/+6Star
* | ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-8/+8
* | ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o2015-10-151-1/+33
* | ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o2015-10-031-2/+2
* | ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o2015-10-031-1/+12
|/
* ext4: add ext4_get_block_dax()Matthew Wilcox2015-09-091-0/+11
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-091-0/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-09-031-0/+8
|\
| * ext4: update c/mtime on truncate upEryu Guan2015-07-281-0/+8
* | ext4: Handle error from dquot_initialize()Jan Kara2015-07-231-2/+5
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-061-4/+18
|\
| * ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-041-3/+12
| * ext4: fix fencepost error in lazytime optimizationTheodore Ts'o2015-07-021-1/+6
* | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-14/+7Star
|\ \
| * | dax: don't abuse get_block mapping for endio callbacksDave Chinner2015-06-041-14/+7Star
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-06-251-46/+47
|\ \ \ | | |/ | |/|
| * | ext4: only call ext4_truncate when size <= isizeJosef Bacik2015-06-221-20/+18Star
| * | ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney2015-06-221-17/+5Star
| * | ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o2015-06-211-5/+5
| * | ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2015-06-131-4/+19
* | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-221-2/+5
|\ \ \ | |/ / |/| |
| * | ext4: switch to simple_follow_link()Al Viro2015-05-111-0/+1
| * | ext4: split inode_operations for encrypted symlinks off the restAl Viro2015-05-111-2/+4
| |/
* / ext4: fix lazytime optimizationTheodore Ts'o2015-05-151-1/+1
|/
* Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-041-0/+2
|\
| * ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-031-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-4/+4
|\ \
| * | direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-241-2/+2
| * | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-04-191-7/+123
|\ \ \ | | |/ | |/|
| * | ext4 crypto: add symlink encryptionTheodore Ts'o2015-04-161-2/+3
| * | ext4 crypto: implement the ext4 decryption read pathMichael Halcrow2015-04-121-0/+7
| * | ext4 crypto: implement the ext4 encryption write pathMichael Halcrow2015-04-121-1/+111
| * | ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o2015-04-081-2/+2
| * | ext4: remove unused header filesSheng Yong2015-04-031-2/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-171-14/+14
|\ \ \ | | |/ | |/|
| * | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+2
| * | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-10/+10
| * | Remove rw from dax_{do_,}io()Omar Sandoval2015-04-121-1/+1
| * | 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
|/ /
* | Merge branch 'iocb' into for-nextAl Viro2015-04-121-1/+0Star
|\ \ | |/ |/|
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0Star
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-231-0/+7
|\ \ | |/ |/|
| * ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang2015-02-131-0/+7
* | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-181-2/+68
|\ \
| * | ext4: add optimization for the lazytime mount optionTheodore Ts'o2015-02-051-2/+62