index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
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-10-12
sysfs: make sysfs_addrm_finish() return void
Tejun Heo
3
-9
/
+7
2007-10-12
sysfs: make sysfs_add_one() automatically check for duplicate entry
Tejun Heo
4
-23
/
+26
2007-10-12
sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly
Tejun Heo
5
-32
/
+16
2007-10-12
sysfs: simplify sysfs_rename_dir()
Tejun Heo
1
-22
/
+4
2007-10-12
sysfs: cosmetic changes in sysfs_lookup()
Tejun Heo
1
-10
/
+5
2007-10-12
sysfs: Remove first pass at shadow directory support
Eric W. Biederman
5
-163
/
+23
2007-10-12
sysfs: cleanup semaphore.h
Dave Young
6
-6
/
+3
2007-10-12
sysfs/file.c - use mutex instead of semaphore
Dave Young
1
-7
/
+7
2007-10-12
debugfs: helper for decimal challenged
Robin Getz
1
-0
/
+36
2007-10-12
Drivers: clean up direct setting of the name of a kset
Greg Kroah-Hartman
4
-4
/
+5
2007-10-12
kobjects: fix up improper use of the kobject name field
Greg Kroah-Hartman
2
-6
/
+8
2007-10-12
Fix up more bio fallout
Al Viro
5
-10
/
+3
2007-10-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
1
-11
/
+3
2007-10-11
JFS: fix bio-related build breakage
Jeff Garzik
1
-6
/
+1
2007-10-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Linus Torvalds
8
-32
/
+257
2007-10-10
[NET]: make netlink user -> kernel interface synchronious
Denis V. Lunev
1
-13
/
+1
2007-10-10
[FS] seq_file: Introduce the seq_open_private()
Pavel Emelyanov
1
-0
/
+33
2007-10-10
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
Pavel Emelyanov
1
-4
/
+4
2007-10-10
[NET]: Fix race when opening a proc file while a network namespace is exiting.
Eric W. Biederman
1
-0
/
+6
2007-10-10
[NETNS]: Fix export symbols.
Daniel Lezcano
1
-1
/
+3
2007-10-10
[NET]: Fix missed addition of fs/proc/proc_net.c
David S. Miller
1
-0
/
+192
2007-10-10
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
1
-2
/
+3
2007-10-10
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
1
-1
/
+1
2007-10-10
[NET]: Make /proc/net per network namespace
Eric W. Biederman
3
-5
/
+9
2007-10-10
[NET]: Don't implement dev_ifname32 inline
Eric W. Biederman
1
-11
/
+10
2007-10-10
compat_ioctl: move floppy handlers to block/compat_ioctl.c
Arnd Bergmann
1
-337
/
+0
2007-10-10
compat_ioctl: move cdrom handlers to block/compat_ioctl.c
Arnd Bergmann
1
-105
/
+0
2007-10-10
compat_ioctl: move BLKPG handling to block/compat_ioctl.c
Arnd Bergmann
1
-33
/
+0
2007-10-10
compat_ioctl: move hdio calls to block/compat_ioctl.c
Arnd Bergmann
1
-60
/
+0
2007-10-10
compat_ioctl: handle blk_trace ioctls
Arnd Bergmann
1
-8
/
+0
2007-10-10
compat_ioctl: add compat_blkdev_driver_ioctl()
Arnd Bergmann
1
-83
/
+0
2007-10-10
compat_ioctl: move common block ioctls to compat_blkdev_ioctl
Arnd Bergmann
1
-45
/
+0
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
11
-84
/
+17
2007-10-10
Don't decrement bi_size in bio_endio
NeilBrown
1
-12
/
+11
2007-10-10
Only call bi_end_io once for any bio
NeilBrown
1
-1
/
+3
2007-10-10
Fix warnings with !CONFIG_BLOCK
Jens Axboe
1
-0
/
+1
2007-10-09
NLM: Fix a memory leak in nlmsvc_testlock
Trond Myklebust
1
-1
/
+3
2007-10-08
AIO: fix cleanup in io_submit_one(...)
Yan Zheng
1
-1
/
+1
2007-10-03
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...
Linus Torvalds
1
-1
/
+5
2007-10-03
ocfs2: Unlock mutex in local alloc failure case
Sunil Mushran
1
-1
/
+3
2007-10-03
Merge branch 'linux-2.6' into for-2.6.24
Paul Mackerras
20
-287
/
+172
2007-10-01
Fix possible splice() mmap_sem deadlock
Linus Torvalds
1
-12
/
+34
2007-10-01
Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-dis...
Tim Shimmin
3
-54
/
+3
2007-09-28
NFS: Fix an Oops in encode_lookup()
Trond Myklebust
3
-10
/
+24
2007-09-26
NLM: Fix a circular lock dependency in lockd
Trond Myklebust
1
-11
/
+18
2007-09-26
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2007-09-25
Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jeff Garzik
1
-0
/
+2
2007-09-25
ufs: fix sun state
Evgeniy Dushistov
1
-3
/
+1
2007-09-22
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
2
-5
/
+6
2007-10-03
binfmt_flat: checkpatch fixing minimum support for the blackfin relocations
Andrew Morton
1
-1
/
+2
[next]