index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-21
fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
Chad Austin
3
-12
/
+13
2018-11-21
fuse: fix leaked notify reply
Miklos Szeredi
1
-1
/
+3
2018-11-21
fuse: fix use-after-free in fuse_direct_IO()
Lukas Czerner
1
-1
/
+3
2018-11-21
fuse: set FR_SENT while locked
Miklos Szeredi
1
-1
/
+1
2018-11-21
fuse: fix blocked_waitq wakeup
Miklos Szeredi
1
-4
/
+11
2018-11-21
fuse: Fix use-after-free in fuse_dev_do_write()
Kirill Tkhai
1
-1
/
+5
2018-11-21
fuse: Fix use-after-free in fuse_dev_do_read()
Kirill Tkhai
1
-0
/
+2
2018-09-05
fuse: Add missed unlock_page() to fuse_readpages_fill()
Kirill Tkhai
1
-0
/
+1
2018-09-05
fuse: Fix oops at process_init_reply()
Miklos Szeredi
1
-14
/
+11
2018-09-05
fuse: umount should wait for all requests
Miklos Szeredi
3
-4
/
+22
2018-09-05
fuse: fix unlocked access to processing queue
Miklos Szeredi
1
-1
/
+7
2018-09-05
fuse: fix double request_end()
Miklos Szeredi
1
-2
/
+3
2018-09-05
fuse: fix initial parallel dirops
Miklos Szeredi
3
-10
/
+18
2018-09-05
fuse: Don't access pipe->buffers without pipe_lock()
Andrey Ryabinin
1
-2
/
+5
2018-07-03
fuse: fix control dir setup and teardown
Miklos Szeredi
1
-3
/
+10
2018-07-03
fuse: don't keep dead fuse_conn at fuse_fill_super().
Tetsuo Handa
1
-0
/
+1
2018-07-03
fuse: atomic_o_trunc should truncate pagecache
Miklos Szeredi
1
-1
/
+12
2018-07-03
fuse: fix congested state leak on aborted connections
Tejun Heo
1
-2
/
+1
2017-10-25
fuse: fix READDIRPLUS skipping an entry
Miklos Szeredi
1
-1
/
+2
2017-10-18
Convert fs/*/* to SB_I_VERSION
Matthew Garrett
1
-1
/
+1
2017-09-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
5
-54
/
+53
2017-09-12
fuse: getattr cleanup
Miklos Szeredi
3
-23
/
+18
2017-09-12
fuse: honor iocb sync flags on write
Miklos Szeredi
3
-22
/
+28
2017-09-12
fuse: allow server to run in different pid_ns
Miklos Szeredi
2
-9
/
+7
2017-09-06
Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-3
/
+3
2017-09-06
Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-3
/
+3
2017-08-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2
-4
/
+6
2017-08-11
fuse: set mapping error in writepage_locked when it fails
Jeff Layton
1
-0
/
+1
2017-08-03
fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio
Ashish Samant
2
-3
/
+4
2017-07-31
fuse: convert to errseq_t based error tracking for fsync
Jeff Layton
1
-3
/
+3
2017-07-16
fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks
Benjamin Coddington
1
-3
/
+3
2017-06-09
fuse: initialize the flock flag in fuse_file on allocation
Mateusz Jurczyk
1
-1
/
+1
2017-05-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+8
2017-05-17
fuseblk: Fix warning in super_setup_bdi_name()
Jan Kara
1
-1
/
+8
2017-05-10
Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2017-05-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
4
-24
/
+50
2017-05-09
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2017-04-26
fs: constify tree_descr arrays passed to simple_fill_super()
Eric Biggers
1
-1
/
+1
2017-04-21
locks: Set FL_CLOSE when removing flock locks on close()
Benjamin Coddington
1
-1
/
+1
2017-04-20
fuse: Get rid of bdi_initialized
Jan Kara
3
-8
/
+2
2017-04-20
fuse: Convert to separately allocated bdi
Jan Kara
3
-36
/
+17
2017-04-18
fuse: Add support for pid namespaces
Seth Forshee
4
-9
/
+35
2017-04-18
fuse: convert fuse_conn.count from atomic_t to refcount_t
Elena Reshetova
2
-4
/
+4
2017-04-18
fuse: convert fuse_req.count from atomic_t to refcount_t
Elena Reshetova
2
-6
/
+5
2017-04-18
fuse: convert fuse_file.count from atomic_t to refcount_t
Elena Reshetova
2
-5
/
+6
2017-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
3
-18
/
+13
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
1
-3
/
+3
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-3
/
+3
[next]