summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-18cifs: fix double free on failed kerberos authPaulo Alcantara1-1/+4
2023-01-18cifs: do not query ifaces on smb1 mountsPaulo Alcantara1-3/+6
2023-01-18cifs: fix file info setting in cifs_open_file()Paulo Alcantara1-26/+28
2023-01-18cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara1-3/+6
2023-01-18cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke1-0/+1
2023-01-18elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas2-4/+4
2023-01-14Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever2-5/+4
2023-01-12ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_a...William Liu1-1/+2
2023-01-12ksmbd: send proper error response in smb2_tree_connect()Marios Makassikis1-2/+5
2023-01-12ksmbd: fix infinite loop in ksmbd_conn_handler_loop()Namjae Jeon2-3/+9
2023-01-12btrfs: handle case when repair happens with dev-replaceQu Wenruo1-1/+10
2023-01-12nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton1-0/+11
2023-01-12hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2023-01-12udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2023-01-12fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa1-2/+2
2023-01-12ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li3-6/+1
2023-01-12filelock: new helper: vfs_inode_has_locksJeff Layton1-0/+23
2023-01-12nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton1-1/+1
2023-01-12btrfs: fix an error handling path in btrfs_defrag_leaves()Sasha Levin1-2/+4
2023-01-12btrfs: fix compat_ro checks against remountQu Wenruo3-5/+7
2023-01-12btrfs: fix off-by-one in delalloc search during lseekFilipe Manana2-2/+2
2023-01-12cifs: refcount only the selected iface during interface updateShyam Prasad N1-1/+2
2023-01-12cifs: fix interface count calculation during refreshShyam Prasad N1-1/+2
2023-01-12btrfs: replace strncpy() with strscpy()Sasha Levin2-7/+8
2023-01-07ext4: allocate extended attribute value in vmalloc areaYe Bin1-2/+2