summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-152-4/+4
|\
| * fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner2017-11-151-3/+3
| * mm: remove cold parameter for release_pagesMel Gorman2017-11-151-1/+1
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ | |/ |/|
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-1/+2
|\ \
| * | fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-10-251-1/+2
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/ /
* | Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-181-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-09-135-54/+53
|\
| * fuse: getattr cleanupMiklos Szeredi2017-09-123-23/+18
| * fuse: honor iocb sync flags on writeMiklos Szeredi2017-09-123-22/+28
| * fuse: allow server to run in different pid_nsMiklos Szeredi2017-09-122-9/+7
* | 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
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-08-112-4/+6
|\ \ | |/ |/|
| * 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-032-3/+4
| * fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-06-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-201-1/+8
|\ \ | |/ |/|
| * fuseblk: Fix warning in super_setup_bdi_name()Jan Kara2017-05-171-1/+8
* | 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-05-104-24/+50
|\ \ \
| * | | fuse: Add support for pid namespacesSeth Forshee2017-04-184-9/+35
| * | | fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova2017-04-182-4/+4
| * | | fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova2017-04-182-6/+5
| * | | fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova2017-04-182-5/+6
| |/ /
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
| |/
* | fuse: Get rid of bdi_initializedJan Kara2017-04-203-8/+2
* | fuse: Convert to separately allocated bdiJan Kara2017-04-203-36/+17
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-03-033-18/+13
|\
| * fuse: release: private_data cannot be NULLMiklos Szeredi2017-02-221-7/+2
| * fuse: cleanup fuse_file refcountingMiklos Szeredi2017-02-223-11/+10
| * fuse: add missing FR_FORCEMiklos Szeredi2017-02-221-0/+1
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+3
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
|/ /
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\ \ | |/ |/|
| * locking/atomic, kref: Add KREF_INIT()Peter Zijlstra2017-01-141-1/+1
* | fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-161-0/+1
* | fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-151-0/+4
* | fuse: fix time_to_jiffies nsec sanity checkDavid Sheets2017-01-131-1/+1
* | fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan2017-01-131-1/+2
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
OpenPOWER on IntegriCloud