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
2005-05-06
[XFS] Fix directory inodes ioctl compat code, minor code consistency cleanups
Nathan Scott
4
-17
/
+28
2005-05-06
[XFS] Fix a bug in xfs_iomap for extent handling of write cases
Russell Cattelan
1
-1
/
+3
2005-05-05
[PATCH] fs/udf/udftime.c: fix off by one error
Adrian Bunk
1
-1
/
+1
2005-05-05
[PATCH] comments on locking of task->comm
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+3
2005-05-05
[PATCH] reiserfs: use NULL instead of 0
Randy.Dunlap
1
-1
/
+1
2005-05-05
[PATCH] make some things static
Adrian Bunk
16
-32
/
+45
2005-05-05
[PATCH] revert ext3-writepages-support-for-writeback-mode
Andrew Morton
2
-57
/
+1
2005-05-05
[PATCH] remove do_sync parameter from __invalidate_device
Christoph Hellwig
2
-19
/
+4
2005-05-05
[PATCH] remove BK documentation
Adrian Bunk
1
-3
/
+3
2005-05-05
[PATCH] __block_write_full_page() simplification
Andrew Morton
1
-9
/
+1
2005-05-05
[PATCH] __block_write_full_page speedup
Andrew Morton
1
-5
/
+1
2005-05-05
[PATCH] __block_write_full_page race fix
Nick Piggin
1
-5
/
+13
2005-05-05
[PATCH] fix race in __block_prepare_write
Nick Piggin
1
-4
/
+6
2005-05-05
[PATCH] uml: hostfs failed mount handling
Jeff Dike
1
-3
/
+7
2005-05-05
[PATCH] avoid -ENOMEM due reclaimable slab caches
Andrea Arcangeli
2
-2
/
+2
2005-05-05
[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.
Nathan Scott
4
-19
/
+19
2005-05-05
[XFS] Use the right offset when ensuring a delayed allocate conversion has co...
Nathan Scott
4
-46
/
+56
2005-05-05
[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimes
Nathan Scott
1
-5
/
+3
2005-05-05
[XFS] remove noisy printk at vnode trace allocation
Eric Sandeen
1
-1
/
+0
2005-05-05
[XFS] stop background sync from waiting for in-use inodes
Daniel Moore
1
-1
/
+4
2005-05-05
[XFS] Disable the combination of XFS direct IO and AIO until the IO completion
Nathan Scott
2
-2
/
+44
2005-05-05
[XFS] Resolve an issue with xfsbufd not getting along with swsusp.
Nathan Scott
1
-2
/
+9
2005-05-05
[XFS] Fix up warnings
Eric Sandeen
2
-4
/
+4
2005-05-05
[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.
Nathan Scott
2
-25
/
+48
2005-05-05
[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is held
Dean Roehrich
2
-2
/
+10
2005-05-05
[XFS] Enable XFS_VNODE_TRACE
Eric Sandeen
2
-2
/
+3
2005-05-05
[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...
Nathan Scott
6
-7
/
+8
2005-05-05
[XFS] Block mount attempts for filesystems with version 1 directories.
Nathan Scott
1
-0
/
+9
2005-05-05
[XFS] Move the XFS inode to the front of its hash list on a cache hit
Nathan Scott
1
-1
/
+50
2005-05-05
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
David Woodhouse
1
-3
/
+3
2005-05-04
JFS: Endian errors
Dave Kleikamp
1
-3
/
+3
2005-05-03
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
David Woodhouse
50
-897
/
+1335
2005-05-02
[PATCH] JFS: Don't allocate extents that overlap existing extents
Dave Kleikamp
3
-25
/
+46
2005-05-02
[PATCH] JFS: Write journal sync points more often
Dave Kleikamp
4
-9
/
+27
2005-05-02
[PATCH] JFS: Support page sizes greater than 4K
Dave Kleikamp
13
-462
/
+806
2005-05-02
[PATCH] JFS: Changes for larger page size
Dave Kleikamp
3
-28
/
+39
2005-05-02
[PATCH] JFS: Simplify creation of new iag
Dave Kleikamp
1
-34
/
+36
2005-05-02
[PATCH] JFS: reduce number of synchronous transactions
Dave Kleikamp
1
-23
/
+40
2005-05-01
[PATCH] DocBook: fix some descriptions
Martin Waitz
7
-57
/
+67
2005-05-01
[PATCH] DocBook: changes and extensions to the kernel documentation
Pavel Pisa
1
-5
/
+5
2005-05-01
[PATCH] ext3: remove unnecessary race then retry in ext3_get_block
Mingming Cao
1
-83
/
+61
2005-05-01
[PATCH] reiserfs endianness: comp_short_keys() cleanup
Al Viro
3
-25
/
+19
2005-05-01
[PATCH] reiserfs endianness: fix endianness bugs
Al Viro
1
-1
/
+1
2005-05-01
[PATCH] reiserfs endianness: annotate little-endian objects
Al Viro
9
-38
/
+46
2005-05-01
[PATCH] reiserfs endianness: clone struct reiserfs_key
Al Viro
3
-4
/
+5
2005-05-01
[PATCH] autofs4: tree race fix
Ian Kent
3
-4
/
+27
2005-05-01
[PATCH] autofs4: wait order fix
Ian Kent
2
-10
/
+13
2005-05-01
[PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oops
Colin Leroy
3
-6
/
+13
2005-05-01
[PATCH] aio: optimize io_submit_one()
Ken Chen
1
-4
/
+8
2005-05-01
[PATCH] aio: clean up debug code
Ken Chen
1
-28
/
+5
[prev]
[next]