summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
4 daysMerge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
4 daysMerge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
4 daysMerge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
7 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
7 daysMerge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
7 daysMerge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
7 daysMerge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
7 daysMerge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds
8 daysMerge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
8 daysMerge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
8 daysMerge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds
8 dayseventpoll: drop vestigial epi->dying flagChristian Brauner
8 dayseventpoll: drop dead bool return from ep_remove_epi()Christian Brauner
8 dayseventpoll: move f_lock acquisition into ep_remove_file()Christian Brauner
8 dayseventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner
8 dayseventpoll: move epi_fget() upChristian Brauner
8 dayseventpoll: rename ep_remove_safe() back to ep_remove()Christian Brauner
8 dayseventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner
8 dayseventpoll: kill __ep_remove()Christian Brauner
8 dayseventpoll: split __ep_remove()Christian Brauner
8 dayseventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner
8 daysfs: Handle multiply claimed blocks more gracefully with mmbJan Kara
8 daysfs: aio: reject partial mremap to avoid Null-pointer-dereference errorZizhi Wo
8 daysfuse: reject oversized dirents in page cacheSamuel Page
8 dayswriteback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara
8 daysfs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference errorZizhi Wo
9 dayssmb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher
9 daysMerge tag 'tracefs-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
10 daysudf: reject descriptors with oversized CRC lengthMichael Bommarito
10 dayssmb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers
10 dayssmb: client: Make generate_key() return voidEric Biggers
10 dayssmb: client: Remove obsolete cmac(aes) allocationEric Biggers
10 dayssmb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers
10 dayssmb: common: add SMB3_COMPRESS_MAX_ALGSEnzo Matsumiya
10 dayssmb: client: compress: add code docs to lz77.cEnzo Matsumiya
10 dayssmb: client: compress: LZ77 optimizationsEnzo Matsumiya
10 dayssmb: client: compress: increase LZ77_MATCH_MAX_DISTEnzo Matsumiya
10 dayssmb: client: compress: fix counting in LZ77 match findingEnzo Matsumiya
10 dayssmb: client: compress: fix buffer overrun in lz77_compress()Enzo Matsumiya
10 dayssmb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_daclMichael Bommarito
10 dayssmb: client: fix (remove) drop_dir_cache module parameterEnzo Matsumiya
10 dayssmb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito
10 dayssmb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito
10 dayssmb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito
10 dayssmb: server: stop sending fake security descriptorsMarios Makassikis
10 daysksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim
10 daysksmbd: fix CreateOptions sanitization clobbering the whole fieldDaeMyung Kang
10 daysksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang
10 daysksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCountAkif Sait
10 daysksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang