summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxlinaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfigLinus Torvalds
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-03Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-03Merge tag 'affs-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kd...Linus Torvalds
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-08-03Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'pull-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio
2022-08-02ext4: avoid resizing to a partial cluster sizeKiselev, Oleg
2022-08-02ext4: reduce computation of overhead during resizeKiselev, Oleg
2022-08-02jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng
2022-08-02ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner
2022-08-02mbcache: automatically delete entries from cache on freeingJan Kara
2022-08-02mbcache: Remove mb_cache_entry_delete()Jan Kara
2022-08-02ext2: avoid deleting xattr block that is being reusedJan Kara
2022-08-02ext2: unindent codeblock in ext2_xattr_set()Jan Kara
2022-08-02ext2: factor our freeing of xattr block referenceJan Kara
2022-08-02ext4: fix race when reusing xattr blocksJan Kara
2022-08-02ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara
2022-08-02ext4: remove EA inode entry from mbcache on inode evictionJan Kara
2022-08-02mbcache: add functions to delete entry if unusedJan Kara
2022-08-02mbcache: don't reclaim used entriesJan Kara
2022-08-02ext4: make sure ext4_append() always allocates new blockLukas Czerner
2022-08-02ext4: check if directory block is within i_sizeLukas Czerner
2022-08-02ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo
2022-08-02ext4: avoid remove directory when directory is corruptedYe Bin
2022-08-02ext4: aligned '*' in commentsJiang Jian
2022-08-02ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng
2022-08-02ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin
2022-08-02ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li
2022-08-02ext4: correct max_inline_xattr_value_size computingBaokun Li
2022-08-02ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li
2022-08-02ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li
2022-08-02ext4: fix extent status tree race in writeback error recovery pathEric Whitney
2022-08-02jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi
2022-08-02jbd2: unexport jbd2_log_start_commit()Jan Kara
2022-08-02jbd2: remove unused exports for jbd2 debuggingJan Kara
2022-08-02jbd2: rename jbd_debug() to jbd2_debug()Jan Kara
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Jan Kara
2022-08-02ext4: reuse order and buddy in mb_mark_used when buddy splithanjinke
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o
2022-08-02ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o
2022-08-02ext4: fix reading leftover inlined symlinksZhang Yi