summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2015-08-03ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-08-03ext4: correctly migrate a file with a hole at the beginningEryu Guan
2015-08-03ext4: be more strict when migrating to non-extent based fileEryu Guan
2015-08-03ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-08-03ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov
2015-08-03ext4: fix fencepost error in lazytime optimizationTheodore Ts'o
2015-08-03ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o
2015-08-03ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-08-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-08-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-05-15ext4: fix an ext3 collapse range regression in xfstestsTheodore Ts'o
2015-05-14ext4: check for zero length extent explicitlyEryu Guan
2015-05-14ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2015-05-14ext4: remove unused function prototype from ext4.hTheodore Ts'o
2015-05-14ext4: don't save the error information if the block device is read-onlyTheodore Ts'o
2015-05-14ext4: fix lazytime optimizationTheodore Ts'o
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-02ext4: fix growing of tiny filesystemsJan Kara
2015-05-02ext4: move check under lock scope to close a race.Davide Italiano
2015-05-02ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park
2015-05-02ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o
2015-04-16ext4 crypto: add symlink encryptionTheodore Ts'o
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-12ext4 crypto: enable filename encryptionMichael Halcrow
2015-04-12ext4 crypto: filename encryption modificationsMichael Halcrow
2015-04-12ext4 crypto: partial update to namei.c for fname cryptoMichael Halcrow
2015-04-12ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow
2015-04-12ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o
2015-04-12ext4 crypto: filename encryption facilitiesMichael Halcrow
2015-04-12ext4 crypto: implement the ext4 decryption read pathMichael Halcrow
2015-04-12ext4 crypto: implement the ext4 encryption write pathMichael Halcrow
2015-04-12ext4 crypto: inherit encryption policies on inode and directory createMichael Halcrow
2015-04-12ext4 crypto: enforce context consistencyTheodore Ts'o
2015-04-12ext4 crypto: add encryption key management facilitiesMichael Halcrow
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11ext4_file_write_iter: move generic_write_checks() upAl Viro