summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'ntfs-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-25/+72
4 daysMerge tag 'v7.1-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-9/+46
5 daysMerge tag 'v7.1-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-33/+12
6 dayscifs: change_conf needs to be called for session setupShyam Prasad N1-0/+11
6 dayssmb: client: change allocation requirements in smb2_compound_opFredric Cover1-1/+1
6 daysntfs: Use return instead of goto in ntfs_mapping_pairs_decompress()Nathan Chancellor1-1/+1
6 daysntfs: drop nlink once for WIN32/DOS aliasesHyunchul Lee1-2/+11
6 daysksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang2-8/+39
6 dayssmb: server: handle readdir_info_level_struct_sz() errorMarios Makassikis1-1/+7
7 daysntfs: fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run()Namjae Jeon1-8/+11
8 daysMerge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-12/+18
8 daysMerge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-12/+49
8 daysMerge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-29/+104
8 daysntfs: fix error handling in ntfs_write_iomap_end_resident()Namjae Jeon1-3/+3
8 daysntfs: fix VCN overflow in ntfs_mapping_pairs_decompress()Zhan Xusheng1-3/+21
8 daysntfs: fix WSL symlink target leak on reparse failureDaeMyung Kang1-2/+3
8 daysntfs: fix NULL dereference in ntfs_index_walk_down()DaeMyung Kang2-7/+23
9 dayssmb/client: remove unused smb3_parse_opt()David Disseldorp2-32/+0
10 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+3
11 daysMerge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-40/+133
11 daysMerge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds14-31/+1127
11 daysMerge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-42/+114
11 daysMerge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds2-3/+7
12 daysMerge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-100/+112
12 daysMerge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds39-214/+164
12 daysMerge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds24-392/+438
12 dayseventpoll: drop vestigial epi->dying flagChristian Brauner1-20/+7
12 dayseventpoll: drop dead bool return from ep_remove_epi()Christian Brauner1-8/+5
12 dayseventpoll: move f_lock acquisition into ep_remove_file()Christian Brauner1-6/+4
12 dayseventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner1-6/+10
12 dayseventpoll: move epi_fget() upChristian Brauner1-28/+28
12 dayseventpoll: rename ep_remove_safe() back to ep_remove()Christian Brauner1-8/+8
12 dayseventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner1-6/+6
12 dayseventpoll: kill __ep_remove()Christian Brauner1-37/+30
12 dayseventpoll: split __ep_remove()Christian Brauner1-4/+23
12 dayseventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner1-1/+1
12 daysfs: Handle multiply claimed blocks more gracefully with mmbJan Kara1-1/+8
12 daysfs: aio: reject partial mremap to avoid Null-pointer-dereference errorZizhi Wo1-1/+2
12 daysfuse: reject oversized dirents in page cacheSamuel Page1-0/+4
12 dayswriteback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara1-17/+19
12 daysfs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference errorZizhi Wo1-1/+1
13 dayssmb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher27-42/+42
13 daysMerge tag 'tracefs-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-2/+22
13 daysudf: reject descriptors with oversized CRC lengthMichael Bommarito1-2/+6
13 dayssmb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers1-7/+5
13 dayssmb: client: Make generate_key() return voidEric Biggers1-29/+16
13 dayssmb: client: Remove obsolete cmac(aes) allocationEric Biggers10-95/+2
13 dayssmb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers4-74/+30
13 dayssmb: common: add SMB3_COMPRESS_MAX_ALGSEnzo Matsumiya1-0/+2
13 dayssmb: client: compress: add code docs to lz77.cEnzo Matsumiya1-8/+73