aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner1-3/+3
2017-11-15mm: remove cold parameter for release_pagesMel Gorman1-1/+1
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-1/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-10-25fuse: fix READDIRPLUS skipping an entryMiklos Szeredi1-1/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-1/+1
2017-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-54/+53
2017-09-12fuse: getattr cleanupMiklos Szeredi3-23/+18
2017-09-12fuse: honor iocb sync flags on writeMiklos Szeredi3-22/+28
2017-09-12fuse: allow server to run in different pid_nsMiklos Szeredi2-9/+7
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-3/+3
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-3/+3
2017-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds2-4/+6
2017-08-11fuse: set mapping error in writepage_locked when it failsJeff Layton1-0/+1
2017-08-03fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2-3/+4
2017-07-31fuse: convert to errseq_t based error tracking for fsyncJeff Layton1-3/+3
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-3/+3
2017-06-09fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk1-1/+1
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Jan Kara1-1/+8
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds4-24/+50
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-1/+1
2017-04-21locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington1-1/+1
2017-04-20fuse: Get rid of bdi_initializedJan Kara3-8/+2
2017-04-20fuse: Convert to separately allocated bdiJan Kara3-36/+17
2017-04-18fuse: Add support for pid namespacesSeth Forshee4-9/+35
2017-04-18fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova2-4/+4
2017-04-18fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova2-6/+5
2017-04-18fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova2-5/+6
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-18/+13
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-22fuse: release: private_data cannot be NULLMiklos Szeredi1-7/+2
2017-02-22fuse: cleanup fuse_file refcountingMiklos Szeredi3-11/+10
2017-02-22fuse: add missing FR_FORCEMiklos Szeredi1-0/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi1-0/+1
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala1-0/+4
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra1-1/+1
2017-01-13fuse: fix time_to_jiffies nsec sanity checkDavid Sheets1-1/+1
2017-01-13fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan1-1/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0