Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-14ext4: only initialize mmp_bdevname onceChristoph Hellwig
2022-06-29ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-26quota: port quota helpers mount idsChristian Brauner
2022-06-26fs: port to iattr ownership update helpersChristian Brauner
2022-06-19ext4: fix a doubled word "need" in a commentXiang wangx
2022-06-19ext4: add reserved GDT blocks checkZhang Yi
2022-06-19ext4: make variable "count" signedDing Xiang
2022-06-19ext4: correct the judgment of BUG in ext4_mb_normalize_requestBaokun Li
2022-06-19ext4: fix bug_on ext4_mb_use_inode_paBaokun Li
2022-06-19ext4: fix up test_dummy_encryption handling for new mount APIEric Biggers
2022-06-19ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang
2022-06-19ext4: fix super block checksum incorrect after mountYe Bin
2022-06-16ext4: improve write performance with disabled delallocJan Kara
2022-06-16ext4: fix warning when submitting superblock in ext4_commit_super()Zhang Yi
2022-06-16ext4: fix incorrect comment in ext4_bio_write_page()Wang Jianjian
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-25Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-24ext4: only allow test_dummy_encryption when supportedEric Biggers
2022-05-24ext4: fix bug_on in __es_tree_searchBaokun Li
2022-05-24ext4: avoid cycles in directory h-treeJan Kara
2022-05-24ext4: verify dir block before splitting itJan Kara
2022-05-24ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-22ext4: fix bug_on in ext4_writepagesYe Bin
2022-05-22ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani
2022-05-22ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani
2022-05-22ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani
2022-05-18ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers
2022-05-18ext4: reject the 'commit' option on ext2 filesystemsEric Biggers
2022-05-18ext4: remove duplicated #include of dax.h in inode.cYang Li
2022-05-17ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li
2022-05-17ext4: convert symlink external data block mapping to bdevZhang Yi
2022-05-17ext4: add nowait mode for ext4_getblk()Zhang Yi
2022-05-17ext4: fix journal_ioprio mount option handlingOjaswin Mujoo
2022-05-17ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov
2022-05-17ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig
2022-05-14ext4: add unmount filesystem messageZhang Yi
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi
2022-05-11ext4: remove unnecessary code in __mb_check_buddyJinke Han
2022-05-11ext4: fix spelling errors in commentsChin Yik Ming