aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-02-06cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara
2023-02-06erofs: clean up parsing of fscache related optionsJingbo Xu
2023-02-06erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant
2023-02-01ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi
2023-02-01ovl: fix tmpfile leakMiklos Szeredi
2023-02-01ksmbd: limit pdu length size according to connection statusNamjae Jeon
2023-02-01ksmbd: downgrade ndr version error message to debugNamjae Jeon
2023-02-01ksmbd: do not sign response to session request for guest loginMarios Makassikis
2023-02-01ksmbd: add max connections parameterNamjae Jeon
2023-02-01cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells
2023-02-01nfsd: don't free files unconditionally in __nfsd_file_cache_purgeJeff Layton
2023-02-01btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2023-02-01cifs: fix potential memory leaks in session setupPaulo Alcantara
2023-02-01cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara
2023-02-01NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo
2023-02-01affs: initialize fsdata in affs_truncate()Alexander Potapenko
2023-02-01erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang
2023-01-24fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi
2023-01-24cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara
2023-01-24cifs: do not include page data when checking signatureEnzo Matsumiya
2023-01-24btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana
2023-01-24btrfs: fix invalid leaf access due to inline extent during lseekFilipe Manana
2023-01-24btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo
2023-01-24btrfs: do not abort transaction on failure to update log rootFilipe Manana
2023-01-24btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana
2023-01-24btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana
2023-01-24btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana
2023-01-24btrfs: fix missing error handling when logging directory itemsFilipe Manana
2023-01-24btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo
2023-01-24mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand
2023-01-24nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi
2023-01-24zonefs: Detect append writes at invalid locationsDamien Le Moal
2023-01-24cifs: fix race in assemble_neg_contexts()Paulo Alcantara
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim
2023-01-24btrfs: always report error in run_one_delayed_ref()Qu Wenruo
2023-01-24pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia
2023-01-18nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton
2023-01-18nfsd: rework refcounting in filecacheJeff Layton
2023-01-18NFSD: Add an nfsd_file_fsync tracepointChuck Lever
2023-01-18nfsd: reorganize filecache.cJeff Layton
2023-01-18nfsd: remove the pages_flushed statistic from filecacheJeff Layton
2023-01-18NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever
2023-01-18NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"Chuck Lever
2023-01-18NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever
2023-01-18cifs: fix double free on failed kerberos authPaulo Alcantara
2023-01-18cifs: do not query ifaces on smb1 mountsPaulo Alcantara
2023-01-18cifs: fix file info setting in cifs_open_file()Paulo Alcantara
2023-01-18cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara
2023-01-18cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke
2023-01-18elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas