summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-08-03ceph: remove useless check for the folioXiubo Li
2022-08-03ceph: don't truncate file in atomic_openHu Weiwen
2022-08-03ceph: make f_bsize always equal to f_frsizeXiubo Li
2022-08-03ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li
2022-08-03ceph: update the auth cap when the async create req is forwardedXiubo Li
2022-08-03ceph: make change_auth_cap_ses a global symbolXiubo Li
2022-08-03ceph: switch back to testing for NULL folio->private in ceph_dirty_folioJeff Layton
2022-08-03ceph: call netfs_subreq_terminated with was_async == falseJeff Layton
2022-08-03ceph: convert to generic_file_llseekJeff Layton
2022-08-03ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton
2022-08-03ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques
2022-08-03ceph: choose auth MDS for getxattr with the Xs capsXiubo Li
2022-08-03ceph: add session already open notify supportXiubo Li
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li
2022-08-03fs/dcache: export d_same_name() helperXiubo Li
2022-08-03ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIREDXiubo Li
2022-08-03ceph: use correct index when encoding client supported featuresLuís Henriques
2022-08-03fscrypt: add fscrypt_context_for_new_inodeJeff Layton
2022-08-03fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton