summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-429/+564
2022-05-25Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-2/+2
2022-05-24ext4: only allow test_dummy_encryption when supportedEric Biggers2-28/+38
2022-05-24ext4: fix bug_on in __es_tree_searchBaokun Li1-5/+5
2022-05-24ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-05-24ext4: verify dir block before splitting itJan Kara1-11/+21
2022-05-24ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o1-2/+3
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-19/+11
2022-05-22ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-05-22ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani3-57/+64
2022-05-22ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani2-64/+70
2022-05-22ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani4-122/+131
2022-05-18ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers1-2/+4
2022-05-18ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1
2022-05-18ext4: remove duplicated #include of dax.h in inode.cYang Li1-1/+0
2022-05-17ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2-13/+6
2022-05-17ext4: convert symlink external data block mapping to bdevZhang Yi3-83/+100
2022-05-17ext4: add nowait mode for ext4_getblk()Zhang Yi2-0/+16
2022-05-17ext4: fix journal_ioprio mount option handlingOjaswin Mujoo1-5/+10
2022-05-17ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov1-6/+12
2022-05-17ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-2/+2
2022-05-14ext4: add unmount filesystem messageZhang Yi1-0/+3
2022-05-13ext4: remove unnecessary conditionalsLv Ruyi2-4/+2
2022-05-11ext4: remove unnecessary code in __mb_check_buddyJinke Han1-4/+1
2022-05-11ext4: fix spelling errors in commentsChin Yik Ming1-2/+2
2022-05-11ext4: remove unnecessary type castingsYu Zhe7-15/+15
2022-05-11ext4: fix warning in ext4_handle_inode_extensionYe Bin1-0/+4
2022-05-11ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCANOjaswin Mujoo1-1/+0
2022-04-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-24/+97
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-18block: add a bdev_discard_granularity helperChristoph Hellwig1-3/+3
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2-14/+6
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig1-1/+1
2022-04-15ext4: update the cached overhead value in the superblockTheodore Ts'o3-0/+19
2022-04-15ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o1-3/+12
2022-04-15ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o1-1/+3
2022-04-13ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-13ext4: fix use-after-free in ext4_search_dirYe Bin2-2/+6
2022-04-13ext4: fix bug_on in start_this_handle during umount filesystemYe Bin1-7/+12
2022-04-13ext4: fix symlink file size not match to file contentYe Bin1-1/+3
2022-04-13ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong3-9/+32
2022-04-01ext4: Correct ext4_journalled_dirty_folio() conversionMatthew Wilcox (Oracle)1-1/+1
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)1-1/+1
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-1/+1
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds1-2/+2
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-65/+64
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1