Age | Commit message (Expand) | Author | Files | Lines |
2018-12-11 | fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS | Chad Austin | 1 | -10/+11 |
2018-12-03 | fuse: fix fsync on directory | Miklos Szeredi | 1 | -21/+22 |
2018-11-09 | fuse: fix use-after-free in fuse_direct_IO() | Lukas Czerner | 1 | -1/+3 |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
2018-10-24 | iov_iter: Use accessor function | David Howells | 1 | -1/+1 |
2018-10-15 | fuse: only invalidate atime in direct read | Miklos Szeredi | 1 | -1/+1 |
2018-10-01 | fuse: realloc page array | Miklos Szeredi | 1 | -1/+7 |
2018-10-01 | fuse: add max_pages to init_out | Constantine Shulyupin | 1 | -29/+30 |
2018-10-01 | fuse: reduce size of struct fuse_inode | Miklos Szeredi | 1 | -0/+8 |
2018-10-01 | fuse: allow using readdir cache | Miklos Szeredi | 1 | -0/+2 |
2018-09-28 | fuse: do not take fc->lock in fuse_request_send_background() | Kirill Tkhai | 1 | -1/+3 |
2018-09-28 | fuse: introduce fc->bg_lock | Kirill Tkhai | 1 | -1/+1 |
2018-09-28 | fuse: add support for copy_file_range() | Niels de Vos | 1 | -0/+77 |
2018-08-21 | Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
2018-07-26 | fs: fuse: Adding new return type vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-07-26 | fuse: Add missed unlock_page() to fuse_readpages_fill() | Kirill Tkhai | 1 | -0/+1 |
2018-07-21 | pids: Compute task_tgid using signal->leader_pid | Eric W. Biederman | 1 | -0/+1 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
2017-11-29 | make kernel-side POLL... arch-independent | Al Viro | 1 | -2/+2 |
2017-11-27 | fs: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
2017-09-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -24/+28 |
2017-09-12 | fuse: getattr cleanup | Miklos Szeredi | 1 | -4/+4 |
2017-09-12 | fuse: honor iocb sync flags on write | Miklos Szeredi | 1 | -17/+24 |
2017-09-12 | fuse: allow server to run in different pid_ns | Miklos Szeredi | 1 | -3/+0 |
2017-09-06 | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -3/+3 |
2017-09-06 | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -3/+3 |
2017-08-11 | fuse: set mapping error in writepage_locked when it fails | Jeff Layton | 1 | -0/+1 |
2017-08-03 | fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio | Ashish Samant | 1 | -3/+3 |
2017-07-31 | fuse: convert to errseq_t based error tracking for fsync | Jeff Layton | 1 | -3/+3 |
2017-07-16 | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks | Benjamin Coddington | 1 | -3/+3 |
2017-06-09 | fuse: initialize the flock flag in fuse_file on allocation | Mateusz Jurczyk | 1 | -1/+1 |
2017-05-10 | Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+1 |
2017-04-21 | locks: Set FL_CLOSE when removing flock locks on close() | Benjamin Coddington | 1 | -1/+1 |
2017-04-18 | fuse: Add support for pid namespaces | Seth Forshee | 1 | -5/+17 |
2017-04-18 | fuse: convert fuse_file.count from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+4 |
2017-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -16/+12 |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -3/+3 |
2017-02-22 | fuse: release: private_data cannot be NULL | Miklos Szeredi | 1 | -7/+2 |
2017-02-22 | fuse: cleanup fuse_file refcounting | Miklos Szeredi | 1 | -9/+9 |
2017-02-22 | fuse: add missing FR_FORCE | Miklos Szeredi | 1 | -0/+1 |
2016-11-15 | fuse: fix fuse_write_end() if zero bytes were copied | Miklos Szeredi | 1 | -0/+6 |
2016-10-10 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 1 | -1/+1 |
2016-10-01 | fuse: don't use fuse_ioctl_copy_user() helper | Miklos Szeredi | 1 | -34/+18 |
2016-10-01 | fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter() | Al Viro | 1 | -23/+7 |
2016-09-22 | fuse: Propagate dentry down to inode_change_ok() | Jan Kara | 1 | -1/+1 |
2016-08-24 | fuse: direct-io: don't dirty ITER_BVEC pages | Miklos Szeredi | 1 | -3/+4 |
2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -12/+23 |
2016-07-29 | fuse: use filemap_check_errors() | Miklos Szeredi | 1 | -12/+2 |
2016-07-29 | fuse: fuse_flush must check mapping->flags for errors | Maxim Patlasov | 1 | -0/+9 |