summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-5/+5
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-2/+2
2022-05-08ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-05-08ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)1-2/+1
2022-04-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+16
2022-04-13ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-13ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-1/+6
2022-04-01ext4: Correct ext4_journalled_dirty_folio() conversionMatthew Wilcox (Oracle)1-1/+1
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-65/+64
2022-03-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+31
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-6/+6
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-10/+11
2022-03-15ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-29/+27
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-1/+0
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-16/+16
2022-03-15ext4: Use folio_invalidate()Matthew Wilcox (Oracle)1-2/+3
2022-03-13ext4: warn when dirtying page w/o buffers in data=journal modeJan Kara1-4/+6
2022-03-03ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2022-02-08ext4: support direct I/O with fscrypt using blk-cryptoEric Biggers1-0/+7
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+6
2022-02-03fs/ext4: fix comments mentioning i_mutexhongnanli1-4/+4
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-2/+2
2022-01-13Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+16
2022-01-10ext4: remove useless resetting io_end_size in mpage_process_page()Nghia Le1-2/+0
2022-01-10ext4: fix an use-after-free issue about data=journal writeback modeZhang Yi1-27/+10
2022-01-10ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar1-2/+2
2022-01-10ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin1-2/+1
2022-01-10ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin1-3/+4
2021-12-24ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar1-6/+1
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig1-5/+11
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig1-2/+2
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig1-2/+3
2021-11-04ext4: prevent getting empty inode bufferZhang Yi1-10/+14
2021-11-04ext4: move ext4_fill_raw_inode() related functionsZhang Yi1-146/+147
2021-11-04ext4: factor out ext4_fill_raw_inode()Zhang Yi1-38/+47
2021-11-04Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"Eric Whitney1-9/+6
2021-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-117/+59
2021-10-01ext4: recheck buffer uptodate bit under buffer lockZhang Yi1-0/+6
2021-10-01ext4: fix reserved space counter leakageJeffle Xu1-0/+5
2021-09-09ext4: enforce buffer head state assertion in ext4_da_map_blocksEric Whitney1-6/+9
2021-09-09Merge branch 'delalloc-buffer-write' into devTheodore Ts'o1-111/+39
2021-09-05ext4: drop unnecessary journal handle in delalloc writeZhang Yi1-55/+5
2021-09-05ext4: factor out write end code of inline fileZhang Yi1-50/+23
2021-09-05ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi1-2/+5
2021-09-05ext4: check and update i_disksize properlyZhang Yi1-16/+18
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-139/+162
2021-08-31ext4: make the updating inode data procedure atomicZhang Yi1-16/+28
2021-08-31ext4: remove an unnecessary if statement in __ext4_get_inode_loc()Zhang Yi1-84/+78
2021-08-31ext4: move inode eio simulation behind io completeionZhang Yi1-3/+1