aboutsummaryrefslogtreecommitdiff
path: root/fs/vboxsf
AgeCommit message (Expand)AuthorFilesLines
2024-04-03vboxsf: explicitly deny setlease attemptsGravatar Jeff Layton 1-0/+1
2024-04-03vboxsf: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 1-3/+3
2024-04-03vboxsf: Avoid an spurious warning if load_nls_xxx() failsGravatar Christophe JAILLET 1-1/+2
2024-04-03vboxsf: remove redundant variable out_lenGravatar Colin Ian King 1-3/+0
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-2/+1
2023-12-08fs: vboxsf: fix a kernel-doc warningGravatar Randy Dunlap 1-1/+1
2023-10-18vboxsf: convert to new timestamp accessorsGravatar Jeff Layton 1-7/+8
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-3/+3
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-08-08Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2023-08-06vfs: get rid of old '->iterate' directory operationGravatar Linus Torvalds 1-1/+2
2023-07-26vboxsf: Use flexible arrays for trailing string memberGravatar Kees Cook 1-3/+3
2023-07-24vboxsf: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+2
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-05-22vboxsf: Replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 2-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2022-05-09vboxsf: Convert vboxsf to read_folioGravatar Matthew Wilcox (Oracle) 1-2/+3
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-21fs: Move many prototypes to pagemap.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2021-09-27vboxfs: fix broken legacy mount signature checkingGravatar Linus Torvalds 1-10/+2
2021-06-23vboxsf: Add support for the atomic_open directory-inode opGravatar Hans de Goede 1-0/+48
2021-06-23vboxsf: Add vboxsf_[create|release]_sf_handle() helpersGravatar Hans de Goede 2-27/+51
2021-06-23vboxsf: Make vboxsf_dir_create() return the handle for the created fileGravatar Hans de Goede 1-7/+11
2021-06-23vboxsf: Honor excl flag to the dir-inode create opGravatar Hans de Goede 1-7/+9
2021-03-12vboxsf: don't allow to change the inode typeGravatar Al Viro 4-31/+49
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 3-10/+17
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initGravatar Christoph Hellwig 1-0/+2
2020-09-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+1
2020-09-01Merge branch 'master' into for-nextGravatar Jiri Kosina 2-2/+2
2020-08-25vboxsf: Fix the check for the old binary mount-arguments structGravatar Hans de Goede 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-05-18fs: Fix missing 'bit' in commentGravatar Chucheng Luo 1-1/+1
2020-05-07vboxsf: don't use the source name in the bdi nameGravatar Christoph Hellwig 1-1/+1
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportGravatar Hans de Goede 9-0/+3272