summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton2023-01-184-71/+42
* nfsd: rework refcounting in filecacheJeff Layton2023-01-182-180/+189
* NFSD: Add an nfsd_file_fsync tracepointChuck Lever2023-01-182-1/+35
* nfsd: reorganize filecache.cJeff Layton2023-01-182-57/+58
* nfsd: remove the pages_flushed statistic from filecacheJeff Layton2023-01-181-6/+1
* NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever2023-01-185-13/+64
* NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"Chuck Lever2023-01-183-21/+2
* NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever2023-01-184-14/+25
* cifs: fix double free on failed kerberos authPaulo Alcantara2023-01-181-1/+4
* cifs: do not query ifaces on smb1 mountsPaulo Alcantara2023-01-181-3/+6
* cifs: fix file info setting in cifs_open_file()Paulo Alcantara2023-01-181-26/+28
* cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara2023-01-181-3/+6
* cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-181-0/+1
* elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas2023-01-182-4/+4
* Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever2023-01-142-5/+4
* ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_a...William Liu2023-01-121-1/+2
* ksmbd: send proper error response in smb2_tree_connect()Marios Makassikis2023-01-121-2/+5
* ksmbd: fix infinite loop in ksmbd_conn_handler_loop()Namjae Jeon2023-01-122-3/+9
* btrfs: handle case when repair happens with dev-replaceQu Wenruo2023-01-121-1/+10
* nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton2023-01-121-0/+11
* hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds2023-01-121-5/+10
* udf: Fix extension of the last extent in the fileJan Kara2023-01-121-1/+1
* fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa2023-01-121-2/+2
* ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li2023-01-123-6/+1
* filelock: new helper: vfs_inode_has_locksJeff Layton2023-01-121-0/+23
* nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton2023-01-121-1/+1
* btrfs: fix an error handling path in btrfs_defrag_leaves()Sasha Levin2023-01-121-2/+4
* btrfs: fix compat_ro checks against remountQu Wenruo2023-01-123-5/+7
* btrfs: fix off-by-one in delalloc search during lseekFilipe Manana2023-01-122-2/+2
* cifs: refcount only the selected iface during interface updateShyam Prasad N2023-01-121-1/+2
* cifs: fix interface count calculation during refreshShyam Prasad N2023-01-121-1/+2
* btrfs: replace strncpy() with strscpy()Sasha Levin2023-01-122-7/+8
* ext4: allocate extended attribute value in vmalloc areaYe Bin2023-01-071-2/+2
* ext4: avoid unaccounted block allocation when expanding inodeJan Kara2023-01-071-0/+8
* ext4: initialize quota before expanding inode in setproject ioctlJan Kara2023-01-071-4/+4
* ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin2023-01-071-0/+3
* ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin2023-01-071-1/+2
* ext4: fix deadlock due to mbcache entry corruptionJan Kara2023-01-072-8/+10
* ext4: avoid BUG_ON when creating xattrsJan Kara2023-01-071-8/+0
* ext4: fix corrupt backup group descriptors after online resizeBaokun Li2023-01-071-7/+15
* ext4: dont return EINVAL from GETFSUUID when reporting UUID lengthDarrick J. Wong2023-01-071-2/+3
* ext4: fix bad checksum after online resizeBaokun Li2023-01-071-2/+2
* ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques2023-01-071-1/+8
* ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li2023-01-071-3/+3
* ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney2023-01-071-0/+8
* ext4: don't fail GETFSUUID when the caller provides a long bufferDarrick J. Wong2023-01-071-2/+4
* ext4: init quota for 'old.inode' in 'ext4_rename'Ye Bin2023-01-071-0/+3
* ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin2023-01-071-0/+1
* ext4: fix off-by-one errors in fast-commit block fillingEric Biggers2023-01-071-33/+33
* ext4: fix unaligned memory access in ext4_fc_reserve_space()Eric Biggers2023-01-071-18/+21