summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-5/+10
* | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-078-62/+164
|\ \ | |/ |/|
| * fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-05-311-0/+1
| * fuse: fix control dir setup and teardownMiklos Szeredi2018-05-311-3/+10
| * fuse: fix congested state leak on aborted connectionsTejun Heo2018-05-311-2/+1
| * fuse: Allow fully unprivileged mountsEric W. Biederman2018-05-311-1/+1
| * fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman2018-05-313-0/+51
| * fuse: honor AT_STATX_FORCE_SYNCMiklos Szeredi2018-03-201-2/+9
| * fuse: honor AT_STATX_DONT_SYNCMiklos Szeredi2018-03-201-4/+5
| * fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee2018-03-201-1/+1
| * fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman2018-03-206-27/+43
| * fuse: Fail all requests with invalid uids or gidsEric W. Biederman2018-03-201-9/+13
| * fuse: Remove the buggy retranslation of pids in fuse_dev_do_readEric W. Biederman2018-03-201-6/+0
| * fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-205-12/+23
| * fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-03-201-1/+12
* | fuse: define the filesystem as untrustedMimi Zohar2018-03-231-0/+3
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-5/+5
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-303-6/+6
|\
| * make kernel-side POLL... arch-independentAl Viro2017-11-291-2/+2
| * fs: annotate ->poll() instancesAl Viro2017-11-273-4/+4
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-6/+6
|/
* 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
OpenPOWER on IntegriCloud