aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-14ext4: fix lazytime optimizationTheodore Ts'o1-1/+1
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2015-05-02ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner1-0/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe1-2/+2
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-7/+123
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+14
2015-04-16ext4 crypto: add symlink encryptionTheodore Ts'o1-2/+3
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh1-4/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-12ext4 crypto: implement the ext4 decryption read pathMichael Halcrow1-0/+7
2015-04-12ext4 crypto: implement the ext4 encryption write pathMichael Halcrow1-1/+111
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-10/+10
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+0
2015-04-08ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o1-2/+2
2015-04-02ext4: remove unused header filesSheng Yong1-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+7
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+68
2015-02-16ext4: add DAX functionalityRoss Zwisler1-27/+62
2015-02-12ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang1-0/+7
2015-02-05ext4: add optimization for the lazytime mount optionTheodore Ts'o1-2/+62
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-0/+6
2014-11-25ext4: update comments regarding ext4_delete_inode()Wang Shilong1-1/+1
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeJan Kara1-2/+0
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu1-2/+2
2014-11-25ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu1-4/+2
2014-11-25ext4: fix block reservation for bigalloc filesystemsJan Kara1-23/+4
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara1-1/+6
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov1-6/+3
2014-10-11ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen1-1/+16
2014-10-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o1-0/+7
2014-10-05ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o1-4/+3
2014-10-01ext4: fix return value of ext4_do_update_inodeLi Xi1-1/+2
2014-10-01ext4: fix mmap data corruption when blocksize < pagesizeJan Kara1-1/+5
2014-09-04ext4: drop the EXT4_STATE_DELALLOC_RESERVED flagTheodore Ts'o1-16/+4
2014-09-01ext4: fix comments about get_blocksSeunghun Lee1-2/+2
2014-08-30ext4: use ext4_update_i_disksize instead of opencoded onesDmitry Monakhov1-4/+1
2014-08-29ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o1-10/+4
2014-08-29ext4: convert ext4_getblk() to use the ERR_PTR conventionTheodore Ts'o1-26/+25
2014-08-28ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov1-2/+8
2014-08-23ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov1-26/+8
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner1-1/+1
2014-07-15ext4: remove metadata reservation checksTheodore Ts'o1-123/+5
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+11
2014-06-02ext4: handle symlink properly with inline_dataZheng Liu1-0/+3
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie1-0/+3