aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2013-02-27more file_inode() open-coded instancesAl Viro
2013-02-04fuse: send poll eventsEnke Chen
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi
2013-01-24fuse: optimize __fuse_direct_io()Maxim Patlasov
2013-01-24fuse: optimize fuse_get_user_pages()Maxim Patlasov
2013-01-24fuse: pass iov[] to fuse_get_user_pages()Maxim Patlasov
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov
2013-01-24fuse: rework fuse_do_ioctl()Maxim Patlasov
2013-01-24fuse: rework fuse_perform_write()Maxim Patlasov
2013-01-24fuse: rework fuse_readpages()Maxim Patlasov
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov
2013-01-17fuse: make fuse_file_fallocate() staticMiklos Szeredi
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-08-06fuse: verify all ioctl retry iov elementsZach Brown
2012-07-31fuse: Convert to new freezing mechanismJan Kara
2012-07-18fuse: update attributes on aio_readBrian Foster
2012-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-04-26fuse: optimize fallocate on permanent failureMiklos Szeredi
2012-04-25fuse: add FALLOCATE operationAnatol Pomozov
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-05fuse: O_DIRECT support for filesAnand Avati
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi
2011-12-13fuse: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-12-13fuse: llseek optimize SEEK_CUR and SEEK_SETMiklos Szeredi
2011-12-13fuse: llseek fix raceMiklos Szeredi
2011-12-13fuse: fix llseek bugRoel Kluin
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-08-08fuse: mark pages accessed when written toJohannes Weiner
2011-08-08fuse: delete dead .write_begin and .write_end aopsJohannes Weiner
2011-08-08fuse: fix flockMiklos Szeredi
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20locks: rename lock-manager opsJ. Bruce Fields
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-21fuse: wakeup pollers on connection release/abortBryan Green
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi
2010-12-07fuse: fix ioctl ABIMiklos Szeredi
2010-12-07fuse: ioctl cleanupMiklos Szeredi
2010-11-30fuse: verify ioctl retriesMiklos Szeredi
2010-11-30fuse: fix ioctl when server is 32bitMiklos Szeredi
2010-11-25fuse: fix attributes after open(O_TRUNC)Ken Sumrall
2010-09-07fuse: fix lock annotationsMiklos Szeredi