aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-09btrfs: lock the inode in shared mode before starting fiemapFilipe Manana1-0/+2
2023-02-09ext4: don't show commit interval if it is zeroWang Jianjian1-1/+1
2023-02-09ext4: use ext4_fc_tl_mem in fast-commit replay pathEric Biggers1-18/+26
2023-02-09ext4: improve xattr consistency checking and error reportingTheodore Ts'o1-46/+80
2023-02-09udf: Avoid directory type conversion failure due to ENOMEMJan Kara1-3/+6
2023-02-08coda: Avoid partial allocation of sig_inputArgsKees Cook1-1/+1
2023-02-07fscrypt: clean up fscrypt_add_test_dummy_key()Eric Biggers3-22/+11
2023-02-07fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()Eric Biggers1-1/+0
2023-02-07f2fs: stop calling fscrypt_add_test_dummy_key()Eric Biggers1-6/+0
2023-02-07ext4: stop calling fscrypt_add_test_dummy_key()Eric Biggers1-12/+1
2023-02-07fscrypt: add the test dummy encryption key on-demandEric Biggers3-4/+25
2023-02-07f2fs: fix to set ipu policyYangtao Li3-5/+29
2023-02-07f2fs: fix typos in commentsJinyoung CHOI7-14/+14
2023-02-07f2fs: fix kernel crash due to null io->bioJaegeuk Kim1-0/+4
2023-02-07f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...Yangtao Li3-38/+33
2023-02-07f2fs: add sysfs nodes to set last_age_weightqixiaoyu13-6/+21
2023-02-07ceph: flush cap releases when the session is flushedXiubo Li1-0/+6
2023-02-07udf: Use unsigned variables for size calculationsKees Cook1-2/+3
2023-02-07fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs1-1/+2
2023-02-07fanotify: define struct members to hold response decision contextRichard Guy Briggs3-22/+73
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs2-4/+4
2023-02-07udf: remove reporting loc in debug outputTom Rix1-2/+2
2023-02-07udf: Check consistency of Space Bitmap DescriptorVladislav Efanov1-4/+27
2023-02-06cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
2023-02-06btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana2-8/+17
2023-02-06Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-8/+20
2023-02-05f2fs: fix f2fs_show_options to show nogc_merge mount optionYangtao Li1-0/+2
2023-02-05f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers1-3/+3
2023-02-05f2fs: fix wrong calculation of block ageqixiaoyu11-3/+10
2023-02-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-24/+24
2023-02-05xfs: don't use BMBT btree split workers for IO completionDave Chinner1-2/+16
2023-02-05xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong1-27/+27
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong4-103/+74
2023-02-05xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong1-39/+40
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong3-66/+55
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2-51/+51
2023-02-05xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong1-25/+30
2023-02-05xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong1-28/+28
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong3-72/+46
2023-02-05xfs: use strscpy() to instead of strncpy()Xu Panda1-3/+1
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada1-1/+1
2023-02-03revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton1-1/+1
2023-02-03fsdax: dax_unshare_iter() should return a valid lengthShiyang Ruan1-2/+3
2023-02-03aio: fix mremap after fork null-derefSeth Jenkins1-0/+4
2023-02-03Merge tag 'ceph-for-6.2-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds6-10/+103
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds6-10/+8
2023-02-03splice: use bvec_set_page to initialize a bvecChristoph Hellwig1-3/+2
2023-02-03orangefs: use bvec_set_{page,folio} to initialize bvecsChristoph Hellwig1-15/+7
2023-02-03nfs: use bvec_set_page to initialize bvecsChristoph Hellwig1-10/+6
2023-02-03coredump: use bvec_set_page to initialize a bvecChristoph Hellwig1-5/+2