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
2010-10-18
xfs: fix the xfs_trans_committed
Christoph Hellwig
1
-2
/
+3
2010-10-18
xfs: remove unused t_callback field in struct xfs_trans
Christoph Hellwig
2
-6
/
+0
2010-10-18
xfs: fix bogus m_maxagi check in xfs_iget
Christoph Hellwig
1
-2
/
+2
2010-10-18
xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters
Christoph Hellwig
2
-107
/
+85
2010-10-18
xfs: do not use xfs_mod_incore_sb for per-cpu counters
Christoph Hellwig
5
-40
/
+35
2010-10-18
xfs: remove XFS_MOUNT_NO_PERCPU_SB
Christoph Hellwig
3
-29
/
+19
2010-10-18
xfs: pack xfs_buf structure more tightly
Dave Chinner
1
-11
/
+19
2010-10-18
xfs: convert buffer cache hash to rbtree
Dave Chinner
4
-76
/
+74
2010-10-18
xfs: serialise inode reclaim within an AG
Dave Chinner
3
-0
/
+33
2010-10-18
xfs: batch inode reclaim lookup
Dave Chinner
1
-33
/
+77
2010-10-18
xfs: implement batched inode lookups for AG walking
Dave Chinner
2
-23
/
+45
2010-10-18
xfs: split out inode walk inode grabbing
Dave Chinner
2
-54
/
+34
2010-10-18
xfs: split inode AG walking into separate code for reclaim
Dave Chinner
6
-115
/
+122
2010-10-18
xfs: remove buftarg hash for external devices
Dave Chinner
1
-1
/
+5
2010-10-18
xfs: use unhashed buffers for size checks
Dave Chinner
3
-45
/
+34
2010-10-18
xfs: kill XBF_FS_MANAGED buffers
Dave Chinner
3
-59
/
+20
2010-10-18
xfs: store xfs_mount in the buftarg instead of in the xfs_buf
Dave Chinner
5
-21
/
+20
2010-10-18
xfs: introduced uncached buffer read primitve
Dave Chinner
2
-0
/
+37
2010-10-18
xfs: rename xfs_buf_get_nodaddr to be more appropriate
Dave Chinner
6
-11
/
+14
2010-10-18
xfs: don't use vfs writeback for pure metadata modifications
Dave Chinner
12
-86
/
+65
2010-10-18
xfs: lockless per-ag lookups
Dave Chinner
3
-11
/
+23
2010-10-18
xfs: remove debug assert for per-ag reference counting
Dave Chinner
1
-2
/
+0
2010-10-18
xfs: reduce the number of CIL lock round trips during commit
Dave Chinner
1
-105
/
+127
2010-10-18
xfs: eliminate some newly-reported gcc warnings
Poyo VL
1
-2
/
+2
2010-10-18
xfs: remove the ->kill_root btree operation
Christoph Hellwig
4
-88
/
+44
2010-10-18
xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush
Christoph Hellwig
1
-88
/
+76
2010-10-18
xfs: simplify xfs_qm_dqusage_adjust
Christoph Hellwig
1
-142
/
+61
2010-10-18
xfs: Introduce XFS_IOC_ZERO_RANGE
Dave Chinner
6
-9
/
+27
2010-10-18
xfs: use range primitives for xfs page cache operations
Dave Chinner
1
-16
/
+15
2010-10-18
Merge branch 'linus' into core/locking
Ingo Molnar
12
-52
/
+100
2010-10-18
GFS2: fixed typo
Andrea Gelmini
1
-1
/
+1
2010-10-17
UBIFS: add a commentary about log recovery
Artem Bityutskiy
2
-5
/
+7
2010-10-17
sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()
Alan Stern
1
-0
/
+59
2010-10-15
ocfs2: Avoid to evaluate xattr block flags again.
Jeff Liu
1
-1
/
+1
2010-10-15
Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...
Joel Becker
75
-864
/
+1612
2010-10-15
ocfs2/cluster: Release debugfs file elapsed_time_in_ms
Sunil Mushran
1
-0
/
+1
2010-10-15
vfs: make no_llseek the default
Arnd Bergmann
1
-1
/
+0
2010-10-15
vfs: don't use BKL in default_llseek
Arnd Bergmann
1
-2
/
+2
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
38
-4
/
+59
2010-10-15
hfsplus: fix getxattr return value
Christoph Hellwig
1
-1
/
+1
2010-10-14
Export dump_{write,seek} to binary loader modules
Linus Torvalds
1
-0
/
+2
2010-10-14
Un-inline the core-dump helper functions
Linus Torvalds
1
-0
/
+38
2010-10-14
Don't dump task struct in a.out core-dumps
Linus Torvalds
1
-4
/
+0
2010-10-14
hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers
Christoph Hellwig
1
-8
/
+0
2010-10-14
hfsplus: create correct initial catalog entries for device files
Christoph Hellwig
4
-32
/
+18
2010-10-14
hfsplus: remove superflous rootflags field in hfsplus_inode_info
Christoph Hellwig
4
-17
/
+12
2010-10-14
hfsplus: fix link corruption
Christoph Hellwig
4
-12
/
+18
2010-10-14
hfsplus: validate btree flags
Christoph Hellwig
2
-14
/
+20
2010-10-14
hfsplus: handle more on-disk corruptions without oopsing
Eric Sandeen
4
-8
/
+48
2010-10-14
hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage
Al Viro
1
-3
/
+15
[prev]
[next]