aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-21ext4: stop inode update before returnPan Bian1-1/+3
2021-03-21ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-06ext4: fix bh ref count on error pathsZhaolong Zhang1-3/+3
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-9/+12
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-17/+3
2021-01-24ext4: support idmapped mountsChristian Brauner1-5/+6
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-5/+7
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-13ext4: simplify i_state checks in __ext4_update_other_inode_time()Eric Biggers1-6/+2
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers1-11/+1
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara1-1/+2
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara1-0/+3
2020-12-22ext4: remove unnecessary wbc parameter from ext4_bio_write_pageLei Chen1-2/+2
2020-12-22ext4: combine ext4_handle_error() and save_error_info()Jan Kara0-0/+0
2020-12-17ext4: make ext4_abort() use __ext4_error()Jan Kara1-1/+1
2020-12-17ext4: fix deadlock with fs freezing and EA inodesJan Kara1-5/+14
2020-12-03ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu1-5/+5
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-2/+2
2020-11-06ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar1-2/+1
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar1-5/+5
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar1-0/+2
2020-10-28ext4: fix mmap write protection for data=journal modeJan Kara1-2/+3
2020-10-28ext4: properly check for dirty state in ext4_inode_datasync_dirty()Andrea Righi1-4/+6
2020-10-21ext4: fix invalid inode checksumLuo Meng1-5/+6
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-26/+63
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-8/+44
2020-10-18ext4: fix bs < ps issue reported with dioread_nolock mount optRitesh Harjani1-1/+1
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira1-9/+16
2020-10-18ext4: data=journal: fixes for ext4_page_mkwrite()Mauricio Faria de Oliveira1-7/+44
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable()zhangyi (F)1-1/+1
2020-10-18ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc()zhangyi (F)1-10/+1
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)1-21/+14
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)1-1/+4
2020-10-18ext4: optimize file overwritesRitesh Harjani1-3/+15
2020-10-18ext4: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-10-18ext4: implement swap_activate aops using iomapRitesh Harjani1-0/+11
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-15/+15
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-3/+3
2020-08-07ext4: check journal inode extents more carefullyJan Kara1-3/+2
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)1-1/+1
2020-08-06ext4: lost matching-pair of trace in ext4_truncatezhengliang1-8/+9
2020-07-08ext4: add inline encryption supportEric Biggers1-2/+2
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-6/+20
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-1/+1
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o1-6/+20
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-22/+22
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-46/+62