summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
39 hoursMerge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-40/+133
39 hoursMerge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds14-31/+1127
39 hoursMerge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-42/+114
39 hoursMerge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds2-3/+7
2 daysMerge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-100/+112
3 daysMerge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds39-214/+164
3 daysMerge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds24-392/+438
3 dayseventpoll: drop vestigial epi->dying flagChristian Brauner1-20/+7
3 dayseventpoll: drop dead bool return from ep_remove_epi()Christian Brauner1-8/+5
3 dayseventpoll: move f_lock acquisition into ep_remove_file()Christian Brauner1-6/+4
3 dayseventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner1-6/+10
3 dayseventpoll: move epi_fget() upChristian Brauner1-28/+28
3 dayseventpoll: rename ep_remove_safe() back to ep_remove()Christian Brauner1-8/+8
3 dayseventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner1-6/+6
3 dayseventpoll: kill __ep_remove()Christian Brauner1-37/+30
3 dayseventpoll: split __ep_remove()Christian Brauner1-4/+23
3 dayseventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner1-1/+1
3 daysfs: Handle multiply claimed blocks more gracefully with mmbJan Kara1-1/+8
3 daysfs: aio: reject partial mremap to avoid Null-pointer-dereference errorZizhi Wo1-1/+2
3 daysfuse: reject oversized dirents in page cacheSamuel Page1-0/+4
3 dayswriteback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara1-17/+19
3 daysfs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference errorZizhi Wo1-1/+1
4 dayssmb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher27-42/+42
4 daysMerge tag 'tracefs-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-2/+22
4 dayssmb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers1-7/+5
4 dayssmb: client: Make generate_key() return voidEric Biggers1-29/+16
4 dayssmb: client: Remove obsolete cmac(aes) allocationEric Biggers10-95/+2
4 dayssmb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers4-74/+30
4 dayssmb: common: add SMB3_COMPRESS_MAX_ALGSEnzo Matsumiya1-0/+2
4 dayssmb: client: compress: add code docs to lz77.cEnzo Matsumiya1-8/+73
4 dayssmb: client: compress: LZ77 optimizationsEnzo Matsumiya2-69/+108
4 dayssmb: client: compress: increase LZ77_MATCH_MAX_DISTEnzo Matsumiya1-2/+1
4 dayssmb: client: compress: fix counting in LZ77 match findingEnzo Matsumiya1-7/+10
4 dayssmb: client: compress: fix buffer overrun in lz77_compress()Enzo Matsumiya3-15/+33
4 dayssmb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_daclMichael Bommarito1-3/+3
4 dayssmb: client: fix (remove) drop_dir_cache module parameterEnzo Matsumiya6-45/+59
4 dayssmb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
4 dayssmb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-31/+85
4 dayssmb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
4 dayssmb: server: stop sending fake security descriptorsMarios Makassikis1-15/+2
4 daysksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
4 daysksmbd: fix CreateOptions sanitization clobbering the whole fieldDaeMyung Kang1-2/+2
4 daysksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang1-0/+2
4 daysksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCountAkif Sait1-1/+6
4 daysksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+9
4 daysksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
4 daysksmbd: Use AES-CMAC library for SMB3 signature calculationEric Biggers7-117/+19
4 daysksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang1-3/+2
4 daysNFS: Fix RCU dereference of cl_xprt in nfs_compare_super_addressSean Chang1-3/+13
4 daysNFS: remove redundant __private attribute from nfs_page_classSean Chang1-1/+1