Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9603d5d89b0953c9e65fe45b07e96037ad048a54
/
fs
/
fuse
« Previous
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
0ad0b32
fuse: initialize fc->release before calling it
by Miklos Szeredi
· 9 years ago
e4bc13a
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
5fa8e0a
fs: Rename file_remove_suid() to file_remove_privs()
by Jan Kara
· 9 years ago
93f78d8
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
by Tejun Heo
· 9 years ago
ecc087f
new helper: free_page_put_link()
by Al Viro
· 9 years ago
5f2c417
switch ->put_link() from dentry to inode
by Al Viro
· 9 years ago
6e77137
don't pass nameidata to ->follow_link()
by Al Viro
· 10 years ago
680baac
new ->follow_link() and ->put_link() calling conventions
by Al Viro
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
2ba48ce
mirror O_APPEND and O_DIRECT into iocb->ki_flags
by Al Viro
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
6b775b1
fuse: ->direct_IO() doesn't need generic_write_checks()
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 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
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
812408f
expand __fuse_direct_write() in both callers
by Al Viro
· 10 years ago
1531626
fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()
by Al Viro
· 10 years ago
cfa86a7
cuse: switch to iov_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
04b2fa9
fs: split generic and aio kiocb
by Christoph Hellwig
· 10 years ago
9d5722b
fuse: handle synchronous iocbs internally
by Christoph Hellwig
· 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
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
6bec003
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
d83a08d
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
by Kirill A. Shutemov
· 10 years ago
b83ae6d
fs: remove mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
de1414a
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
by Christoph Hellwig
· 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
c103b21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 10 years ago
1c68271
fuse: use file_inode() in fuse_file_fallocate()
by Miklos Szeredi
· 10 years ago
7078187
fuse: introduce fuse_simple_request() helper
by Miklos Szeredi
· 10 years ago
f704dcb
fuse: reduce max out args
by Miklos Szeredi
· 10 years ago
baebccb
fuse: hold inode instead of path after release
by Miklos Szeredi
· 10 years ago
580640b
fuse: flush requests on umount
by Miklos Szeredi
· 10 years ago
0c4dd4b
fuse: don't wake up reserved req in fuse_conn_kill()
by Miklos Szeredi
· 10 years ago
a455589
assorted conversions to %p[dD]
by Al Viro
· 10 years ago
41d28bc
switch d_materialise_unique() users to d_splice_alias()
by Al Viro
· 10 years ago
5542aa2
vfs: Make d_invalidate return void
by Eric W. Biederman
· 11 years ago
9b053f3
vfs: Remove unnecessary calls of check_submounts_and_drop
by Eric W. Biederman
· 11 years ago
2c80929
fuse: honour max_read and max_write in direct_io mode
by Miklos Szeredi
· 10 years ago
c7f3888
switch iov_iter_get_pages() to passing maximal number of pages
by Al Viro
· 10 years ago
7177a9c
fs: call rename2 if exists
by Miklos Szeredi
· 10 years ago
d7afaec
fuse: add FUSE_NO_OPEN_SUPPORT flag to INIT
by Andrew Gallagher
· 10 years ago
a800bad3
fuse: s_time_gran fix
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
f2b3455
fuse: replace count*size kzalloc by kcalloc
by Fabian Frederick
· 10 years ago
27f1b36
fuse: release temporary page if fuse_writepage_locked() failed
by Maxim Patlasov
· 10 years ago
4237ba4
fuse: restructure ->rename2()
by Miklos Szeredi
· 10 years ago
c55a01d
fuse: avoid scheduling while atomic
by Miklos Szeredi
· 10 years ago
233a01f
fuse: handle large user and group ID
by Miklos Szeredi
· 10 years ago
7b3d8bf
fuse: inode: drop cast
by Himangi Saraogi
· 10 years ago
154210c
fuse: ignore entry-timeout on LOOKUP_REVAL
by Anand Avati
· 10 years ago
126b9d4
fuse: timeout comparison fix
by Miklos Szeredi
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2457aec
mm: non-atomically mark page accessed during page cache allocation where possible
by Mel Gorman
· 10 years ago
b745bc8
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
by Mel Gorman
· 10 years ago
130d1f9
locks: ensure that fl_owner is always initialized properly in flock and lease codepaths
by Jeff Layton
· 10 years ago
62a8067
bio_vec-backed iov_iter
by Al Viro
· 11 years ago
84c3d55
fuse: switch to ->write_iter()
by Al Viro
· 11 years ago
37c20f1
fuse_file_aio_read(): convert to ->read_iter()
by Al Viro
· 11 years ago
0c94933
iov_iter_truncate()
by Al Viro
· 11 years ago
f67da30
new helper: iov_iter_npages()
by Al Viro
· 11 years ago
c9c37e2
fuse: switch to iov_iter_get_pages()
by Al Viro
· 11 years ago
d22a943
fuse: pull iov_iter initializations up
by Al Viro
· 11 years ago
Next »