summaryrefslogtreecommitdiffstats
path: root/fs/vboxsf
Commit message (Expand)AuthorAgeFilesLines
* vboxsf: explicitly deny setlease attemptsJeff Layton2024-04-031-0/+1
* vboxsf: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-031-3/+3
* vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET2024-04-031-1/+2
* vboxsf: remove redundant variable out_lenColin Ian King2024-04-031-3/+0
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+1
* fs: vboxsf: fix a kernel-doc warningRandy Dunlap2023-12-081-1/+1
* vboxsf: convert to new timestamp accessorsJeff Layton2023-10-181-7/+8
* Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-3/+3
|\
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * vboxsf: convert to ctime accessor functionsJeff Layton2023-07-241-2/+2
* | Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-081-3/+3
|\ \
| * | vboxsf: Use flexible arrays for trailing string memberKees Cook2023-07-261-3/+3
| |/
* / vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+2
|/
* Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-1/+1
|\
| * vboxsf: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-1/+1
* | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
|/
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
* vboxsf: Convert vboxsf to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+1
|\
| * fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \
| * | fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-0/+1
| |/
* / fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* vboxfs: fix broken legacy mount signature checkingLinus Torvalds2021-09-271-10/+2
* vboxsf: Add support for the atomic_open directory-inode opHans de Goede2021-06-231-0/+48
* vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede2021-06-232-27/+51
* vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede2021-06-231-7/+11
* vboxsf: Honor excl flag to the dir-inode create opHans de Goede2021-06-231-7/+9
* vboxsf: don't allow to change the inode typeAl Viro2021-03-124-31/+49
* fs: make helpers idmap mount awareChristian Brauner2021-01-243-10/+17
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2020-09-012-2/+2
| |\
| * | fs: Fix missing 'bit' in commentChucheng Luo2020-05-181-1/+1
* | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-0/+2
|\ \ \
| * | | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-0/+2
| | |/ | |/|
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-09-221-1/+1
|\ \ \ | |/ / |/| |
| * | vboxsf: Fix the check for the old binary mount-arguments structHans de Goede2020-08-251-1/+1
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/ /
* / vboxsf: don't use the source name in the bdi nameChristoph Hellwig2020-05-071-1/+1
|/
* fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede2020-02-089-0/+3272