summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-02-09mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-02-09Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher1-1/+10
2023-02-09squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2023-02-09fscache: Use wait_on_bit() to wait for the freeing of relinquished volumeHou Tao1-5/+6
2023-02-09use less confusing names for iov_iter direction initializersAl Viro31-72/+72
2023-02-06cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara1-3/+3
2023-02-06erofs: clean up parsing of fscache related optionsJingbo Xu1-7/+6
2023-02-06erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant1-3/+7
2023-02-01ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi1-0/+4
2023-02-01ovl: fix tmpfile leakMiklos Szeredi1-1/+1
2023-02-01ksmbd: limit pdu length size according to connection statusNamjae Jeon2-4/+18
2023-02-01ksmbd: downgrade ndr version error message to debugNamjae Jeon1-4/+4
2023-02-01ksmbd: do not sign response to session request for guest loginMarios Makassikis1-0/+2
2023-02-01ksmbd: add max connections parameterNamjae Jeon4-2/+22
2023-02-01cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells1-0/+1
2023-02-01nfsd: don't free files unconditionally in __nfsd_file_cache_purgeJeff Layton1-25/+36
2023-02-01btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota3-1/+10
2023-02-01cifs: fix potential memory leaks in session setupPaulo Alcantara3-0/+4
2023-02-01cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara1-19/+23
2023-02-01NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo1-0/+1
2023-02-01affs: initialize fsdata in affs_truncate()Alexander Potapenko1-1/+1
2023-02-01erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang1-6/+6
2023-01-24fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi1-1/+1
2023-01-24cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara5-84/+56
2023-01-24cifs: do not include page data when checking signatureEnzo Matsumiya1-6/+9
2023-01-24btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana1-8/+17
2023-01-24btrfs: fix invalid leaf access due to inline extent during lseekFilipe Manana1-3/+10
2023-01-24btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo1-2/+12
2023-01-24btrfs: do not abort transaction on failure to update log rootFilipe Manana1-7/+4
2023-01-24btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana2-3/+8
2023-01-24btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana1-1/+3
2023-01-24btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana1-6/+15
2023-01-24btrfs: fix missing error handling when logging directory itemsFilipe Manana1-0/+9
2023-01-24btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo1-1/+10
2023-01-24mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand1-6/+22
2023-01-24nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi1-3/+12
2023-01-24zonefs: Detect append writes at invalid locationsDamien Le Moal1-0/+22
2023-01-24cifs: fix race in assemble_neg_contexts()Paulo Alcantara1-4/+7
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim1-1/+2
2023-01-24btrfs: always report error in run_one_delayed_ref()Qu Wenruo1-2/+5
2023-01-24pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia1-0/+8
2023-01-18nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton4-71/+42
2023-01-18nfsd: rework refcounting in filecacheJeff Layton2-180/+189
2023-01-18NFSD: Add an nfsd_file_fsync tracepointChuck Lever2-1/+35
2023-01-18nfsd: reorganize filecache.cJeff Layton2-57/+58
2023-01-18nfsd: remove the pages_flushed statistic from filecacheJeff Layton1-6/+1
2023-01-18NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever5-13/+64
2023-01-18NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"Chuck Lever3-21/+2
2023-01-18NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever4-14/+25