- f41d150 fuse: limit nsec by Miklos Szeredi · 2 years, 7 months ago
- 0ab55e1 fuse: fix pipe buffer lifetime for direct_io by Miklos Szeredi · 3 years ago
- f78d626 fuse: fix live lock in fuse_iget() by Amir Goldstein · 3 years, 1 month ago
- 2cd4513 fuse: fix bad inode by Miklos Szeredi · 3 years, 1 month ago
- e5751a4 fuse: annotate lock in fuse_reverse_inval_entry() by Miklos Szeredi · 3 years, 4 months ago
- 89f4bb0 fuse: release pipe buf after last use by Miklos Szeredi · 3 years, 3 months ago
- 017fc24 fuse: fix page stealing by Miklos Szeredi · 3 years, 4 months ago
- d172a77 fuse: reject internal errno by Miklos Szeredi · 3 years, 8 months ago
- b9a7ef4 fuse: check connected before queueing on fpq->io by Miklos Szeredi · 3 years, 8 months ago
- c085fce cuse: prevent clone by Miklos Szeredi · 3 years, 10 months ago
- c1d98a5 fuse: fix page dereference after free by Miklos Szeredi · 4 years, 5 months ago
- fc8f9b9 fuse: don't check refcount after stealing page by Miklos Szeredi · 4 years, 9 months ago
- 5612e29 fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS by Chirantan Ekbote · 4 years, 7 months ago
- 79804eb fuse: verify attributes by Miklos Szeredi · 5 years ago
- 2c48b0d fuse: verify nlink by Miklos Szeredi · 5 years ago
- 2b149bb fuse: use READ_ONCE on congestion_threshold and max_background by Kirill Tkhai · 6 years ago
- 93f4021 fuse: truncate pending writes on O_TRUNC by Miklos Szeredi · 5 years ago
- 525c270 fuse: flush dirty data/metadata before non-truncate setattr by Miklos Szeredi · 5 years ago
- 1c8c252 fuse: fix memleak in cuse_channel_open by zhengbin · 6 years ago
- 7d52993 fuse: fix missing unlock_page in fuse_writepage() by Vasily Averin · 5 years ago
- 1e0a252 fuse: retrieve: cap requested size to negotiated max_write by Kirill Smelkov · 6 years ago
- 585724f fuse: Add FOPEN_STREAM to use stream_open() by Kirill Smelkov · 6 years ago
- 7a28b74 fuse: fallocate: fix return with locked inode by Miklos Szeredi · 6 years ago
- c63281c fuse: honor RLIMIT_FSIZE in fuse_file_fallocate by Liu Bo · 6 years ago
- d4ebbb5 fuse: fix writepages on 32bit by Miklos Szeredi · 6 years ago
- 7767aed fuse: fix possibly missed wake-up after abort by Miklos Szeredi · 6 years ago
- c88a0aa fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
- 266a698 fuse: handle zero sized retrieve correctly by Miklos Szeredi · 6 years ago
- b928e93 fuse: decrement NR_WRITEBACK_TEMP on the right page by Miklos Szeredi · 6 years ago
- 65f222b fuse: call pipe_buf_release() under pipe lock by Jann Horn · 6 years ago
- c1149b8 fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS by Chad Austin · 6 years ago
- 6ceec07 fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
- a42d933 fuse: fix use-after-free in fuse_direct_IO() by Lukas Czerner · 6 years ago
- 78da72e fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
- f6f21a2 fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
- ab962e9 fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
- d94b3a2 fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
- e8a3f3a fuse: Add missed unlock_page() to fuse_readpages_fill() by Kirill Tkhai · 7 years ago
- ff4a718 fuse: Fix oops at process_init_reply() by Miklos Szeredi · 7 years ago
- 9732069 fuse: umount should wait for all requests by Miklos Szeredi · 7 years ago
- fc17d75 fuse: fix unlocked access to processing queue by Miklos Szeredi · 7 years ago
- cfb6eca fuse: fix double request_end() by Miklos Szeredi · 7 years ago
- 7d39267 fuse: fix initial parallel dirops by Miklos Szeredi · 7 years ago
- eaebcf9 fuse: Don't access pipe->buffers without pipe_lock() by Andrey Ryabinin · 7 years ago
- 69829f7 fuse: fix control dir setup and teardown by Miklos Szeredi · 7 years ago
- 3a37d85 fuse: don't keep dead fuse_conn at fuse_fill_super(). by Tetsuo Handa · 7 years ago
- 2f7bf36 fuse: atomic_o_trunc should truncate pagecache by Miklos Szeredi · 7 years ago
- 0283257 fuse: fix congested state leak on aborted connections by Tejun Heo · 7 years ago
- c6cdd51 fuse: fix READDIRPLUS skipping an entry by Miklos Szeredi · 7 years ago
- 357fdad Convert fs/*/* to SB_I_VERSION by Matthew Garrett · 7 years ago
- e7989f9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
- 5b97eea fuse: getattr cleanup by Miklos Szeredi · 7 years ago
- e1c0eec fuse: honor iocb sync flags on write by Miklos Szeredi · 7 years ago
- 5d6d3a3 fuse: allow server to run in different pid_ns by Miklos Szeredi · 7 years ago
- ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
- 066dea8 Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
- 2bfc37c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
- 9183976 fuse: set mapping error in writepage_locked when it fails by Jeff Layton · 8 years ago
- 61c12b4 fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio by Ashish Samant · 8 years ago
- 7e51fe1 fuse: convert to errseq_t based error tracking for fsync by Jeff Layton · 8 years ago
- 9d5b86a fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks by Benjamin Coddington · 8 years ago
- 68227c0 fuse: initialize the flock flag in fuse_file on allocation by Mateusz Jurczyk · 8 years ago
- 894e216 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 69c8ebf fuseblk: Fix warning in super_setup_bdi_name() by Jan Kara · 8 years ago
- 73ccb02 Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
- a2e5ad4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
- 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- cda3712 fs: constify tree_descr arrays passed to simple_fill_super() by Eric Biggers · 8 years ago
- 50f2112 locks: Set FL_CLOSE when removing flock locks on close() by Benjamin Coddington · 8 years ago
- 7fbbe97 fuse: Get rid of bdi_initialized by Jan Kara · 8 years ago
- 5f7f754 fuse: Convert to separately allocated bdi by Jan Kara · 8 years ago
- 0b6e9ea fuse: Add support for pid namespaces by Seth Forshee · 11 years ago
- 095fc40a fuse: convert fuse_conn.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- ec99f6d fuse: convert fuse_req.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- 4e8c2eb fuse: convert fuse_file.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- 4e66c42 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
- 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- 9a87ad3 fuse: release: private_data cannot be NULL by Miklos Szeredi · 8 years ago
- 267d844 fuse: cleanup fuse_file refcounting by Miklos Szeredi · 8 years ago
- 2e38bea fuse: add missing FR_FORCE by Miklos Szeredi · 8 years ago
- 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 84588a9 fuse: fix uninitialized flags in pipe_buffer by Miklos Szeredi · 8 years ago
- 6ba4d27 fuse: fix use after free issue in fuse_dev_do_read() by Sahitya Tummala · 8 years ago
- 1e24edc locking/atomic, kref: Add KREF_INIT() by Peter Zijlstra · 8 years ago
- 2106752 fuse: fix time_to_jiffies nsec sanity check by David Sheets · 8 years ago
- a8a86d7 fuse: clear FR_PENDING flag when moving requests out of pending queue by Tahsin Erdogan · 8 years ago
- 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
- dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
- c01638f fuse: fix clearing suid, sgid for chown() by Miklos Szeredi · 8 years ago
- 59c3b76 fuse: fix fuse_write_end() if zero bytes were copied by Miklos Szeredi · 9 years ago
- 0ce267f fuse: fix root dentry initialization by Miklos Szeredi · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago