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
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-98
/
+69
2014-06-04
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
1
-2
/
+0
2014-06-04
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
1
-1
/
+1
2014-06-02
locks: ensure that fl_owner is always initialized properly in flock and lease...
Jeff Layton
1
-1
/
+0
2014-05-06
bio_vec-backed iov_iter
Al Viro
1
-1
/
+1
2014-05-06
fuse: switch to ->write_iter()
Al Viro
1
-16
/
+11
2014-05-06
fuse_file_aio_read(): convert to ->read_iter()
Al Viro
1
-6
/
+5
2014-05-06
iov_iter_truncate()
Al Viro
1
-10
/
+8
2014-05-06
new helper: iov_iter_npages()
Al Viro
1
-14
/
+2
2014-05-06
fuse: switch to iov_iter_get_pages()
Al Viro
1
-21
/
+12
2014-05-06
fuse: pull iov_iter initializations up
Al Viro
3
-30
/
+38
2014-05-06
start adding the tag to iov_iter
Al Viro
1
-3
/
+3
2014-05-06
fuse_file_aio_write(): merge initializations of iov_iter
Al Viro
1
-2
/
+1
2014-05-06
get rid of pointless iov_length() in ->direct_IO()
Al Viro
1
-1
/
+1
2014-05-06
pass iov_iter to ->direct_IO()
Al Viro
1
-5
/
+5
2014-05-06
kill generic_segment_checks()
Al Viro
1
-6
/
+1
2014-05-06
generic_file_direct_write(): switch to iov_iter
Al Viro
1
-4
/
+2
2014-04-28
fuse: add renameat2 support
Miklos Szeredi
2
-8
/
+50
2014-04-28
fuse: clear MS_I_VERSION
Miklos Szeredi
1
-1
/
+1
2014-04-28
fuse: clear FUSE_I_CTIME_DIRTY flag on setattr
Maxim Patlasov
1
-9
/
+17
2014-04-28
fuse: trust kernel i_ctime only
Maxim Patlasov
2
-4
/
+24
2014-04-28
fuse: remove .update_time
Miklos Szeredi
1
-12
/
+0
2014-04-28
fuse: allow ctime flushing to userspace
Maxim Patlasov
3
-4
/
+9
2014-04-28
fuse: fuse: add time_gran to INIT_OUT
Miklos Szeredi
1
-0
/
+5
2014-04-28
fuse: add .write_inode
Miklos Szeredi
4
-33
/
+45
2014-04-28
fuse: clean up fsync
Miklos Szeredi
1
-8
/
+3
2014-04-28
fuse: fuse: fallocate: use file_update_time()
Miklos Szeredi
1
-6
/
+2
2014-04-28
fuse: update mtime on open(O_TRUNC) in atomic_o_trunc mode
Maxim Patlasov
1
-4
/
+14
2014-04-28
fuse: update mtime on truncate(2)
Maxim Patlasov
1
-0
/
+2
2014-04-28
fuse: do not use uninitialized i_mode
Maxim Patlasov
1
-1
/
+1
2014-04-28
fuse: fix mtime update error in fsync
Miklos Szeredi
1
-1
/
+1
2014-04-28
fuse: check fallocate mode
Miklos Szeredi
1
-0
/
+3
2014-04-28
fuse: add __exit to fuse_ctl_cleanup
Fabian Frederick
2
-2
/
+2
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-11
/
+8
2014-04-07
mm: implement ->map_pages for page cache
Kirill A. Shutemov
1
-0
/
+1
2014-04-06
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2014-04-04
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2014-04-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
5
-83
/
+378
2014-04-03
mm + fs: store shadow entries in page cache
Johannes Weiner
1
-1
/
+1
2014-04-02
fuse: fix "uninitialized variable" warning
Rajat Jain
1
-1
/
+1
2014-04-02
fuse: Turn writeback cache on
Pavel Emelyanov
2
-1
/
+15
2014-04-02
fuse: Fix O_DIRECT operations vs cached writeback misorder
Pavel Emelyanov
3
-9
/
+41
2014-04-02
fuse: fuse_flush() should wait on writeback
Maxim Patlasov
1
-15
/
+23
2014-04-02
fuse: Implement write_begin/write_end callbacks
Pavel Emelyanov
1
-0
/
+73
2014-04-02
fuse: restructure fuse_readpage()
Maxim Patlasov
1
-7
/
+16
2014-04-02
fuse: Flush files on wb close
Pavel Emelyanov
1
-0
/
+6
2014-04-02
fuse: Trust kernel i_mtime only
Maxim Patlasov
4
-25
/
+132
2014-04-02
fuse: Trust kernel i_size only
Pavel Emelyanov
3
-6
/
+39
2014-04-02
fuse: Connection bit for enabling writeback
Pavel Emelyanov
1
-0
/
+3
2014-04-02
fuse: Prepare to handle short reads
Pavel Emelyanov
1
-8
/
+13
[next]