summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-246-60/+61
|\
| * fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * ext4: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-10/+10
| * ext4: Convert ext4 to read_folioMatthew Wilcox (Oracle)2022-05-092-6/+7
| * fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-2/+2
| * ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
| * fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-5/+5
| * fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-083-8/+8
| * ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)2022-05-083-13/+11
| * ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)2022-05-083-11/+9
| * ext4: Use scoped memory API in mext_page_double_lock()Matthew Wilcox (Oracle)2022-05-081-4/+9
| * ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()Matthew Wilcox (Oracle)2022-05-081-3/+1
| * ext4: Use page_symlink() instead of __page_symlink()Matthew Wilcox (Oracle)2022-05-081-1/+6
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-2414-429/+564
|\ \
| * | ext4: only allow test_dummy_encryption when supportedEric Biggers2022-05-242-28/+38
| * | ext4: fix bug_on in __es_tree_searchBaokun Li2022-05-241-5/+5
| * | ext4: avoid cycles in directory h-treeJan Kara2022-05-241-3/+19
| * | ext4: verify dir block before splitting itJan Kara2022-05-241-11/+21
| * | ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o2022-05-241-2/+3
| * | ext4: fix bug_on in ext4_writepagesYe Bin2022-05-211-0/+12
| * | ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani2022-05-213-57/+64
| * | ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani2022-05-212-64/+70
| * | ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani2022-05-214-122/+131
| * | ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers2022-05-181-2/+4
| * | ext4: reject the 'commit' option on ext2 filesystemsEric Biggers2022-05-181-0/+1
| * | ext4: remove duplicated #include of dax.h in inode.cYang Li2022-05-181-1/+0
| * | ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2022-05-172-13/+6
| * | ext4: convert symlink external data block mapping to bdevZhang Yi2022-05-173-83/+100
| * | ext4: add nowait mode for ext4_getblk()Zhang Yi2022-05-172-0/+16
| * | ext4: fix journal_ioprio mount option handlingOjaswin Mujoo2022-05-171-5/+10
| * | ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov2022-05-171-6/+12
| * | ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin2022-05-171-3/+27
| * | ext4: add unmount filesystem messageZhang Yi2022-05-131-0/+3
| * | ext4: remove unnecessary conditionalsLv Ruyi2022-05-132-4/+2
| * | ext4: remove unnecessary code in __mb_check_buddyJinke Han2022-05-111-4/+1
| * | ext4: fix spelling errors in commentsChin Yik Ming2022-05-111-2/+2
| * | ext4: remove unnecessary type castingsYu Zhe2022-05-117-15/+15
| * | ext4: fix warning in ext4_handle_inode_extensionYe Bin2022-05-111-0/+4
| * | ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCANOjaswin Mujoo2022-05-111-1/+0
| |/
* | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-2/+2
|\ \
| * | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-161-2/+2
| |/
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-233-19/+11
|\ \ | |/ |/|
| * block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
| * block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-3/+3
| * block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-172-14/+6
| * block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-1/+1
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-227-24/+97
|\ \ | |/ |/|
| * ext4: update the cached overhead value in the superblockTheodore Ts'o2022-04-143-0/+19
| * ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-141-3/+12