summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-20Merge tag 'fs.acl.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Linus Torvalds
2023-02-20Merge tag 'fs.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idma...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2023-02-17Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds
2023-02-17nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi
2023-02-17Revert "NFSv4.2: Change the default KConfig value for READ_PLUS"Anna Schumaker
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter
2023-02-15Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu
2023-02-15erofs: relinquish volume with mutex heldJingbo Xu
2023-02-15erofs: maintain cookies of share domain in self-contained listJingbo Xu
2023-02-15erofs: remove unused device mapping in meta routineJingbo Xu
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu
2023-02-15erofs: make kobj_type structures constantThomas Weißschuh
2023-02-15erofs: add per-cpu threads for decompression as an optionSandeep Dhavale
2023-02-15erofs: tidy up internal.hGao Xiang
2023-02-15erofs: get rid of z_erofs_do_map_blocks() forward declarationGao Xiang
2023-02-15erofs: move zdata.h into zdata.cGao Xiang
2023-02-15erofs: remove tagged pointer helpersGao Xiang
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGao Xiang
2023-02-15erofs: get rid of erofs_inode_datablocks()Gao Xiang
2023-02-15erofs: simplify iloc()Gao Xiang
2023-02-15erofs: get rid of debug_one_dentry()Gao Xiang
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang
2023-02-15erofs: clean up erofs_iget()Gao Xiang
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds
2023-02-12Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-11nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton
2023-02-10Merge tag 'ceph-for-6.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-02-09Merge tag '6.2-rc8-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-02-09btrfs: lock the inode in shared mode before starting fiemapFilipe Manana
2023-02-07fscrypt: clean up fscrypt_add_test_dummy_key()Eric Biggers
2023-02-07fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()Eric Biggers
2023-02-07f2fs: stop calling fscrypt_add_test_dummy_key()Eric Biggers
2023-02-07ext4: stop calling fscrypt_add_test_dummy_key()Eric Biggers
2023-02-07fscrypt: add the test dummy encryption key on-demandEric Biggers
2023-02-07ceph: flush cap releases when the session is flushedXiubo Li
2023-02-06cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang
2023-02-06btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana
2023-02-06Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-02-03revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton
2023-02-03fsdax: dax_unshare_iter() should return a valid lengthShiyang Ruan
2023-02-03aio: fix mremap after fork null-derefSeth Jenkins