summaryrefslogtreecommitdiff
path: root/fs/fuse
Commit message (Expand)AuthorAge
* fuse: define the filesystem as untrustedMimi Zohar2018-03-23
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * make kernel-side POLL... arch-independentAl Viro2017-11-29
| * fs: annotate ->poll() instancesAl Viro2017-11-27
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-15
|\
| * fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner2017-11-15
| * mm: remove cold parameter for release_pagesMel Gorman2017-11-15
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\ \ | |/ |/|
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-31
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\ \
| * | fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-10-25
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/ /
* | Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-09-13
|\
| * fuse: getattr cleanupMiklos Szeredi2017-09-12
| * fuse: honor iocb sync flags on writeMiklos Szeredi2017-09-12
| * fuse: allow server to run in different pid_nsMiklos Szeredi2017-09-12
* | 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