summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
6 daysiomap: adjust read range correctly for non-block-aligned positionsJoanne Koong1-6/+13
6 daysxfs: bounds-check buffer log item's dirty bitmapIbrahim Hashimov1-15/+38
6 daysxfs: don't use a xfs_log_iovec for ri_buf in log recoveryChristoph Hellwig16-121/+123
6 daysxfs: validate attr entry pointer before field accessHongling Zeng1-0/+14
6 daysext4: clear error before retrying inode xattr space fallbackGuanghui Yang1-0/+1
6 daysext4: stop retrying saturated xattr cache entriesMatthias Goergens1-2/+4
6 daysocfs2: fix missing metadata reservation for large xattrsIan Bridges1-6/+12
10 dayserofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platformsGao Xiang1-1/+2
10 daysbinfmt_misc: use exe_file_deny_write_access() for the interpreter cloneChristian Brauner1-2/+8
10 daysbinfmt_misc: restore write access when removing an entryChristian Brauner1-1/+3
10 daysfs: don't block write during exec on pre-content watched filesAmir Goldstein3-7/+7
10 daysksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon3-15/+37
10 daysksmbd: conn lock to serialize smb2 negotiateNamjae Jeon1-0/+2
10 dayserofs: cap LZMA stream pool sizeMichael Bommarito2-1/+16
10 dayserofs: maintain cookies of share domain in self-contained listJingbo Xu2-24/+24
10 dayserofs: tidy up internal.hGao Xiang1-55/+28
10 daysksmbd: validate minimum PDU size for transform requestsNamjae Jeon1-5/+11
10 dayssmb/server: fix minimum SMB2 PDU sizeChenXiaoSong1-2/+2
10 dayssmb/server: fix minimum SMB1 PDU sizeChenXiaoSong1-2/+3
10 daysksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon7-54/+54
10 dayssmb/server: rename include guard in smb_common.hChenXiaoSong1-3/+3
10 dayssuper: fix emergency thaw deadlock on frozen block devicesChristian Brauner1-4/+15
10 daysksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan1-1/+6
10 daysksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li1-1/+7
10 daysksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng1-3/+9
10 daysceph: fix hanging __ceph_get_caps() with stale mds_wantedMax Kellermann3-6/+22
10 daysceph: rename _to_client() to _to_fs_client()Xiubo Li13-94/+94
10 daysceph: pass the mdsc to several helpersXiubo Li9-36/+50
10 daysceph: avoid fs reclaim while using current->journal_infoMax Kellermann1-0/+11
10 daysovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee1-2/+10
10 days9p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao1-0/+9
10 daysntfs3: validate split-point offset in indx_insert_into_bufferMichael Bommarito1-0/+14
10 daysfs/ntfs3: Undo critial modificatins to keep directory consistencyKonstantin Komarov1-10/+20
10 daysVFS/audit: introduce kern_path_parent() for auditNeilBrown1-0/+43
10 daysxfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
10 daysxfs: don't swallow dquot recovery verification errorsLong Li1-1/+1
10 daysxfs: fix ilock leak on error in xfs_dq_get_next_idLong Li1-1/+2
10 daysceph: fix MDS random selection readiness predicateYiming Zhu1-1/+1
10 daysfscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()Zhan Xusheng1-1/+1
10 daysf2fs: fix UAF issue in f2fs_merge_page_bio()Chao Yu1-1/+1
14 dayssmb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai1-1/+1
14 daysfscrypt: Replace mk_users keyring with simple listEric Biggers2-131/+113
14 daysbtrfs: fix memory leak in btrfs_do_encoded_write()Dmitry Antipov1-0/+1
14 daysNFS: Pin the 'struct nfs_server' during a FREE_STATEID callAnna Schumaker1-0/+5
14 daysmount: honour SB_NOUSER in the new mount APIAl Viro1-0/+5
14 daysbinfmt_misc: reject a flag character as the field delimiterChristian Brauner1-0/+4
14 daysksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon1-0/+2
14 daysksmbd: return success for deferred final closeNamjae Jeon1-1/+3
14 dayssmb: client: fix buffer leaks in SMB1 read and writeDawei Feng1-3/+9
14 daysexfat: validate cluster allocation bits of the allocation bitmapNamjae Jeon1-12/+42