summaryrefslogtreecommitdiff
path: root/fs/fuse
Commit message (Expand)AuthorAge
* Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-06
|\
| * fuse: convert to errseq_t based error tracking for fsyncJeff Layton2017-07-31
* | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-06
|\ \
| * | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-16
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-08-11
|\ \ | |/ |/|
| * fuse: set mapping error in writepage_locked when it failsJeff Layton2017-08-11
| * fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2017-08-03
| * fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-06-09
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-20
|\ \ | |/ |/|
| * fuseblk: Fix warning in super_setup_bdi_name()Jan Kara2017-05-17
* | Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-05-10
|\ \
| * | locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington2017-04-21
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-05-10
|\ \ \
| * | | fuse: Add support for pid namespacesSeth Forshee2017-04-18
| * | | fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova2017-04-18
| * | | fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova2017-04-18
| * | | fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova2017-04-18
| |/ /
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-09
|\ \ \ | |_|/ |/| |
| * | fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-26
| |/
* | fuse: Get rid of bdi_initializedJan Kara2017-04-20
* | fuse: Convert to separately allocated bdiJan Kara2017-04-20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-03-03
|\
| * fuse: release: private_data cannot be NULLMiklos Szeredi2017-02-22
| * fuse: cleanup fuse_file refcountingMiklos Szeredi2017-02-22
| * fuse: add missing FR_FORCEMiklos Szeredi2017-02-22
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
|/ /
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-20
|\ \ | |/ |/|
| * locking/atomic, kref: Add KREF_INIT()Peter Zijlstra2017-01-14
* | fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-16
* | fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-15
* | fuse: fix time_to_jiffies nsec sanity checkDavid Sheets2017-01-13
* | fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan2017-01-13
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-17
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* | fuse: fix clearing suid, sgid for chown()Miklos Szeredi2016-12-06
|/
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-15
* fuse: fix root dentry initializationMiklos Szeredi2016-10-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
| |\ \ \ | | |_|/ | |/| |
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22