summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-3/+3
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-3/+3
2017-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-4/+6
2017-08-11fuse: set mapping error in writepage_locked when it failsJeff Layton-0/+1
2017-08-03fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant-3/+4
2017-07-31fuse: convert to errseq_t based error tracking for fsyncJeff Layton-3/+3
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington-3/+3
2017-06-09fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk-1/+1
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+8
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Jan Kara-1/+8
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-1/+1
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-24/+50
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers-1/+1
2017-04-21locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington-1/+1
2017-04-20fuse: Get rid of bdi_initializedJan Kara-8/+2
2017-04-20fuse: Convert to separately allocated bdiJan Kara-36/+17
2017-04-18fuse: Add support for pid namespacesSeth Forshee-9/+35
2017-04-18fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova-4/+4
2017-04-18fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova-6/+5
2017-04-18fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova-5/+6
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-18/+13
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-3/+3
2017-02-22fuse: release: private_data cannot be NULLMiklos Szeredi-7/+2
2017-02-22fuse: cleanup fuse_file refcountingMiklos Szeredi-11/+10
2017-02-22fuse: add missing FR_FORCEMiklos Szeredi-0/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi-0/+1
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala-0/+4
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra-1/+1
2017-01-13fuse: fix time_to_jiffies nsec sanity checkDavid Sheets-1/+1
2017-01-13fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan-1/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi-1/+0
2016-12-06fuse: fix clearing suid, sgid for chown()Miklos Szeredi-5/+2
2016-11-15fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi-0/+6
2016-10-18fuse: fix root dentry initializationMiklos Szeredi-1/+8
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+6
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro-6/+7
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher-9/+0
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-47/+16
2016-10-05pipe: add pipe_buf_steal() helperMiklos Szeredi-1/+1
2016-10-05pipe: add pipe_buf_confirm() helperMiklos Szeredi-2/+2
2016-10-05pipe: add pipe_buf_release() helperMiklos Szeredi-4/+3