summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2 daysMerge tag 'ntfs-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
3 daysMerge tag 'v7.1-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
4 daysMerge tag 'v7.1-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
5 dayscifs: change_conf needs to be called for session setupShyam Prasad N
5 dayssmb: client: change allocation requirements in smb2_compound_opFredric Cover
5 daysntfs: Use return instead of goto in ntfs_mapping_pairs_decompress()Nathan Chancellor
5 daysntfs: drop nlink once for WIN32/DOS aliasesHyunchul Lee
5 daysksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang
5 dayssmb: server: handle readdir_info_level_struct_sz() errorMarios Makassikis
6 daysntfs: fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run()Namjae Jeon
7 daysMerge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
7 daysMerge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
7 daysMerge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
7 daysntfs: fix error handling in ntfs_write_iomap_end_resident()Namjae Jeon
7 daysntfs: fix VCN overflow in ntfs_mapping_pairs_decompress()Zhan Xusheng
7 daysntfs: fix WSL symlink target leak on reparse failureDaeMyung Kang
7 daysntfs: fix NULL dereference in ntfs_index_walk_down()DaeMyung Kang
8 dayssmb/client: remove unused smb3_parse_opt()David Disseldorp
9 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
10 daysMerge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
10 daysMerge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
10 daysMerge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
10 daysMerge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds
11 daysMerge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
11 daysMerge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
11 daysMerge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds
11 dayseventpoll: drop vestigial epi->dying flagChristian Brauner
11 dayseventpoll: drop dead bool return from ep_remove_epi()Christian Brauner
11 dayseventpoll: move f_lock acquisition into ep_remove_file()Christian Brauner
11 dayseventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner
11 dayseventpoll: move epi_fget() upChristian Brauner
11 dayseventpoll: rename ep_remove_safe() back to ep_remove()Christian Brauner
11 dayseventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner
11 dayseventpoll: kill __ep_remove()Christian Brauner
11 dayseventpoll: split __ep_remove()Christian Brauner
11 dayseventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner
11 daysfs: Handle multiply claimed blocks more gracefully with mmbJan Kara
11 daysfs: aio: reject partial mremap to avoid Null-pointer-dereference errorZizhi Wo
11 daysfuse: reject oversized dirents in page cacheSamuel Page
11 dayswriteback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara
11 daysfs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference errorZizhi Wo
12 dayssmb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher
12 daysMerge tag 'tracefs-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
12 daysudf: reject descriptors with oversized CRC lengthMichael Bommarito
12 dayssmb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers
12 dayssmb: client: Make generate_key() return voidEric Biggers
12 dayssmb: client: Remove obsolete cmac(aes) allocationEric Biggers
12 dayssmb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers
12 dayssmb: common: add SMB3_COMPRESS_MAX_ALGSEnzo Matsumiya
12 dayssmb: client: compress: add code docs to lz77.cEnzo Matsumiya