summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-11-28ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon1-3/+26
2023-11-28ksmbd: handle malformed smb1 messageNamjae Jeon1-0/+11
2023-11-28ksmbd: fix recursive locking in vfs helpersMarios Makassikis1-20/+3
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen1-1/+0
2023-11-28proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+7
2023-11-28cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina1-3/+2
2023-11-28cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova1-2/+2
2023-11-28gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher1-3/+4
2023-11-28NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia1-2/+3
2023-11-28NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunkingOlga Kornievskaia1-1/+6
2023-11-28gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng1-4/+6
2023-11-28gfs2: fix an oops in gfs2_permissionAl Viro2-3/+10
2023-11-28gfs2: ignore negated quota changesBob Peterson1-0/+11
2023-11-289p: v9fs_listxattr: fix %s null argument warningDominique Martinet1-2/+3
2023-11-28f2fs: fix error handling of __get_node_pageZhiguo Niu1-1/+2
2023-11-28f2fs: fix error path of __f2fs_build_free_nidsZhiguo Niu1-2/+9
2023-11-28exfat: support handle zero-size directoryYuezhang Mo1-7/+22
2023-11-28jfs: fix array-index-out-of-bounds in diAllocManas Ghandat1-1/+4
2023-11-28jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat1-4/+10
2023-11-28fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng1-0/+6
2023-11-28fs/jfs: Add check for negative db_l2nbperpageJuntong Deng1-1/+2
2023-11-28btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana25-169/+205
2023-11-20btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Qu Wenruo1-3/+7
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana1-5/+5
2023-11-20eventfs: Check for NULL ef in eventfs_set_attr()Steven Rostedt (Google)1-2/+2
2023-11-20fs: dlm: Simplify buffer size computation in dlm_create_debug_file()Christophe JAILLET1-5/+5
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-11-20debugfs: Fix __rcu type comparison warningMike Tipton1-1/+1
2023-11-20f2fs: fix to drop meta_inode's page cache in f2fs_put_super()Chao Yu1-1/+1
2023-11-20f2fs: compress: fix to avoid redundant compress extensionChao Yu1-0/+33
2023-11-20f2fs: compress: fix to avoid use-after-free on dicChao Yu1-1/+3
2023-11-20f2fs: compress: fix deadloop in f2fs_write_cache_pages()Chao Yu1-2/+18
2023-11-20erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2-7/+2
2023-11-20dlm: fix no ack after final messageAlexander Aring1-3/+3
2023-11-20dlm: be sure we reset all nodes at forced shutdownAlexander Aring1-2/+8
2023-11-20dlm: fix remove member after close callAlexander Aring1-1/+12
2023-11-20dlm: fix creating multiple node structuresAlexander Aring1-1/+9
2023-11-20fs: dlm: Fix the size of a buffer in dlm_create_debug_file()Christophe JAILLET1-1/+2
2023-11-20ext4: move 'ix' sanity check to corrent positionGou Hao1-5/+5
2023-11-20ext4: add missing initialization of call_notify_error in update_super_work()Theodore Ts'o1-1/+2
2023-11-20pstore/platform: Add check for kstrdupJiasheng Jiang1-1/+8
2023-11-20writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbsJingbo Xu1-12/+29
2023-11-20nfsd: Handle EOPENSTALE correctly in the filecacheTrond Myklebust3-25/+34
2023-11-08eventfs: Use simple_recursive_removal() to clean up dentriesSteven Rostedt (Google)1-38/+33
2023-11-08eventfs: Delete eventfs_inode when the last dentry is freedSteven Rostedt (Google)1-76/+74
2023-11-08eventfs: Save ownership and modeSteven Rostedt (Google)1-16/+91
2023-11-08eventfs: Remove "is_freed" union with rcu headSteven Rostedt (Google)1-3/+5
2023-10-28Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2023-10-28ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lockAl Viro1-1/+1
2023-10-24Merge tag 'pull-nfsd-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+6