summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote2020-07-221-1/+11
* fuse: verify attributesMiklos Szeredi2019-12-172-7/+19
* fuse: verify nlinkMiklos Szeredi2019-12-171-1/+2
* fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai2019-11-201-2/+2
* fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-11-061-3/+7
* fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-11-061-0/+13
* fuse: fix memleak in cuse_channel_openzhengbin2019-10-111-0/+1
* fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-10-051-0/+1
* fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-06-151-1/+1
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-06-111-1/+3
* fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-06-111-1/+1
* fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-05-251-0/+7
* fuse: fix writepages on 32bitMiklos Szeredi2019-05-251-1/+1
* fuse: fix possibly missed wake-up after abortMiklos Szeredi2019-05-161-3/+9
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-05-041-6/+6
* fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-02-121-1/+1
* fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-02-121-1/+1
* fuse: call pipe_buf_release() under pipe lockJann Horn2019-02-121-0/+2
* fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2018-12-213-12/+13
* fuse: fix leaked notify replyMiklos Szeredi2018-11-211-1/+3
* fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-11-211-1/+3
* fuse: set FR_SENT while lockedMiklos Szeredi2018-11-211-1/+1
* fuse: fix blocked_waitq wakeupMiklos Szeredi2018-11-211-4/+11
* fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai2018-11-211-1/+5
* fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai2018-11-211-0/+2
* fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-09-051-0/+1
* fuse: Fix oops at process_init_reply()Miklos Szeredi2018-09-051-14/+11
* fuse: umount should wait for all requestsMiklos Szeredi2018-09-053-4/+22
* fuse: fix unlocked access to processing queueMiklos Szeredi2018-09-051-1/+7
* fuse: fix double request_end()Miklos Szeredi2018-09-051-2/+3
* fuse: fix initial parallel diropsMiklos Szeredi2018-09-053-10/+18
* fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-09-051-2/+5
* fuse: fix control dir setup and teardownMiklos Szeredi2018-07-031-3/+10
* fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-07-031-0/+1
* fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-07-031-1/+12
* fuse: fix congested state leak on aborted connectionsTejun Heo2018-07-031-2/+1
* fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-10-251-1/+2
* Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-09-135-54/+53
|\
| * fuse: getattr cleanupMiklos Szeredi2017-09-123-23/+18
| * fuse: honor iocb sync flags on writeMiklos Szeredi2017-09-123-22/+28
| * fuse: allow server to run in different pid_nsMiklos Szeredi2017-09-122-9/+7
* | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-3/+3
|\ \
| * | fuse: convert to errseq_t based error tracking for fsyncJeff Layton2017-07-311-3/+3
* | | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-3/+3
|\ \ \ | |_|/ |/| |
| * | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-3/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-08-112-4/+6
|\ \ | |/ |/|
| * fuse: set mapping error in writepage_locked when it failsJeff Layton2017-08-111-0/+1
| * fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2017-08-032-3/+4
| * fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-06-091-1/+1