summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-07-24clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro1-0/+5
2025-07-24smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong1-1/+9
2025-07-24cachefiles: Fix the incorrect return value in __cachefiles_write()Zizhi Wo2-5/+1
2025-07-24smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong1-1/+6
2025-07-24isofs: Verify inode mode when loading from diskJan Kara1-1/+8
2025-07-17ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon1-20/+9
2025-07-17btrfs: fix assertion when building free space treeFilipe Manana1-4/+12
2025-07-17erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu1-0/+2
2025-07-17erofs: adapt folios for z_erofs_read_folio()Gao Xiang1-5/+4
2025-07-17erofs: avoid on-stack pagepool directly passed by argumentsGao Xiang1-34/+30
2025-07-17erofs: allocate extra bvec pages directly instead of retryingGao Xiang1-20/+12
2025-07-17erofs: clean up z_erofs_pcluster_readmore()Yue Hu1-15/+12
2025-07-17erofs: remove the member readahead from struct z_erofs_decompress_frontendYue Hu1-10/+8
2025-07-17btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana1-11/+17
2025-07-17fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-5/+18
2025-07-17ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro1-0/+1
2025-07-17smb: server: make use of rdma_destroy_qp()Stefan Metzmacher1-2/+3
2025-07-17fix proc_sys_compare() handling of in-lookup dentriesAl Viro2-8/+12
2025-07-10btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana1-5/+2
2025-07-10NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust1-34/+87
2025-07-10smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong2-3/+5
2025-07-10btrfs: fix iteration of extrefs during log replayFilipe Manana1-2/+2
2025-07-10btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana1-1/+3
2025-07-10NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington1-1/+3
2025-07-10nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima1-3/+14
2025-07-06fs: omfs: Use flexible-array member in struct omfs_extentGustavo A. R. Silva2-7/+7
2025-07-06ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon1-9/+3
2025-07-06ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon1-2/+5
2025-07-06btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2025-07-06btrfs: fix a race between renames and directory loggingFilipe Manana1-17/+64
2025-07-06attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro1-4/+4
2025-07-06f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-07-06jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev1-1/+5
2025-07-06fs/jfs: consolidate sanity checking in dbMountDave Kleikamp1-28/+9
2025-07-06btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo1-2/+1
2025-07-06ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook1-1/+3
2025-07-06ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka1-1/+1
2025-07-06ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...Namjae Jeon1-26/+27
2025-07-06NFSv4: xattr handlers should check for absent nfs filehandlesScott Mayhew1-0/+5
2025-07-06NFSv4.2: fix listxattr to return selinux security labelOlga Kornievskaia1-2/+10
2025-07-06NFSv4: Always set NLINK even if the server doesn't support itHan Young1-0/+2
2025-07-06cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár1-0/+8
2025-07-06cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár4-3/+6
2025-06-27smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-27ksmbd: fix null pointer dereference in destroy_previous_sessionNamjae Jeon1-5/+6
2025-06-27smb: improve directory cache reuse for readdir operationsBharath SM2-17/+19
2025-06-27jffs2: check jffs2_prealloc_raw_node_refs() result in few other placesFedor Pchelkin2-2/+6
2025-06-27jffs2: check that raw node were preallocated before writing summaryArtem Sadovnikov1-1/+6
2025-06-27cifs: reset connections for all channels when reconnect requestedShyam Prasad N1-0/+7
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8