summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-05nfs: Leave pages in the pagecache if readpage failedMatthew Wilcox (Oracle)
2024-07-05ftruncate: pass a signed offsetArnd Bergmann
2024-07-05ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara
2024-07-05nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton
2024-07-05smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-07-05cifs: missed ref-counting smb session in findShyam Prasad N
2024-07-05knfsd: LOOKUP can return an illegal error valueTrond Myklebust
2024-07-05udf: udftime: prevent overflow in udf_disk_stamp_to_time()Roman Smirnov
2024-07-05f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He
2024-07-05nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi
2024-07-05ocfs2: fix races between hole punching and AIO+DIOSu Yue
2024-07-05ocfs2: use coarse time for new created filesSu Yue
2024-07-05fs/proc: fix softlockup in __read_vmcoreRik van Riel
2024-07-05jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman
2024-07-05nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi
2024-07-05nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)
2024-07-05nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)
2024-07-05btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana
2024-06-21nfsd: Fix a regression in nfsd_setattr()Trond Myklebust
2024-06-21nfsd: don't call locks_release_private() twice concurrentlyNeilBrown
2024-06-21nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown
2024-06-21nfsd: fix RELEASE_LOCKOWNERNeilBrown
2024-06-21nfsd: drop the nfsd_put helperJeff Layton
2024-06-21nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown
2024-06-21NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown
2024-06-21nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown
2024-06-21nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown
2024-06-21nfsd: don't allow nfsd threads to be signalled.Chuck Lever
2024-06-21nfsd: Fix creation time serialization orderTavian Barnes
2024-06-21NFSD: Add an nfsd4_encode_nfstime4() helperChuck Lever
2024-06-21lockd: drop inappropriate svc_get() from locked_get()NeilBrown
2024-06-21nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2024-06-21nfsd: make a copy of struct iattr before calling notify_changeJeff Layton
2024-06-21NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loopDai Ngo
2024-06-21nfsd: simplify the delayed disposal list codeJeff Layton
2024-06-21NFSD: Convert filecache to rhltableChuck Lever
2024-06-21nfsd: allow reaping files still under writebackJeff Layton
2024-06-21nfsd: update comment over __nfsd_file_cache_purgeJeff Layton
2024-06-21nfsd: don't take/put an extra reference when putting a fileJeff Layton
2024-06-21nfsd: add some comments to nfsd_file_do_acquireJeff Layton
2024-06-21nfsd: don't kill nfsd_files because of lease break errorJeff Layton
2024-06-21nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton
2024-06-21nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton
2024-06-21nfsd: don't open-code clear_and_wake_up_bitJeff Layton
2024-06-21nfsd: call op_release, even when op_func returns an errorJeff Layton
2024-06-21NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGALChuck Lever
2024-06-21nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton
2024-06-21lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton
2024-06-21NFSD: Protect against filesystem freezingChuck Lever
2024-06-21NFSD: copy the whole verifier in nfsd_copy_write_verifierChuck Lever