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
2008-02-07
[XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regression
Lachlan McIlroy
2
-5
/
+49
2008-02-07
[XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSION
Eric Sandeen
2
-6
/
+12
2008-02-07
[XFS] lose xfs_hex_dump in favor of print_hex_dump
Eric Sandeen
3
-31
/
+8
2008-02-07
[XFS] kill XFS_INOBT_IS_FREE_DISK
Christoph Hellwig
1
-2
/
+0
2008-02-07
[XFS] kill superflous buffer locking
Christoph Hellwig
2
-49
/
+5
2008-02-07
[XFS] Refactor xfs_mountfs
Eric Sandeen
1
-105
/
+162
2008-02-07
[XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations
Christoph Hellwig
4
-133
/
+120
2008-02-07
[XFS] clean up some xfs_log_priv.h macros
Christoph Hellwig
3
-17
/
+16
2008-02-07
[XFS] clean up some xfs_log_priv.h macros
Christoph Hellwig
3
-50
/
+40
2008-02-07
[XFS] kill xfs_freeze.
Christoph Hellwig
3
-16
/
+12
2008-02-07
[XFS] cleanup vnode useage in xfs_iget.c
Christoph Hellwig
4
-98
/
+65
2008-02-07
[XFS] cleanup vnode useage in xfs_ioctl.c
Christoph Hellwig
1
-51
/
+28
2008-02-07
[XFS] Kill off xfs_statvfs.
Christoph Hellwig
4
-69
/
+41
2008-02-07
[XFS] simplify xfs_vn_getattr
Christoph Hellwig
1
-25
/
+53
2008-02-07
[XFS] kill xfs_iocore_t
Christoph Hellwig
13
-211
/
+54
2008-02-07
[XFS] Remove spin.h
Eric Sandeen
11
-45
/
+14
2008-02-07
[XFS] Cleanup lock goop.
Eric Sandeen
3
-20
/
+2
2008-02-07
[XFS] ktrace kt_lock is unused, remove it.
Eric Sandeen
2
-5
/
+0
2008-02-07
[XFS] Unwrap XFS_SB_LOCK.
Eric Sandeen
10
-79
/
+60
2008-02-07
[XFS] Unwrap mru_lock.
Eric Sandeen
1
-17
/
+17
2008-02-07
[XFS] Unwrap xfs_dabuf_global_lock
Eric Sandeen
2
-9
/
+6
2008-02-07
[XFS] Unwrap pagb_lock.
Eric Sandeen
2
-11
/
+8
2008-02-07
[XFS] Unwrap XFS_DQ_PINUNLOCK.
Eric Sandeen
3
-16
/
+7
2008-02-07
[XFS] Unwrap GRANT_LOCK.
Eric Sandeen
3
-50
/
+35
2008-02-07
[XFS] Unwrap LOG_LOCK.
Eric Sandeen
2
-93
/
+72
2008-02-07
[XFS] Unwrap AIL_LOCK
Donald Douwsma
12
-114
/
+81
2008-02-07
[XFS] kill unnessecary ioops indirection
Lachlan McIlroy
12
-249
/
+79
2008-02-07
[XFS] simplify vn_revalidate
Christoph Hellwig
4
-51
/
+37
2008-02-07
[XFS] more vnode/inode tracing fixes
Lachlan McIlroy
2
-5
/
+6
2008-02-07
[XFS] kill BMAPI_UNWRITTEN
Christoph Hellwig
3
-15
/
+5
2008-02-07
[XFS] kill BMAPI_DEVICE
Christoph Hellwig
3
-20
/
+17
2008-02-07
[XFS] clean up vnode/inode tracing
Lachlan McIlroy
14
-95
/
+91
2008-02-07
[XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodes
Lachlan McIlroy
1
-175
/
+23
2008-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
14
-16
/
+16
2008-02-04
Merge branch 'locks' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-61
/
+64
2008-02-04
vm audit: add VM_DONTEXPAND to mmap for drivers that need it
Nick Piggin
1
-4
/
+0
2008-02-03
pid-namespaces-vs-locks-interaction
Vitaliy Gusev
1
-6
/
+23
2008-02-03
file locks: Use wait_event_interruptible_timeout()
Matthew Wilcox
1
-28
/
+4
2008-02-03
locks: clarify posix_locks_deadlock
J. Bruce Fields
1
-30
/
+40
2008-02-03
fs/binfmt_elf.c: spello fix
Ohad Ben-Cohen
1
-1
/
+1
2008-02-03
fs/: Spelling fixes
Joe Perches
9
-11
/
+11
2008-02-03
Spelling fixes: lenght->length
Paulius Zaleckas
2
-2
/
+2
2008-02-03
Typoes: "whith" -> "with"
Robert P. J. Day
1
-1
/
+1
2008-02-03
Fix a small number of "memeber" typoes.
Robert P. J. Day
1
-1
/
+1
2008-02-02
Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
23
-375
/
+466
2008-02-01
NLM: tear down RPC clients in nlm_shutdown_hosts
Jeff Layton
1
-1
/
+6
2008-02-01
nfsd: more careful input validation in nfsctl write methods
J. Bruce Fields
1
-1
/
+4
2008-02-01
lockd: minor log message fix
J. Bruce Fields
1
-1
/
+1
2008-02-01
knfsd: don't bother mapping putrootfh enoent to eperm
J. Bruce Fields
1
-2
/
+0
2008-02-01
svc: Add svc_xprt_names service to replace svc_sock_names
Tom Tucker
1
-1
/
+1
[next]