summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c (follow)
Commit message (Expand)AuthorAge
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-05
|\
| * ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-03
| * ext4: fix fencepost error in lazytime optimizationTheodore Ts'o2015-07-01
* | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-30
|\ \
| * | dax: don't abuse get_block mapping for endio callbacksDave Chinner2015-06-04
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-06-25
|\ \ \ | | |/ | |/|
| * | ext4: only call ext4_truncate when size <= isizeJosef Bacik2015-06-22
| * | ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney2015-06-21
| * | ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o2015-06-21
| * | ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2015-06-12
* | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-22
|\ \ \ | |/ / |/| |
| * | ext4: switch to simple_follow_link()Al Viro2015-05-10
| * | ext4: split inode_operations for encrypted symlinks off the restAl Viro2015-05-10
| |/
* / ext4: fix lazytime optimizationTheodore Ts'o2015-05-14
|/
* Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-03
|\
| * ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\ \
| * | direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-24
| * | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-04-19
|\ \ \ | | |/ | |/|
| * | ext4 crypto: add symlink encryptionTheodore Ts'o2015-04-16
| * | ext4 crypto: implement the ext4 decryption read pathMichael Halcrow2015-04-12
| * | ext4 crypto: implement the ext4 encryption write pathMichael Halcrow2015-04-12
| * | ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o2015-04-08
| * | ext4: remove unused header filesSheng Yong2015-04-02
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-16
|\ \ \ | | |/ | |/|
| * | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
| * | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-11
| * | Remove rw from dax_{do_,}io()Omar Sandoval2015-04-11
| * | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-11
* | | dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-15
|/ /
* | Merge branch 'iocb' into for-nextAl Viro2015-04-11
|\ \ | |/ |/|
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-22
|\ \ | |/ |/|
| * ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang2015-02-12
* | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-17
|\ \
| * | ext4: add optimization for the lazytime mount optionTheodore Ts'o2015-02-05
| * | vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-05
| |/
* / ext4: add DAX functionalityRoss Zwisler2015-02-16
|/
* ext4: update comments regarding ext4_delete_inode()Wang Shilong2014-11-25
* ext4: move handling of list of shrinkable inodes into extent status codeJan Kara2014-11-25
* ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu2014-11-25
* ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu2014-11-25
* ext4: fix block reservation for bigalloc filesystemsJan Kara2014-11-25
* ext4: bail early when clearing inode journal flag failsJan Kara2014-10-30
* ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-13
* ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen2014-10-11
* ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o2014-10-05
* ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o2014-10-05
* ext4: fix return value of ext4_do_update_inodeLi Xi2014-10-01