summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-03mbcache: Remove mb_cache_entry_delete()Jan Kara2-38/+0
2022-08-03ext2: avoid deleting xattr block that is being reusedJan Kara1-29/+29
2022-08-03ext2: unindent codeblock in ext2_xattr_set()Jan Kara1-16/+16
2022-08-03ext2: factor our freeing of xattr block referenceJan Kara1-52/+38
2022-08-03ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2022-08-03ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2022-08-03ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2022-08-03mbcache: add functions to delete entry if unusedJan Kara2-3/+73
2022-08-03mbcache: don't reclaim used entriesJan Kara1-1/+9
2022-08-03ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-03ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-03ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo1-0/+9
2022-08-03ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-08-03ext4: aligned '*' in commentsJiang Jian1-1/+1
2022-08-03Documentation: ext4: fix cell spacing of table heading on blockmap tableBagas Sanjaya1-1/+1
2022-08-03ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-08-03ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-03ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-03ext4: correct max_inline_xattr_value_size computingBaokun Li1-0/+3
2022-08-03ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-08-03ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13
2022-08-03ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-03jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi1-1/+1
2022-08-03jbd2: unexport jbd2_log_start_commit()Jan Kara2-3/+1
2022-08-03jbd2: remove unused exports for jbd2 debuggingJan Kara2-4/+1
2022-08-03jbd2: rename jbd_debug() to jbd2_debug()Jan Kara7-69/+69
2022-08-03ext4: use ext4_debug() instead of jbd_debug()Jan Kara7-41/+40
2022-08-03ext4: reuse order and buddy in mb_mark_used when buddy splithanjinke1-2/+8
2022-08-03ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o4-11/+22
2022-08-03ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o1-0/+1
2022-08-03ext4: fix reading leftover inlined symlinksZhang Yi3-0/+46
2022-08-03ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang1-12/+94
2022-08-03ublk_cmd.h: add one new ublk command: UBLK_IO_NEED_GET_DATAZiyangZhang1-0/+18
2022-08-03ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei2-18/+15
2022-08-03ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei2-18/+234
2022-08-03ublk_drv: fix ublk device leak in case that add_disk failsMing Lei1-0/+5
2022-08-03ublk_drv: cancel device even though disk isn't upMing Lei1-6/+12
2022-08-03block: fix leaking page ref on truncated direct ioKeith Busch1-15/+15
2022-08-03block: ensure bio_iov_add_page can't failKeith Busch1-10/+9
2022-08-03block: ensure iov_iter advances for added pagesKeith Busch1-4/+4
2022-08-03drivers:md:fix a potential use-after-free bugWentao_Liang1-1/+1
2022-08-03md/raid5: Ensure batch_last is released before sleeping for quiesceLogan Gunthorpe2-9/+29
2022-08-03md/raid5: Move stripe_request_ctx upLogan Gunthorpe1-27/+27
2022-08-03md/raid5: Drop unnecessary call to r5c_check_stripe_cache_usage()Logan Gunthorpe1-1/+0
2022-08-03md/raid5: Make is_inactive_blocked() helperLogan Gunthorpe1-5/+19
2022-08-03md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe1-31/+36
2022-08-03block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig5-72/+68
2022-08-03block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig2-10/+10
2022-08-03block: move the call to get_max_io_size out of blk_bio_segment_splitChristoph Hellwig1-4/+5
2022-08-03block: move ->bio_split to the gendiskChristoph Hellwig6-16/+15