summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas
2023-01-04cifs: fix interface count calculation during refreshShyam Prasad N
2023-01-04cifs: refcount only the selected iface during interface updateShyam Prasad N
2023-01-04f2fs: fix to call clear_page_private_reference in .{release,invalid}_folioChao Yu
2023-01-04f2fs: remove unused PAGE_PRIVATE_ATOMIC_WRITEChao Yu
2023-01-04f2fs: fix to support .migrate_folio for compressed inodeChao Yu
2023-01-04f2fs: file: drop useless initializer in expand_inode_data()Sergey Shtylyov
2023-01-04Merge tag 'f2fs-fix-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-04Merge tag 'nfsd-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-01-04cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara
2023-01-04cifs: fix race in assemble_neg_contexts()Paulo Alcantara
2023-01-04cifs: ignore ipc reconnect failures during dfs failoverPaulo Alcantara
2023-01-04cifs: Fix kmap_local_page() unmappingIra Weiny
2023-01-03xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming
2023-01-03xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao
2023-01-03xfs: get root inode correctly at bulkstatHironori Shiina
2023-01-03xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong
2023-01-03f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim
2023-01-03f2fs: should use a temp extent_info for lookupJaegeuk Kim
2023-01-03f2fs: don't mix to use union values in extent_infoJaegeuk Kim
2023-01-03f2fs: initialize extent_cache parameterJaegeuk Kim
2023-01-03f2fs: fix to avoid NULL pointer dereference in f2fs_issue_flush()Chao Yu
2023-01-03fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion
2023-01-03btrfs: fix compat_ro checks against remountQu Wenruo
2023-01-03btrfs: always report error in run_one_delayed_ref()Qu Wenruo
2023-01-03btrfs: handle case when repair happens with dev-replaceQu Wenruo
2023-01-03btrfs: fix off-by-one in delalloc search during lseekFilipe Manana
2023-01-03btrfs: fix false alert on bad tree level checkQu Wenruo
2023-01-03btrfs: add error message for metadata level mismatchQu Wenruo
2023-01-03btrfs: fix ASSERT em->len condition in btrfs_get_extentTanmay Bhushan
2023-01-02Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-02fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa
2023-01-02nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton
2023-01-02ceph: avoid use-after-free in ceph_fl_release_lock()Xiubo Li
2023-01-02ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li
2023-01-01ksmbd: fix infinite loop in ksmbd_conn_handler_loop()Namjae Jeon
2023-01-01ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_a...William Liu
2023-01-01ksmbd: send proper error response in smb2_tree_connect()Marios Makassikis
2023-01-01NFS: Fix up a sparse warningTrond Myklebust
2023-01-01NFS: Judge the file access cache's timestamp in rcu pathChengen Du
2023-01-01fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUGEric Biggers
2023-01-01fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers
2023-01-01fsverity: optimize fsverity_cleanup_inode() on non-verity filesEric Biggers
2023-01-01fsverity: optimize fsverity_prepare_setattr() on non-verity filesEric Biggers
2023-01-01fsverity: optimize fsverity_file_open() on non-verity filesEric Biggers
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers
2022-12-27rseq: Introduce feature size and alignment ELF auxiliary vector entriesMathieu Desnoyers
2022-12-26xfs: make xfs_iomap_page_ops staticDarrick J. Wong
2022-12-26xfs: don't assert if cmap covers imap after cycling lockDarrick J. Wong
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)