summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-21ext4: fix invalid inode checksumLuo Meng
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar
2020-10-18ext4: Detect already used quota file earlyJan Kara
2020-10-18ext4: use the normal helper to get the actual inodeKaixu Xia
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-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)
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: introduce new metadata buffer read helperszhangyi (F)
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)
2020-10-18ext4: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-10-18ext4: make mb_check_counter per groupChunguang Xu
2020-10-18ext4: delete invalid comments near mb_buddy_adjust_borderChunguang Xu
2020-10-18ext4: fix bdev write error check failed when mount fs with roZhang Xiaoxu
2020-10-18ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu
2020-10-18ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu
2020-10-18ext4: add trace exit in exception path.Zhang Qilong
2020-10-18ext4: optimize file overwritesRitesh Harjani
2020-10-18ext4: remove unused including <linux/version.h>Tian Tao
2020-10-18ext4: fix superblock checksum calculation raceConstantine Sapuntzakis
2020-10-18ext4: fix error handling code in add_new_gdbDinghao Liu
2020-10-18ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang
2020-10-18ext4: remove unused argument from ext4_(inc|dec)_countNikolay Borisov
2020-10-18ext4: do not interpret high bytes if 64bit feature is disabledPetr Malat
2020-10-18ext4: delete duplicated words + other fixesRandy Dunlap
2020-10-18ext4: flag as supporting buffered async readsJens Axboe
2020-10-18ext4: fix leaking sysfs kobject after failed mountEric Biggers
2020-10-18ext4: discard preallocations before releasing group lockJan Kara
2020-10-18ext4: fix dead loop in ext4_mb_new_blocksYe Bin
2020-10-18ext4: implement swap_activate aops using iomapRitesh Harjani
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-09-22ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-22ext4: factor out ext4_xattr_credits_for_new_inode()Eric Biggers
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro