summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-10-04ceph: fail the open_by_handle_at() if the dentry is being unlinkedXiubo Li
2022-10-04ceph: increment i_version when doing a setattr with capsJeff Layton
2022-10-04ceph: Use kcalloc for allocating multiple elementsKenneth Lee
2022-10-04ceph: no need to wait for transition RDCACHE|RD -> RDXiubo Li
2022-10-04ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li
2022-10-04ceph: wake up the waiters if any new caps comesXiubo Li
2022-10-04Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-10-04xfs: on memory failure, only shut down fs after scanning all mappingsDarrick J. Wong
2022-10-04xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang
2022-10-04xfs: trim the mapp array accordingly in xfs_da_grow_inode_intShida Zhang
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-03Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2022-10-03Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-10-03Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2022-10-03Merge tag 'nfsd-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-10-03Merge tag 'erofs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-03Merge tag 'fs.vfsuid.fat.v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-03Merge tag 'fs.acl.rework.prep.v6.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-10-03Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03[brown paperbag] fix coredump breakageAl Viro
2022-10-03Merge tag 'execve-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03proc: mark more files as permanentAlexey Dobriyan
2022-10-03nilfs2: remove the unneeded result variableye xingchen
2022-10-03nilfs2: delete unnecessary checks before brelse()Minghao Chi
2022-10-03fs/ocfs2: fix repeated words in commentswangjianli
2022-10-03proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn
2022-10-03fs: uninline inode_maybe_inc_iversion()Andrew Morton
2022-10-03fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi
2022-10-03ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-10-03mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2022-10-03hugetlb: clean up code checking for fault/truncation racesMike Kravetz
2022-10-03hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz
2022-10-03hugetlb: create hugetlb_unmap_file_folio to unmap single file folioMike Kravetz
2022-10-03hugetlb: create remove_inode_single_folio to remove single file folioMike Kravetz
2022-10-03hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz
2022-10-03hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz
2022-10-03hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz
2022-10-03tmpfs: add support for an i_version counterJeff Layton
2022-10-03Orangefs: change iterate to iterate_sharedMike Marshall
2022-10-03NFSv4/pNFS: Always return layout stats on layout return for flexfilesTrond Myklebust
2022-10-03NFS: move from strlcpy with unused retval to strscpyWolfram Sang
2022-10-03NFS: clean up a needless assignment in nfs_file_write()Lukas Bulwahn
2022-10-03nfs: remove unnecessary (void*) conversions.yuzhe
2022-10-03NFSv4: Directly use ida_alloc()/free()Bo Liu
2022-10-02iomap: add a tracepoint for mappings returned by map_blocksDarrick J. Wong
2022-10-02iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong
2022-09-30ext4: fix potential out of bound read in ext4_fc_replay_scan()Ye Bin
2022-09-30ext4: factor out ext4_fc_get_tl()Ye Bin
2022-09-30ext4: introduce EXT4_FC_TAG_BASE_LEN helperYe Bin