summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2015-07-01fuse: fold helpers into abortMiklos Szeredi1-55/+38
2015-07-01fuse: use per req lock for lock/unlock_request()Miklos Szeredi2-22/+24
2015-07-01fuse: req use bitopsMiklos Szeredi4-72/+71
2015-07-01fuse: simplify request abortMiklos Szeredi1-73/+46
2015-07-01fuse: call fuse_abort_conn() in dev releaseMiklos Szeredi1-8/+3
2015-07-01fuse: fold fuse_request_send_nowait() into single callerMiklos Szeredi1-22/+10
2015-07-01fuse: check conn_error earlierMiklos Szeredi1-2/+4
2015-07-01fuse: account as waiting before queuing for backgroundMiklos Szeredi1-4/+8
2015-07-01fuse: reset waitingMiklos Szeredi1-1/+3
2015-07-01fuse: fix background request if not connectedMiklos Szeredi1-1/+4
2015-07-01fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+6
2015-06-24fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo1-6/+6
2015-05-11new helper: free_page_put_link()Al Viro1-6/+1
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-11don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro1-15/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells3-35/+35
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-1/+1
2015-04-12switch generic_write_checks() to iocb and iterAl Viro1-15/+7
2015-04-12fuse: ->direct_IO() doesn't need generic_write_checks()Al Viro1-8/+3
2015-04-12generic_write_checks(): drop isblk argumentAl Viro1-3/+3
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-6/+7
2015-04-12fuse: use iov_iter_get_pages() for non-splice pathAl Viro1-24/+17
2015-04-12fuse: switch to ->read_iter/->write_iterAl Viro1-12/+14
2015-04-12make new_sync_{read,write}() staticAl Viro2-6/+0
2015-04-12expand __fuse_direct_write() in both callersAl Viro1-25/+17
2015-04-12fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro1-17/+12
2015-04-12cuse: switch to iov_iterAl Viro1-17/+10
2015-04-12Merge branch 'iocb' into for-nextAl Viro4-24/+35
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig3-3/+2
2015-03-19fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel1-0/+12
2015-03-13fs: split generic and aio kiocbChristoph Hellwig1-1/+1
2015-03-13fuse: handle synchronous iocbs internallyChristoph Hellwig2-20/+32
2015-02-26fuse: set stolen page uptodateMiklos Szeredi1-2/+2
2015-02-26fuse: notify: don't move pagesMiklos Szeredi1-0/+3
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-13Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+5
2015-02-11mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-21fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-21fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-5/+5
2015-01-06fuse: add memory barrier to INITMiklos Szeredi3-3/+16
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi3-26/+44
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds6-524/+359
2014-12-12fuse: use file_inode() in fuse_file_fallocate()Miklos Szeredi1-1/+1
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi5-464/+348
2014-12-12fuse: reduce max out argsMiklos Szeredi1-1/+1
2014-12-12fuse: hold inode instead of path after releaseMiklos Szeredi2-39/+7