Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1c2e974628d1edeb45896456b6f0ea7c5c4df340
/
fs
/
fuse
/
dev.c
0311ff8
fs: prevent page refcount overflow in pipe_buf_get
by Matthew Wilcox
· 6 years ago
6ccc9e1
fuse: handle zero sized retrieve correctly
by Miklos Szeredi
· 6 years ago
48be0eb
fuse: call pipe_buf_release() under pipe lock
by Jann Horn
· 6 years ago
18cd610
fuse: fix possibly missed wake-up after abort
by Miklos Szeredi
· 6 years ago
280da47
fuse: fix leaked notify reply
by Miklos Szeredi
· 6 years ago
c1ef6c9
fuse: set FR_SENT while locked
by Miklos Szeredi
· 6 years ago
1ed087a
fuse: fix blocked_waitq wakeup
by Miklos Szeredi
· 6 years ago
569fda5
fuse: Fix use-after-free in fuse_dev_do_write()
by Kirill Tkhai
· 6 years ago
e8e17b1
fuse: Fix use-after-free in fuse_dev_do_read()
by Kirill Tkhai
· 6 years ago
9635453
fuse: reduce allocation size for splice_write
by Andrey Ryabinin
· 6 years ago
d6d931a
fuse: use kvmalloc to allocate array of pipe_buffer structs.
by Andrey Ryabinin
· 6 years ago
75f3ee4
fuse: simplify fuse_abort_conn()
by Miklos Szeredi
· 6 years ago
a2477b0
fuse: Don't access pipe->buffers without pipe_lock()
by Andrey Ryabinin
· 6 years ago
b8f95e5
fuse: umount should wait for all requests
by Miklos Szeredi
· 6 years ago
45ff350
fuse: fix unlocked access to processing queue
by Miklos Szeredi
· 6 years ago
8711437
fuse: fix double request_end()
by Miklos Szeredi
· 6 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 6 years ago
8a301eb
fuse: fix congested state leak on aborted connections
by Tejun Heo
· 7 years ago
8cb0832
fuse: Support fuse filesystems outside of init_user_ns
by Eric W. Biederman
· 7 years ago
c9582eb
fuse: Fail all requests with invalid uids or gids
by Eric W. Biederman
· 7 years ago
dbf107b
fuse: Remove the buggy retranslation of pids in fuse_dev_do_read
by Eric W. Biederman
· 7 years ago
3b7008b
fuse: return -ECONNABORTED on /dev/fuse read after abort
by Szymon Lukasz
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
076ccb7
fs: annotate ->poll() instances
by Al Viro
· 7 years ago
c6f92f9
mm: remove cold parameter for release_pages
by Mel Gorman
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
5d6d3a3
fuse: allow server to run in different pid_ns
by Miklos Szeredi
· 7 years ago
a2e5ad4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 7 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
· 10 years ago
ec99f6d
fuse: convert fuse_req.count from atomic_t to refcount_t
by Elena Reshetova
· 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
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
a8a86d7
fuse: clear FR_PENDING flag when moving requests out of pending queue
by Tahsin Erdogan
· 8 years ago
d1f5323
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
ca76f5b
pipe: add pipe_buf_steal() helper
by Miklos Szeredi
· 8 years ago
fba597d
pipe: add pipe_buf_confirm() helper
by Miklos Szeredi
· 8 years ago
a779638
pipe: add pipe_buf_release() helper
by Miklos Szeredi
· 8 years ago
7bf2d1d
pipe: add pipe_buf_get() helper
by Miklos Szeredi
· 8 years ago
d82718e
fuse_dev_splice_read(): switch to add_to_pipe()
by Al Viro
· 8 years ago
8924fef
splice: lift pipe_lock out of splice_to_pipe()
by Al Viro
· 8 years ago
4680a7e
fuse: remove duplicate cs->offset assignment
by Miklos Szeredi
· 8 years ago
27ae0c4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 8 years ago
7d3a07f
fuse: don't mess with blocking signals
by Al Viro
· 8 years ago
8387ff2
vfs: make the string hashes salt the hash
by Linus Torvalds
· 8 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
8ed1f0e
fs/fuse: fix ioctl type confusion
by Jann Horn
· 9 years ago
c3696046
fuse: separate pqueue for clones
by Miklos Szeredi
· 9 years ago
cc080e9
fuse: introduce per-instance fuse_dev structure
by Miklos Szeredi
· 9 years ago
00c570f
fuse: device fd clone
by Miklos Szeredi
· 9 years ago
ee314a8
fuse: abort: no fc->lock needed for request ending
by Miklos Szeredi
· 9 years ago
46c34a3
fuse: no fc->lock for pqueue parts
by Miklos Szeredi
· 9 years ago
efe2800
fuse: no fc->lock in request_end()
by Miklos Szeredi
· 9 years ago
1e6881c
fuse: cleanup request_end()
by Miklos Szeredi
· 9 years ago
365ae71
fuse: request_end(): do once
by Miklos Szeredi
· 9 years ago
77cd9d4
fuse: add req flag for private list
by Miklos Szeredi
· 9 years ago
45a91cb
fuse: pqueue locking
by Miklos Szeredi
· 9 years ago
24b4d33
fuse: abort: group pqueue accesses
by Miklos Szeredi
· 9 years ago
82cbdcd
fuse: cleanup fuse_dev_do_read()
by Miklos Szeredi
· 9 years ago
f377cb7
fuse: move list_del_init() from request_end() into callers
by Miklos Szeredi
· 9 years ago
e96edd9
fuse: duplicate ->connected in pqueue
by Miklos Szeredi
· 9 years ago
3a2b5b9
fuse: separate out processing queue
by Miklos Szeredi
· 9 years ago
5250921
fuse: simplify request_wait()
by Miklos Szeredi
· 9 years ago
fd22d62
fuse: no fc->lock for iqueue parts
by Miklos Szeredi
· 9 years ago
8f7bb36
fuse: allow interrupt queuing without fc->lock
by Miklos Szeredi
· 9 years ago
4ce6081
fuse: iqueue locking
by Miklos Szeredi
· 9 years ago
ef75925
fuse: dev read: split list_move
by Miklos Szeredi
· 9 years ago
8c91189
fuse: abort: group iqueue accesses
by Miklos Szeredi
· 9 years ago
e16714d
fuse: duplicate ->connected in iqueue
by Miklos Szeredi
· 9 years ago
f88996a
fuse: separate out input queue
by Miklos Szeredi
· 9 years ago
33e14b4
fuse: req state use flags
by Miklos Szeredi
· 9 years ago
7a3b2c7
fuse: simplify req states
by Miklos Szeredi
· 9 years ago
c477526
fuse: don't hold lock over request_wait_answer()
by Miklos Szeredi
· 9 years ago
7d2e0a0
fuse: simplify unique ctr
by Miklos Szeredi
· 9 years ago
41f9827
fuse: rework abort
by Miklos Szeredi
· 9 years ago
b716d42
fuse: fold helpers into abort
by Miklos Szeredi
· 9 years ago
dc00809
fuse: use per req lock for lock/unlock_request()
by Miklos Szeredi
· 9 years ago
825d6d3
fuse: req use bitops
by Miklos Szeredi
· 9 years ago
0d8e84b
fuse: simplify request abort
by Miklos Szeredi
· 9 years ago
ccd0a0b
fuse: call fuse_abort_conn() in dev release
by Miklos Szeredi
· 9 years ago
f0139aa
fuse: fold fuse_request_send_nowait() into single caller
by Miklos Szeredi
· 9 years ago
de15522
fuse: check conn_error earlier
by Miklos Szeredi
· 9 years ago
5437f24
fuse: account as waiting before queuing for background
by Miklos Szeredi
· 9 years ago
73e0e73
fuse: reset waiting
by Miklos Szeredi
· 9 years ago
42dc621
fuse: fix background request if not connected
by Miklos Szeredi
· 9 years ago
6c09e94
fuse: use iov_iter_get_pages() for non-splice path
by Al Viro
· 10 years ago
fbdbacc
fuse: switch to ->read_iter/->write_iter
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
94e4fe2
fuse: explicitly set /dev/fuse file's private_data
by Tom Van Braeckel
· 10 years ago
aa991b3
fuse: set stolen page uptodate
by Miklos Szeredi
· 10 years ago
0d27836
fuse: notify: don't move pages
by Miklos Szeredi
· 10 years ago
9759bd51
fuse: add memory barrier to INIT
by Miklos Szeredi
· 10 years ago
21f6217
fuse: fix LOOKUP vs INIT compat handling
by Miklos Szeredi
· 10 years ago
7078187
fuse: introduce fuse_simple_request() helper
by Miklos Szeredi
· 10 years ago
0b632204
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 10 years ago
c55a01d
fuse: avoid scheduling while atomic
by Miklos Szeredi
· 10 years ago
b745bc8
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
by Mel Gorman
· 10 years ago
Next »