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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-08
udf: add assertions
Jan Kara
1
-1
/
+3
2007-05-08
udf: use get_bh()
Jan Kara
12
-177
/
+174
2007-05-08
UDF: introduce struct extent_position
Jan Kara
8
-445
/
+434
2007-05-08
udf: use sector_t and loff_t for file offsets
Jan Kara
6
-35
/
+38
2007-05-08
nfs: fix congestion control: use atomic_longs
Peter Zijlstra
1
-2
/
+2
2007-05-08
utimensat implementation
Ulrich Drepper
2
-68
/
+137
2007-05-08
inode numbering: change libfs sb creation routines to avoid collisions with t...
Jeff Layton
2
-2
/
+25
2007-05-08
inode numbering: make static counters in new_inode and iunique be 32 bits
Jeff Layton
1
-2
/
+12
2007-05-08
Invalid return value of execve() resulting in oopses
Alexey Kuznetsov
1
-0
/
+3
2007-05-08
procfs: use simple_read_from_buffer()
Akinobu Mita
1
-28
/
+7
2007-05-08
Fix error handling in HDIO_GETGEO compat wrapper
Andreas Schwab
1
-1
/
+3
2007-05-08
udf: decrement correct link count in udf_rmdir
Stephen Mollett
1
-1
/
+1
2007-05-08
fat: fix VFAT compat ioctls on 64-bit systems
OGAWA Hirofumi
1
-99
/
+100
2007-05-08
ext3: copy i_flags to inode flags on write
Jan Kara
3
-0
/
+22
2007-05-08
fat: don't use free_clusters for fat32
OGAWA Hirofumi
1
-3
/
+11
2007-05-08
reiserfs: use __set_current_state()
Milind Arun Choudhary
1
-1
/
+1
2007-05-08
jbd: check for error returned by kthread_create on creating journal thread
Pavel Emelianov
2
-8
/
+18
2007-05-08
check privileges before setting mount propagation
Miklos Szeredi
1
-0
/
+3
2007-05-08
ext3: copy i_flags to inode flags on write
Jan Kara
2
-0
/
+21
2007-05-08
Introduce a handy list_first_entry macro
Pavel Emelianov
6
-9
/
+9
2007-05-08
smbfs: remove unnecessary allow_signal
Eric W. Biederman
1
-2
/
+0
2007-05-08
make iunique use a do/while loop rather than its obscure goto loop
Jeffrey Layton
1
-14
/
+10
2007-05-08
Remove redundant check from proc_sys_setattr()
John Johansen
1
-5
/
+2
2007-05-08
Remove redundant check from proc_setattr()
John Johansen
1
-5
/
+2
2007-05-08
proc: cleanup: use seq_release_private() where appropriate
Martin Peschke
1
-8
/
+1
2007-05-08
cleanup compat ioctl handling
Christoph Hellwig
3
-176
/
+166
2007-05-08
partition: add support for sysv68 partitions
Philippe De Muyter
5
-0
/
+107
2007-05-08
merge compat_ioctl.h into compat_ioctl.c
Christoph Hellwig
1
-1
/
+828
2007-05-08
ROUND_UP macro cleanup in fs/smbfs/request.c
Milind Arun Choudhary
1
-4
/
+3
2007-05-08
ROUND_UP macro cleanup in fs/(select|compat|readdir).c
Milind Arun Choudhary
3
-21
/
+15
2007-05-08
i386: sched.h inclusion from module.h is baack
Alexey Dobriyan
1
-0
/
+1
2007-05-08
Fix race between cat /proc/*/wchan and rmmod et al
Alexey Dobriyan
1
-6
/
+5
2007-05-08
Simplify kallsyms_lookup()
Alexey Dobriyan
1
-3
/
+2
2007-05-08
(re)register_binfmt returns with -EBUSY
kalash nainwal
1
-0
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
100
-100
/
+0
2007-05-08
make remove_inode_dquot_ref() static
Adrian Bunk
1
-1
/
+2
2007-05-08
Protect tty drivers list with tty_mutex
Alexey Dobriyan
1
-0
/
+3
2007-05-08
Remove do_sync_file_range()
Mark Fasheh
1
-1
/
+1
2007-05-08
reiserfs: proc support requires PROC_FS
Randy Dunlap
1
-1
/
+1
2007-05-08
/proc/*/oom_score oops re badness
Alexey Dobriyan
1
-0
/
+2
2007-05-08
VFS: delay the dentry name generation on sockets and pipes
Eric Dumazet
2
-6
/
+43
2007-05-08
add file position info to proc
Miklos Szeredi
1
-18
/
+114
2007-05-08
procfs: reorder struct pid_dentry to save space on 64bit archs, and constify ...
Eric Dumazet
1
-26
/
+27
2007-05-08
proc: maps protection
Kees Cook
4
-1
/
+29
2007-05-08
namei.c: remove utterly outdated comment
Christoph Hellwig
1
-11
/
+0
2007-05-08
vfs: remove superflous sb == NULL checks
Christoph Hellwig
2
-4
/
+2
2007-05-08
proc: remove pathetic ->deleted WARN_ON
Alexey Dobriyan
1
-2
/
+0
2007-05-08
Fix race between proc_readdir and remove_proc_entry
Darrick J. Wong
1
-2
/
+9
2007-05-08
Fix race between proc_get_inode() and remove_proc_entry()
Alexey Dobriyan
2
-8
/
+6
2007-05-08
add filesystem subtype support
Miklos Szeredi
4
-6
/
+48
[next]