aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27more file_inode() open-coded instancesAl Viro1-12/+12
2013-02-04fuse: send poll eventsEnke Chen1-0/+1
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov1-1/+1
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi1-15/+8
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 Patlasov1-0/+20
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov1-5/+5
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: categorize fuse_get_req()Maxim Patlasov1-15/+15
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov1-2/+2
2013-01-17fuse: make fuse_file_fallocate() staticMiklos Szeredi1-3/+2
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-4/+4
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-6/+9
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: update attributes on aio_readBrian Foster1-5/+8
2012-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+40
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-1/+3
2012-04-26fuse: optimize fallocate on permanent failureMiklos Szeredi1-0/+7
2012-04-25fuse: add FALLOCATE operationAnatol Pomozov1-0/+33
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-17/+112
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-05fuse: O_DIRECT support for filesAnand Avati1-17/+112
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi1-4/+4
2011-12-13fuse: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-13fuse: llseek optimize SEEK_CUR and SEEK_SETMiklos Szeredi1-40/+8
2011-12-13fuse: llseek fix raceMiklos Szeredi1-0/+4
2011-12-13fuse: fix llseek bugRoel Kluin1-1/+1
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-71/+13
2011-08-08fuse: mark pages accessed when written toJohannes Weiner1-0/+3
2011-08-08fuse: delete dead .write_begin and .write_end aopsJohannes Weiner1-70/+0
2011-08-08fuse: fix flockMiklos Szeredi1-1/+10
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-6/+18
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-2/+19
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-21fuse: wakeup pollers on connection release/abortBryan Green1-1/+1
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi1-7/+45
2010-12-07fuse: fix ioctl ABIMiklos Szeredi1-5/+48
2010-12-07fuse: ioctl cleanupMiklos Szeredi1-8/+7
2010-11-30fuse: verify ioctl retriesMiklos Szeredi1-0/+22
2010-11-30fuse: fix ioctl when server is 32bitMiklos Szeredi1-6/+44
2010-11-25fuse: fix attributes after open(O_TRUNC)Ken Sumrall1-0/+10
2010-09-07fuse: fix lock annotationsMiklos Szeredi1-4/+4