- 5d069db fuse: fix bad inode by Miklos Szeredi · 4 years, 1 month ago
- 9d769e6 fuse: support SB_NOSEC flag to improve write performance by Vivek Goyal · 4 years, 3 months ago
- 643a666 fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request by Vivek Goyal · 4 years, 3 months ago
- 8981bdf fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2 by Vivek Goyal · 4 years, 3 months ago
- 3179216 fuse: setattr should set FATTR_KILL_SUIDGID by Vivek Goyal · 4 years, 3 months ago
- b866739 fuse: set FUSE_WRITE_KILL_SUIDGID in cached write path by Vivek Goyal · 4 years, 3 months ago
- 10c52c8 fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGID by Miklos Szeredi · 4 years, 2 months ago
- 63f9909 fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2 by Vivek Goyal · 4 years, 3 months ago
- df8629a fuse: always revalidate if exclusive create by Miklos Szeredi · 4 years, 2 months ago
- 833c5a4 virtiofs: clean up error handling in virtio_fs_get_tree() by Miklos Szeredi · 4 years, 2 months ago
- 6a68d1e fuse: add fuse_sb_destroy() helper by Miklos Szeredi · 4 years, 2 months ago
- bd3bf1e fuse: simplify get_fuse_conn*() by Miklos Szeredi · 4 years, 2 months ago
- 514b5e3 fuse: get rid of fuse_mount refcount by Miklos Szeredi · 4 years, 2 months ago
- b19d3d0 virtiofs: simplify sb setup by Miklos Szeredi · 4 years, 2 months ago
- 66ab33b virtiofs fix leak in setup by Miklos Szeredi · 4 years, 2 months ago
- 3993382b fuse: launder page should wait for page writeback by Miklos Szeredi · 4 years, 2 months ago
- 6945653 Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 2 months ago
- 42d3e2d virtiofs: calculate number of scatter-gather elements accurately by Vivek Goyal · 4 years, 3 months ago
- 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- 413daa1 fuse: connection remove fix by Miklos Szeredi · 4 years, 3 months ago
- bf109c6 fuse: implement crossmounts by Max Reitz · 4 years, 8 months ago
- 823423e bdi: invert BDI_CAP_NO_ACCT_WB by Christoph Hellwig · 4 years, 3 months ago
- 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 3 months ago
- 1866d77 fuse: Allow fuse_fill_super_common() for submounts by Max Reitz · 4 years, 4 months ago
- fcee216 fuse: split fuse_mount off of fuse_conn by Max Reitz · 4 years, 8 months ago
- 8f622e9 fuse: drop fuse_conn parameter where possible by Max Reitz · 4 years, 8 months ago
- 24754db fuse: store fuse_conn in fuse_req by Max Reitz · 4 years, 8 months ago
- d78092e fuse: fix page dereference after free by Miklos Szeredi · 4 years, 3 months ago
- 933a375 fuse: fix the ->direct_IO() treatment of iov_iter by Al Viro · 4 years, 3 months ago
- 9a752d1 virtiofs: add logic to free up a memory range by Vivek Goyal · 4 years, 4 months ago
- d0cfb9d virtiofs: maintain a list of busy elements by Vivek Goyal · 4 years, 4 months ago
- 6ae330c virtiofs: serialize truncate/punch_hole and dax fault path by Vivek Goyal · 4 years, 4 months ago
- 9483e7d virtiofs: define dax address space operations by Vivek Goyal · 4 years, 4 months ago
- 2a9a609 virtiofs: add DAX mmap support by Stefan Hajnoczi · 4 years, 4 months ago
- c2d0ad0 virtiofs: implement dax read/write operations by Vivek Goyal · 4 years, 4 months ago
- fd1a1dc virtiofs: implement FUSE_INIT map_alignment field by Stefan Hajnoczi · 4 years, 4 months ago
- 45f2348 virtiofs: keep a list of free dax memory ranges by Vivek Goyal · 4 years, 4 months ago
- 1dd5395 virtiofs: add a mount option to enable dax by Vivek Goyal · 4 years, 4 months ago
- 22f3787 virtiofs: set up virtio_fs dax_device by Stefan Hajnoczi · 4 years, 4 months ago
- f4fd4ae virtiofs: get rid of no_mount_options by Vivek Goyal · 4 years, 4 months ago
- b43b7e8 virtiofs: provide a helper function for virtqueue initialization by Vivek Goyal · 4 years, 4 months ago
- c1b0c62 fuse: update project homepage by André Almeida · 4 years, 5 months ago
- 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
- 2c0349e virtio_fs: convert to LE accessors by Michael S. Tsirkin · 4 years, 5 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- 31070f6 fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS by Chirantan Ekbote · 4 years, 6 months ago
- 7779b04 fuse: don't ignore errors from fuse_writepages_fill() by Vasily Averin · 4 years, 6 months ago
- 6ddf3af fuse: clean up condition for writepage sending by Miklos Szeredi · 4 years, 6 months ago
- b330966 fuse: reject options on reconfigure via fsconfig(2) by Miklos Szeredi · 4 years, 6 months ago
- e8b20a4 fuse: ignore 'data' argument of mount(..., MS_REMOUNT) by Miklos Szeredi · 4 years, 6 months ago
- 0189a2d fuse: use ->reconfigure() instead of ->remount_fs() by Miklos Szeredi · 4 years, 6 months ago
- c146024 fuse: fix warning in tree_insert() and clean up writepage insertion by Miklos Szeredi · 4 years, 6 months ago
- 69a6487 fuse: move rb_erase() before tree_insert() by Miklos Szeredi · 4 years, 6 months ago
- 5b14671 Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 7 months ago
- ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 7 months ago
- ae03c53 Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 76a0294 fuse: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- c928f64 fs: rename pipe_buf ->steal to ->try_steal by Christoph Hellwig · 4 years, 7 months ago
- 9b46418 fuse: copy_file_range should truncate cache by Miklos Szeredi · 4 years, 7 months ago
- 2c4656d fuse: fix copy_file_range cache issues by Miklos Szeredi · 4 years, 7 months ago
- 6b2fb79 fuse: optimize writepages search by Maxim Patlasov · 5 years ago
- 5ddd9ce fuse: update attr_version counter on fuse_notify_inval_inode() by Miklos Szeredi · 4 years, 7 months ago
- 32f9887 fuse: don't check refcount after stealing page by Miklos Szeredi · 4 years, 7 months ago
- a5005c3 fuse: fix weird page warning by Miklos Szeredi · 4 years, 7 months ago
- 0058938 fuse: use dump_page by Miklos Szeredi · 4 years, 7 months ago
- 7fd3abf virtiofs: do not use fuse_fill_super_common() for device installation by Vivek Goyal · 4 years, 8 months ago
- 5157da2 fuse: always allow query of st_dev by Miklos Szeredi · 4 years, 7 months ago
- 614c026 fuse: always flush dirty data on close(2) by Miklos Szeredi · 4 years, 7 months ago
- cf576c5 fuse: invalidate inode attr in writeback cache mode by Eryu Guan · 4 years, 8 months ago
- 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 9 months ago
- 75d8925 fuse: Update stale comment in queue_interrupt() by Kirill Tkhai · 4 years, 10 months ago
- 0e9fb6f fuse: BUG_ON correction in fuse_dev_splice_write() by Vasily Averin · 5 years ago
- bb737bb virtiofs: schedule blocking async replies in separate worker by Vivek Goyal · 4 years, 8 months ago
- 3e8cb8b fuse: fix stack use after return by Miklos Szeredi · 4 years, 11 months ago
- c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 2e28c49 fuse: switch to use errorfc() et.al. by Al Viro · 5 years ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- cabdb4f fuse: use true,false for bool variable by zhengbin · 5 years ago
- 519525f fuse: Support RENAME_WHITEOUT flag by Vivek Goyal · 5 years ago
- 2f13982 fuse: don't overflow LLONG_MAX with end offset by Miklos Szeredi · 5 years ago
- f658ade fix up iter on short count in fuse_direct_io() by Miklos Szeredi · 5 years ago
- 7df1e98 fuse: fix fuse_send_readpages() in the syncronous read case by Miklos Szeredi · 5 years ago
- 76f6777 pipe: Fix iteration end check in fuse_dev_splice_write() by David Howells · 5 years ago
- 7ce4fab Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- 6a96566 Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- 8d66fcb fuse: fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
- f1ebdef fuse: fix leak of fuse_io_priv by Miklos Szeredi · 5 years ago
- 724c15a43 virtiofs: Use completions while waiting for queue to be drained by Vivek Goyal · 5 years ago
- 1efcf39 virtiofs: Do not send forget request "struct list_head" element by Vivek Goyal · 5 years ago
- 58ada94 virtiofs: Use a common function to send forget by Vivek Goyal · 5 years ago
- 6718b6f pipe: Allow pipes to have kernel-reserved slots by David Howells · 5 years ago
- 0092944 virtiofs: Fix old-style declaration by YueHaibing · 5 years ago
- c634da7 fuse: verify nlink by Miklos Szeredi · 5 years ago
- 8aab336 fuse: verify write return by Miklos Szeredi · 5 years ago
- eb59bd1 fuse: verify attributes by Miklos Szeredi · 5 years ago