aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2017-07-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlinux-linaro-lsk-v4.4-android-testAlex Shi
2017-07-10BACKPORT: ext4: fix data exposure after a crashJan Kara
2017-06-14fs: add i_blocksize()Fabian Frederick
2017-06-14ext4: fix fdatasync(2) after extent manipulation operationsJan Kara
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-05-25Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-05-20ext4: evict inline data when writing to memory mapEric Biggers
2017-04-23Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-04-21ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong
2017-04-10ANDROID: Refactor fs readpage/write tracepoints.Mohan Srinivasan
2017-03-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlsk-v4.4-17.03-androidAlex Shi
2017-03-18ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o
2017-03-12ext4: fix inline data error pathsTheodore Ts'o
2017-03-12ext4: fix data corruption in data=journal modeJan Kara
2017-01-09Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-01-06ext4: reject inodes with negative sizeDarrick J. Wong
2016-10-24Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-10-22ext4: allow DAX writeback for hole punchRoss Zwisler
2016-10-22ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2016-10-12ANDROID: fs: FS tracepoints to track IO.Mohan Srinivasan
2016-09-15ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong
2016-09-15ext4: avoid deadlock when expanding inode sizeJan Kara
2016-08-16ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-16ext4: fix deadlock during page writebackJan Kara
2016-05-04ext4: fix races of writeback with punch hole and zero rangeJan Kara
2016-05-04ext4: fix races between page faults and hole punchingJan Kara
2016-05-04ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-03-03ext4: fix bh->b_state corruptionJan Kara
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-10-15ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o
2015-10-03ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o
2015-10-03ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-07-28ext4: update c/mtime on truncate upEryu Guan
2015-07-23ext4: Handle error from dquot_initialize()Jan Kara
2015-07-05Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-07-03ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-07-01ext4: fix fencepost error in lazytime optimizationTheodore Ts'o
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-22ext4: only call ext4_truncate when size <= isizeJosef Bacik
2015-06-21ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o