summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-02-03fs/ext4: fix comments mentioning i_mutexhongnanli
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-10ext4: remove useless resetting io_end_size in mpage_process_page()Nghia Le
2022-01-10ext4: fix an use-after-free issue about data=journal writeback modeZhang Yi
2022-01-10ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar
2022-01-10ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin
2022-01-10ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin
2021-12-23ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig
2021-11-04ext4: prevent getting empty inode bufferZhang Yi
2021-11-04ext4: move ext4_fill_raw_inode() related functionsZhang Yi
2021-11-04ext4: factor out ext4_fill_raw_inode()Zhang Yi
2021-11-04Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"Eric Whitney
2021-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-01ext4: recheck buffer uptodate bit under buffer lockZhang Yi
2021-10-01ext4: fix reserved space counter leakageJeffle Xu
2021-09-09ext4: enforce buffer head state assertion in ext4_da_map_blocksEric Whitney
2021-09-09Merge branch 'delalloc-buffer-write' into devTheodore Ts'o
2021-09-04ext4: drop unnecessary journal handle in delalloc writeZhang Yi
2021-09-04ext4: factor out write end code of inline fileZhang Yi
2021-09-04ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi
2021-09-04ext4: check and update i_disksize properlyZhang Yi
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-08-30ext4: make the updating inode data procedure atomicZhang Yi
2021-08-30ext4: remove an unnecessary if statement in __ext4_get_inode_loc()Zhang Yi
2021-08-30ext4: move inode eio simulation behind io completeionZhang Yi
2021-08-30ext4: Speedup ext4 orphan inode handlingJan Kara
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-08-30ext4: Make sure quota files are not grabbed accidentallyJan Kara
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)
2021-06-22ext4: use local variable ei instead of EXT4_I() macrochenyichong
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik
2021-06-17ext4: fix overflow in ext4_iomap_alloc()Jan Kara
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury
2021-04-09ext4: delete redundant uptodate check for bufferYang Guo
2021-03-21ext4: stop inode update before returnPan Bian
2021-03-21ext4: fix potential error in ext4_do_update_inodeShijie Luo
2021-03-06ext4: fix bh ref count on error pathsZhaolong Zhang
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-24ext4: support idmapped mountsChristian Brauner
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner