summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* make kernel-side POLL... arch-independentAl Viro2017-11-291-2/+2
* fs: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-09-131-24/+28
|\
| * fuse: getattr cleanupMiklos Szeredi2017-09-121-4/+4
| * fuse: honor iocb sync flags on writeMiklos Szeredi2017-09-121-17/+24
| * fuse: allow server to run in different pid_nsMiklos Szeredi2017-09-121-3/+0
* | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-3/+3
|\ \
| * | fuse: convert to errseq_t based error tracking for fsyncJeff Layton2017-07-311-3/+3
* | | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-3/+3
|\ \ \ | |_|/ |/| |
| * | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-3/+3
| |/
* | fuse: set mapping error in writepage_locked when it failsJeff Layton2017-08-111-0/+1
* | fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2017-08-031-3/+3
* | fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-06-091-1/+1
|/
* Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-05-101-1/+1
|\
| * locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington2017-04-211-1/+1
* | fuse: Add support for pid namespacesSeth Forshee2017-04-181-5/+17
* | fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova2017-04-181-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-03-031-16/+12
|\
| * fuse: release: private_data cannot be NULLMiklos Szeredi2017-02-221-7/+2
| * fuse: cleanup fuse_file refcountingMiklos Szeredi2017-02-221-9/+9
| * fuse: add missing FR_FORCEMiklos Szeredi2017-02-221-0/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
|/
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-151-0/+6
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\
| | * fuse: Propagate dentry down to inode_change_ok()Jan Kara2016-09-221-1/+1
* | | fuse: don't use fuse_ioctl_copy_user() helperMiklos Szeredi2016-10-011-34/+18
* | | fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()Al Viro2016-10-011-23/+7
|/ /
* | fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi2016-08-241-3/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-291-12/+23
|\
| * fuse: use filemap_check_errors()Miklos Szeredi2016-07-291-12/+2
| * fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-07-291-0/+9
| * fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-07-291-0/+15
| * fuse: improve aio directIO write performance for size extending writesAshish Sangwan2016-06-301-12/+9
* | mm: move most file-based accounting to the nodeMel Gorman2016-07-281-4/+4
|/
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-2/+3
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+2
| * filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-011-1/+1
* | fuse: Fix return value from fuse_get_user_pages()Ashish Samant2016-04-251-1/+1
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-36/+36
* fuse: return patrial success from fuse_direct_io()Ashish Samant2016-03-161-12/+11
* fuse: Add reference counting for fuse_io_privSeth Forshee2016-03-141-7/+21
* fuse: do not use iocb after it may have been freedRobert Doebbelin2016-03-141-3/+4
* wrappers for ->i_mutex accessAl Viro2016-01-221-18/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-01-211-8/+65
|\
| * fuse: add support for SEEK_HOLE and SEEK_DATA in lseekRavishankar N2015-11-101-8/+65
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-12-111-1/+1
|\ \ | |/
| * fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2015-11-101-1/+1
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-1/+1
|/
OpenPOWER on IntegriCloud