summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2021-10-17ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi
2021-10-17ext4: check and update i_disksize properlyZhang Yi
2021-10-07ext4: fix reserved space counter leakageJeffle Xu
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
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-13ext4: simplify i_state checks in __ext4_update_other_inode_time()Eric Biggers
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara
2020-12-22ext4: remove unnecessary wbc parameter from ext4_bio_write_pageLei Chen
2020-12-22ext4: combine ext4_handle_error() and save_error_info()Jan Kara
2020-12-17ext4: make ext4_abort() use __ext4_error()Jan Kara
2020-12-17ext4: fix deadlock with fs freezing and EA inodesJan Kara
2020-12-03ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar
2020-11-06ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar
2020-10-28ext4: fix mmap write protection for data=journal modeJan Kara
2020-10-28ext4: properly check for dirty state in ext4_inode_datasync_dirty()Andrea Righi
2020-10-21ext4: fix invalid inode checksumLuo Meng
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-18ext4: fix bs < ps issue reported with dioread_nolock mount optRitesh Harjani
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira
2020-10-18ext4: data=journal: fixes for ext4_page_mkwrite()Mauricio Faria de Oliveira
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)
2020-10-18ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc()zhangyi (F)
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)
2020-10-18ext4: optimize file overwritesRitesh Harjani
2020-10-18ext4: delete duplicated words + other fixesRandy Dunlap
2020-10-18ext4: implement swap_activate aops using iomapRitesh Harjani
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds