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
/
xfs
/
support
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-07
xfs: kill support/debug.[ch]
Dave Chinner
2
-78
/
+0
2011-03-07
xfs: Convert remaining cmn_err() callers to new API
Dave Chinner
2
-38
/
+0
2011-03-07
xfs: convert xfs_fs_cmn_err to new error logging API
Dave Chinner
2
-22
/
+0
2011-03-07
xfs: convert xfs_cmn_err to xfs_alert_tag
Dave Chinner
2
-30
/
+0
2011-01-17
xfs: Do not name variables "panic"
Geert Uytterhoeven
1
-3
/
+3
2011-01-12
xfs: prevent NMI timeouts in cmn_err
Dave Chinner
2
-68
/
+66
2011-01-11
xfs: Add log level to assertion printk
Anton Blanchard
1
-1
/
+2
2010-07-26
xfs: drop dmapi hooks
Christoph Hellwig
1
-1
/
+0
2009-12-14
xfs: event tracing support
Christoph Hellwig
2
-408
/
+0
2009-12-11
xfs: kill the STATIC_INLINE macro
Christoph Hellwig
1
-18
/
+0
2009-03-30
xfs: cleanup uuid handling
Christoph Hellwig
2
-75
/
+0
2009-03-15
Fix xfs debug build breakage by pushing xfs_error.h after
Felix Blyakher
1
-1
/
+1
2009-03-06
xfs: include header files for prototypes
Hannes Eder
1
-0
/
+1
2008-12-22
[XFS] avoid memory allocations in xfs_fs_vcmn_err
Christoph Hellwig
2
-7
/
+32
2008-12-05
[XFS] Remove unused variable in ktrace_free()
Lachlan McIlroy
1
-7
/
+2
2008-10-30
[XFS] Show buffer address with debug hexdump on corruption
Barry Naujok
1
-1
/
+1
2008-07-28
[XFS] streamline init/exit path
Christoph Hellwig
2
-8
/
+1
2008-07-28
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
1
-2
/
+2
2008-04-30
[XFS] Include linux/random.h in all builds, not just debug.
David Chinner
1
-2
/
+0
2008-04-18
[XFS] Use power-of-2 sized buffers to reduce overhead
David Chinner
2
-8
/
+15
2008-04-18
[XFS] Use atomic counters for ktrace buffer indexes
David Chinner
2
-14
/
+9
2008-02-07
[XFS] add __init/__exit mark to specific init/cleanup functions
Lachlan McIlroy
2
-3
/
+3
2008-02-07
[XFS] lose xfs_hex_dump in favor of print_hex_dump
Eric Sandeen
1
-0
/
+6
2008-02-07
[XFS] Remove spin.h
Eric Sandeen
2
-3
/
+0
2008-02-07
[XFS] ktrace kt_lock is unused, remove it.
Eric Sandeen
2
-5
/
+0
2007-10-15
[XFS] kill move.[ch]
Christoph Hellwig
2
-121
/
+0
2007-09-05
[XFS] fix ASSERT and ASSERT_ALWAYS
Christoph Hellwig
1
-4
/
+6
2007-05-08
[XFS] reducing the number of random number functions.
Joe Perches
2
-18
/
+1
2007-02-10
[XFS] use struct kvec in struct uio
Lachlan McIlroy
1
-2
/
+2
2007-02-10
[XFS] Keep stack usage down for 4k stacks by using noinline.
David Chinner
1
-3
/
+27
2007-02-10
[XFS] Prevent buffer overrun in cmn_err().
Lachlan McIlroy
1
-10
/
+13
2006-11-11
[XFS] rename uio_read() to xfs_uio_read()
Vlad Apostolov
2
-2
/
+2
2006-11-11
[XFS] 956618: Linux crashes on boot with XFS-DMAPI filesystem when
Vlad Apostolov
1
-3
/
+1
2006-10-03
BUG_ON conversion for fs/xfs/
Eric Sesterhenn
1
-4
/
+2
2006-09-28
[XFS] Add a debug flag for allocations which are known to be larger than
Nathan Scott
1
-1
/
+1
2006-06-09
[XFS] Portability changes: remove prdev, stick to one diagnostic
Nathan Scott
2
-5
/
+2
2006-03-22
[XFS] Fixup naming inconsistencies found by Pekka Enberg and one from Jan
Nathan Scott
1
-2
/
+2
2006-03-14
[XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to be
Nathan Scott
1
-8
/
+7
2006-01-12
[XFS] Merge in trivial changes, sync up headers with userspace
Nathan Scott
2
-47
/
+36
2006-01-11
[XFS] endianess annotations and tidying for the uuid code
Christoph Hellwig
1
-9
/
+14
2006-01-11
[XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for
Christoph Hellwig
1
-1
/
+1
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: XFS
Jes Sorensen
1
-3
/
+3
2005-11-04
[XFS] Remove no-longer-used qsort source.
Nathan Scott
2
-178
/
+0
2005-11-02
[XFS] Fix sparse warnings in ktrace.[ch]
Christoph Hellwig
2
-2
/
+2
2005-11-02
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
10
-247
/
+112
2005-11-02
[XFS] Add format checking to cmn_err and icmn_err
Christoph Hellwig
1
-3
/
+4
2005-09-09
[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions
Ingo Molnar
1
-1
/
+1
2005-09-05
[XFS] Sort out some cosmetic differences between XFS trees.
Nathan Scott
1
-0
/
+1
2005-06-21
[XFS] simplify ASSERT
Christoph Hellwig
2
-7
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
10
-0
/
+1191