summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-27filelock: Fix fcntl/close race recovery compat pathJann Horn
2024-07-27jfs: don't walk off the end of ealistlei lu
2024-07-27ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu
2024-07-27ext4: Send notifications on errorGabriel Krisman Bertazi
2024-07-27ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi
2024-07-27hfsplus: fix uninit-value in copy_nameEdward Adam Davis
2024-07-27fs: better handle deep ancestor chains in is_subdir()Christian Brauner
2024-07-27btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana
2024-07-27fs/file: fix the check in find_next_fd()Yuntao Wang
2024-07-27filelock: Remove locks reliably when fcntl/close race is detectedJann Horn
2024-07-18nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi
2024-07-18vfs: don't mod negative dentry count when on shrinker listBrian Foster
2024-07-18fs/dcache: Re-use value stored to dentry->d_flags instead of re-readinglinke li
2024-07-18filelock: fix potential use-after-free in posix_lock_inodeJeff Layton
2024-07-18nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi
2024-07-18nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi
2024-07-18nilfs2: fix inode number range checksRyusuke Konishi
2024-07-18jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong
2024-07-18orangefs: fix out-of-bounds fsid accessMike Marshall
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