aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-29make kernel-side POLL... arch-independentGravatar Al Viro 1-2/+2
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-24/+28
2017-09-12fuse: getattr cleanupGravatar Miklos Szeredi 1-4/+4
2017-09-12fuse: honor iocb sync flags on writeGravatar Miklos Szeredi 1-17/+24
2017-09-12fuse: allow server to run in different pid_nsGravatar Miklos Szeredi 1-3/+0
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-3/+3
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-3/+3
2017-08-11fuse: set mapping error in writepage_locked when it failsGravatar Jeff Layton 1-0/+1
2017-08-03fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioGravatar Ashish Samant 1-3/+3
2017-07-31fuse: convert to errseq_t based error tracking for fsyncGravatar Jeff Layton 1-3/+3
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksGravatar Benjamin Coddington 1-3/+3
2017-06-09fuse: initialize the flock flag in fuse_file on allocationGravatar Mateusz Jurczyk 1-1/+1
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+1
2017-04-21locks: Set FL_CLOSE when removing flock locks on close()Gravatar Benjamin Coddington 1-1/+1
2017-04-18fuse: Add support for pid namespacesGravatar Seth Forshee 1-5/+17
2017-04-18fuse: convert fuse_file.count from atomic_t to refcount_tGravatar Elena Reshetova 1-4/+4
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-16/+12
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+3
2017-02-22fuse: release: private_data cannot be NULLGravatar Miklos Szeredi 1-7/+2
2017-02-22fuse: cleanup fuse_file refcountingGravatar Miklos Szeredi 1-9/+9
2017-02-22fuse: add missing FR_FORCEGravatar Miklos Szeredi 1-0/+1
2016-11-15fuse: fix fuse_write_end() if zero bytes were copiedGravatar Miklos Szeredi 1-0/+6
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-1/+1
2016-10-01fuse: don't use fuse_ioctl_copy_user() helperGravatar Miklos Szeredi 1-34/+18
2016-10-01fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Gravatar Al Viro 1-23/+7
2016-09-22fuse: Propagate dentry down to inode_change_ok()Gravatar Jan Kara 1-1/+1
2016-08-24fuse: direct-io: don't dirty ITER_BVEC pagesGravatar Miklos Szeredi 1-3/+4
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-12/+23
2016-07-29fuse: use filemap_check_errors()Gravatar Miklos Szeredi 1-12/+2
2016-07-29fuse: fuse_flush must check mapping->flags for errorsGravatar Maxim Patlasov 1-0/+9
2016-07-29fuse: fsync() did not return IO errorsGravatar Alexey Kuznetsov 1-0/+15
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-4/+4
2016-06-30fuse: improve aio directIO write performance for size extending writesGravatar Ashish Sangwan 1-12/+9
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+3
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-1/+2
2016-05-01filemap: remove the pos argument to generic_file_direct_writeGravatar Christoph Hellwig 1-1/+1
2016-04-25fuse: Fix return value from fuse_get_user_pages()Gravatar Ashish Samant 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-36/+36
2016-03-16fuse: return patrial success from fuse_direct_io()Gravatar Ashish Samant 1-12/+11
2016-03-14fuse: Add reference counting for fuse_io_privGravatar Seth Forshee 1-7/+21
2016-03-14fuse: do not use iocb after it may have been freedGravatar Robert Doebbelin 1-3/+4
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-18/+18
2016-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-8/+65
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-1/+1
2015-11-10fuse: add support for SEEK_HOLE and SEEK_DATA in lseekGravatar Ravishankar N 1-8/+65
2015-11-10fuse: break infinite loop in fuse_fill_write_pages()Gravatar Roman Gushchin 1-1/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Gravatar Benjamin Coddington 1-1/+1