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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-22
xfs: enable delaylog by default
Christoph Hellwig
1
-0
/
+1
2011-02-22
xfs: more sensible inode refcounting for ialloc
Christoph Hellwig
5
-78
/
+19
2011-02-22
xfs: stop using xfs_trans_iget in the RT allocator
Christoph Hellwig
2
-39
/
+23
2011-02-22
xfs: check if device support discard in xfs_ioc_trim()
Lukas Czerner
1
-0
/
+2
2011-02-22
xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
Dan Rosenberg
1
-0
/
+3
2011-02-21
xfs: check if device support discard in xfs_ioc_trim()
Lukas Czerner
1
-0
/
+2
2011-02-21
xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
Dan Rosenberg
1
-0
/
+3
2011-02-21
Merge branch 'master' into for-2.6.39
Tejun Heo
10
-71
/
+152
2011-02-07
xfs: add lockdep annotations for the rt inodes
Christoph Hellwig
3
-15
/
+26
2011-02-07
xfs: fix xfs_get_extsz_hint for a zero extent size hint
Christoph Hellwig
1
-13
/
+5
2011-02-07
xfs: only lock the rt bitmap inode once per allocation
Christoph Hellwig
2
-21
/
+24
2011-02-01
fs/vfs/security: pass last path component to LSM on inode creation
Eric Paris
1
-4
/
+5
2011-02-01
xfs: convert to alloc_workqueue()
Tejun Heo
2
-3
/
+4
2011-01-28
xfs: xfs_bmap_add_extent_delay_real should init br_startblock
bpm@sgi.com
1
-8
/
+25
2011-01-28
xfs: fix dquot shaker deadlock
Dave Chinner
1
-25
/
+21
2011-01-28
xfs: handle CIl transaction commit failures correctly
Dave Chinner
3
-12
/
+3
2011-01-28
xfs: limit extsize to size of AGs and/or MAXEXTLEN
Dave Chinner
1
-2
/
+18
2011-01-28
xfs: prevent extsize alignment from exceeding maximum extent size
Dave Chinner
1
-0
/
+10
2011-01-28
xfs: limit extent length for allocation to AG size
Dave Chinner
2
-8
/
+26
2011-01-28
xfs: speculative delayed allocation uses rounddown_power_of_2 badly
Dave Chinner
1
-1
/
+6
2011-01-28
xfs: fix efi item leak on forced shutdown
Dave Chinner
3
-13
/
+38
2011-01-27
xfs: fix log ticket leak on forced shutdown.
Dave Chinner
1
-2
/
+5
2011-01-17
xfs: Do not name variables "panic"
Geert Uytterhoeven
1
-3
/
+3
2011-01-17
fallocate should be a file operation
Christoph Hellwig
2
-60
/
+56
2011-01-17
make the feature checks in ->fallocate future proof
Christoph Hellwig
1
-0
/
+3
2011-01-14
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
23
-482
/
+729
2011-01-13
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+3
2011-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+5
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2011-01-12
XFS: handle hole punching via fallocate properly
Josef Bacik
1
-2
/
+5
2011-01-12
xfs: prevent NMI timeouts in cmn_err
Dave Chinner
7
-114
/
+96
2011-01-11
xfs: Add log level to assertion printk
Anton Blanchard
1
-1
/
+2
2011-01-11
xfs: fix an assignment within an ASSERT()
Jesper Juhl
1
-1
/
+1
2011-01-11
xfs: fix error handling for synchronous writes
Christoph Hellwig
3
-114
/
+51
2011-01-11
xfs: add FITRIM support
Christoph Hellwig
7
-12
/
+259
2011-01-11
xfs: ensure log covering transactions are synchronous
Dave Chinner
4
-12
/
+13
2011-01-10
Merge branch 'master' into for-linus-merged
Alex Elder
38
-1920
/
+1997
2011-01-11
xfs: serialise unaligned direct IOs
Dave Chinner
1
-10
/
+28
2011-01-11
xfs: factor common write setup code
Dave Chinner
1
-67
/
+56
2011-01-11
xfs: split buffered IO write path from xfs_file_aio_write
Dave Chinner
1
-77
/
+69
2011-01-11
xfs: split direct IO write path from xfs_file_aio_write
Dave Chinner
1
-63
/
+116
2011-01-12
xfs: introduce xfs_rw_lock() helpers for locking the inode
Dave Chinner
1
-51
/
+80
2011-01-11
xfs: factor post-write newsize updates
Dave Chinner
1
-22
/
+21
2011-01-11
xfs: factor common post-write isize handling code
Dave Chinner
1
-26
/
+28
2011-01-11
xfs: ensure sync write errors are returned
Dave Chinner
1
-26
/
+23
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2011-01-07
xfs: provide simple rcu-walk ACL implementation
Nick Piggin
1
-3
/
+6
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2
-3
/
+7
2011-01-07
fs: icache RCU free inodes
Nick Piggin
1
-1
/
+12
2010-12-22
Merge branch 'master' into for-next
Jiri Kosina
16
-97
/
+222
[prev]
[next]