summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2013-06-18fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov-4/+8
2013-06-03fuse: fix alignment in short read optimization for async_dioMaxim Patlasov-4/+10
2013-06-03fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requestsBrian Foster-1/+1
2013-06-03fuse: fix readdirplus Oops in fuse_dentry_revalidateMiklos Szeredi-6/+13
2013-05-20fuse: update inode size and invalidate attributes on fallocateBrian Foster-3/+12
2013-05-20fuse: truncate pagecache range on hole punchBrian Foster-2/+20
2013-05-14fuse: allocate for_background dio requests based on io->async stateBrian Foster-2/+9
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-0/+3
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+3
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-71/+356
2013-05-01fuse: add flag to turn on async direct IOMiklos Szeredi-5/+10
2013-04-18fuse: truncate file if async dio failedMaxim Patlasov-10/+32
2013-04-17fuse: optimize short direct readsMaxim Patlasov-6/+13
2013-04-17fuse: enable asynchronous processing direct IOMaxim Patlasov-7/+44
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov-21/+58
2013-04-17fuse: add support of async IOMaxim Patlasov-0/+109
2013-04-17fuse: move fuse_release_user_pages() upMaxim Patlasov-12/+12
2013-04-17fuse: optimize wake_upMiklos Szeredi-1/+1
2013-04-17fuse: implement exclusive wakeup for blocked_waitqMaxim Patlasov-5/+24
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov-13/+21
2013-04-17fuse: add flag fc->initializedMaxim Patlasov-0/+9
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov-5/+37
2013-04-09get rid of pipe->inodeAl Viro-1/+1
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro-2/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+3
2013-02-27more file_inode() open-coded instancesAl Viro-13/+13
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon-1/+1
2013-02-22new helper: file_inode(file)Al Viro-2/+2
2013-02-07fuse: allow control of adaptive readdirplus useEric Wong-2/+9
2013-02-04fuse: send poll eventsEnke Chen-0/+1
2013-02-04fuse: don't WARN when nlink is zeroMiklos Szeredi-1/+8
2013-02-04fuse: avoid out-of-scope stack accessEric Wong-3/+10
2013-01-31FUSE: Adapt readdirplus to application usage patternsFeng Shuo-3/+38
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov-17/+13
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi-19/+16
2013-01-24fuse: optimize __fuse_direct_io()Maxim Patlasov-4/+21
2013-01-24fuse: optimize fuse_get_user_pages()Maxim Patlasov-28/+51
2013-01-24fuse: pass iov[] to fuse_get_user_pages()Maxim Patlasov-54/+49
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov-4/+25
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov-16/+37
2013-01-24fuse: rework fuse_do_ioctl()Maxim Patlasov-1/+1
2013-01-24fuse: rework fuse_perform_write()Maxim Patlasov-2/+11
2013-01-24fuse: rework fuse_readpages()Maxim Patlasov-2/+14
2013-01-24fuse: rework fuse_retrieve()Maxim Patlasov-10/+15
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov-45/+57
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov-20/+50
2013-01-24fuse: implement NFS-like readdirplus supportAnand V. Avati-5/+185
2013-01-17fuse: remove unused variable in fuse_try_move_page()Wei Yongjun-5/+0
2013-01-17fuse: make fuse_file_fallocate() staticMiklos Szeredi-3/+2