aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2017-11-20Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidlsk-v3.18-androidAmit Pundir
2017-10-21ext4: avoid deadlock when expanding inode sizeJan Kara
2017-10-13Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
2017-10-12ext4: fix data corruption for mmap writesJan Kara
2017-10-12ext4: only call ext4_truncate when size <= isizeJosef Bacik
2017-07-10BACKPORT: ext4: fix data exposure after a crashJan Kara
2017-06-15Merge 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAmit Pundir
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-02-21ANDROID: Refactor fs readpage/write tracepoints.Mohan Srinivasan
2017-02-21ANDROID: ext4 crypto: Disables zeroing on truncation when there's no keyMichael Halcrow
2016-10-28ANDROID: fs: FS tracepoints to track IO.Mohan Srinivasan
2016-10-28ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o
2016-10-28ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o
2016-10-28ext4 crypto: Add symlink encryptionTheodore Ts'o
2016-10-28ext4 crypto: implement the ext4 decryption read pathMichael Halcrow
2016-10-28ext4 crypto: implement the ext4 encryption write pathMichael Halcrow
2016-10-28ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o
2016-08-22ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-22ext4: fix deadlock during page writebackJan Kara
2016-07-12ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-03-04ext4: fix crashes in dioread_nolock modeJan Kara
2015-08-04ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-07-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-05-17ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-10-11ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-10-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-10-05ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o
2014-10-01ext4: fix return value of ext4_do_update_inodeLi Xi
2014-10-01ext4: fix mmap data corruption when blocksize < pagesizeJan Kara
2014-09-04ext4: drop the EXT4_STATE_DELALLOC_RESERVED flagTheodore Ts'o
2014-09-01ext4: fix comments about get_blocksSeunghun Lee
2014-08-30ext4: use ext4_update_i_disksize instead of opencoded onesDmitry Monakhov
2014-08-29ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o
2014-08-29ext4: convert ext4_getblk() to use the ERR_PTR conventionTheodore Ts'o
2014-08-28ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov
2014-08-23ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner
2014-07-15ext4: remove metadata reservation checksTheodore Ts'o
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-02ext4: handle symlink properly with inline_dataZheng Liu
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie
2014-05-12ext4: remove unnecessary double parenthesesLukas Czerner
2014-05-12ext4: make local functions staticStephen Hemminger
2014-05-12ext4: fix data integrity sync in ordered modeNamjae Jeon
2014-05-06Merge ext4 changes in ext4_file_write() into for-nextAl Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06ext4: switch the guts of ->direct_IO() to iov_iterAl Viro