aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-09get rid of pipe->inodeAl Viro1-1/+1
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-2/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2-0/+3
2013-02-27more file_inode() open-coded instancesAl Viro2-13/+13
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-3/+3
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-1/+1
2013-02-22new helper: file_inode(file)Al Viro2-2/+2
2013-02-07fuse: allow control of adaptive readdirplus useEric Wong3-2/+9
2013-02-04fuse: send poll eventsEnke Chen1-0/+1
2013-02-04fuse: don't WARN when nlink is zeroMiklos Szeredi1-1/+8
2013-02-04fuse: avoid out-of-scope stack accessEric Wong1-3/+10
2013-01-31FUSE: Adapt readdirplus to application usage patternsFeng Shuo3-3/+38
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov4-17/+13
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi3-19/+16
2013-01-24fuse: optimize __fuse_direct_io()Maxim Patlasov1-4/+21
2013-01-24fuse: optimize fuse_get_user_pages()Maxim Patlasov1-28/+51
2013-01-24fuse: pass iov[] to fuse_get_user_pages()Maxim Patlasov1-54/+49
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov4-4/+25
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov3-16/+37
2013-01-24fuse: rework fuse_do_ioctl()Maxim Patlasov1-1/+1
2013-01-24fuse: rework fuse_perform_write()Maxim Patlasov1-2/+11
2013-01-24fuse: rework fuse_readpages()Maxim Patlasov1-2/+14
2013-01-24fuse: rework fuse_retrieve()Maxim Patlasov1-10/+15
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov6-45/+57
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov4-20/+50
2013-01-24fuse: implement NFS-like readdirplus supportAnand V. Avati4-5/+185
2013-01-17fuse: remove unused variable in fuse_try_move_page()Wei Yongjun1-5/+0
2013-01-17fuse: make fuse_file_fallocate() staticMiklos Szeredi1-3/+2
2013-01-17fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/KconfigRobert P. J. Day1-2/+14
2013-01-17cuse: fix uninitialized variable warningsMiklos Szeredi1-1/+1
2013-01-17cuse: do not register multiple devices with identical namesDavid Herrmann1-6/+15
2013-01-17cuse: use mutex as registration lock instead of spinlocksDavid Herrmann1-8/+7
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-4/+4
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-4/+4
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman4-23/+28
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-09-04fuse: fix retrieve lengthMiklos Szeredi1-0/+1
2012-09-03fuse: mark variables uninitializedDaniel Mack1-2/+2
2012-08-30cuse: kill connection on initialization errorMiklos Szeredi1-3/+1
2012-08-30cuse: fix fuse_conn_kill()Miklos Szeredi1-5/+7
2012-08-18Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+3
2012-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-10/+40
2012-08-15fuse: check create mode in atomic openMiklos Szeredi1-0/+3
2012-08-06fuse: verify all ioctl retry iov elementsZach Brown1-1/+1
2012-07-31fuse: Convert to new freezing mechanismJan Kara1-2/+2
2012-07-18fuse: add missing INIT flagsMiklos Szeredi1-1/+2
2012-07-18fuse: update attributes on aio_readBrian Foster1-5/+8
2012-07-18fuse: invalidate inode mapping if mtime changesBrian Foster1-3/+24