index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[JFFS2] Introduce jffs2_scan_dirty_space() function.
David Woodhouse
2006-05-21
5
-46
/
+75
*
[JFFS2] Fix summary handling of unknown but compatible nodes.
David Woodhouse
2006-05-21
3
-6
/
+22
*
[JFFS2] Fix memory leak in scan code; improve comments.
David Woodhouse
2006-05-21
1
-2
/
+7
*
[JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes.
David Woodhouse
2006-05-21
4
-23
/
+55
*
[JFFS2] Correct accounting of erroneous cleanmarkers and failed summaries.
David Woodhouse
2006-05-20
1
-3
/
+3
*
[JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication
David Woodhouse
2006-05-20
6
-122
/
+68
*
Merge git://git.infradead.org/jffs2-xattr-2.6
David Woodhouse
2006-05-20
29
-15
/
+2822
|
\
|
*
Merge git://git.infradead.org/mtd-2.6
KaiGai Kohei
2006-05-19
360
-4469
/
+6627
|
|
\
|
*
|
[JFFS2][XATTR] Fix obvious typo
KaiGai Kohei
2006-05-13
1
-1
/
+1
|
*
|
[JFFS2][XATTR] Handling the duplicate JFFS2_NODETYPE_XATTR node cases.
KaiGai Kohei
2006-05-13
1
-1
/
+7
|
*
|
[JFFS2][XATTR] remove redundant pointer cast in acl.c
KaiGai Kohei
2006-05-13
1
-20
/
+21
|
*
|
[JFFS2][XATTR] remove '__KERNEL__' from acl.h
KaiGai Kohei
2006-05-13
1
-2
/
+0
|
*
|
[JFFS2][XATTR] remove senseless comment
KaiGai Kohei
2006-05-13
1
-1
/
+1
|
*
|
[JFFS2][XATTR] Unify each file header part with any jffs2 file.
KaiGai Kohei
2006-05-13
7
-52
/
+56
|
*
|
[JFFS2][XATTR] '#include <linux/list.h>' was added into xattr.h.
KaiGai Kohei
2006-05-13
1
-0
/
+1
|
*
|
[JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c, ic)
KaiGai Kohei
2006-05-13
3
-57
/
+36
|
*
|
[JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.
KaiGai Kohei
2006-05-13
9
-43
/
+55
|
*
|
[JFFS2][XATTR] Add a description about c->xattr_sem
KaiGai Kohei
2006-05-13
1
-0
/
+21
|
*
|
[JFFS2][XATTR] remove typedef from posix_acl related definition.
KaiGai Kohei
2006-05-13
2
-32
/
+32
|
*
|
[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)
KaiGai Kohei
2006-05-13
29
-15
/
+2800
*
|
|
[JFFS2] Reduce calls to ref_totlen() in jffs2_mark_node_obsolete()
David Woodhouse
2006-05-20
1
-18
/
+21
*
|
|
[JFFS2] Optimise reading of eraseblock summary nodes
David Woodhouse
2006-05-20
3
-49
/
+64
*
|
|
[MTD] Avoid 64-bit division in mtdconcat
Andrew Morton
2006-05-20
1
-2
/
+6
*
|
|
[MTD] Use __symbol_get() instead of symbol_get() in NOR chip probe
David Woodhouse
2006-05-20
1
-2
/
+2
*
|
|
git-mtd: symbol_get() fix
Andrew Morton
2006-05-20
1
-2
/
+2
*
|
|
[JFFS2] Remove forgotten summary code
Ferenc Havasi
2006-05-19
1
-11
/
+0
*
|
|
[JFFS2] Support new device nodes
David Woodhouse
2006-05-19
6
-22
/
+43
|
|
/
|
/
|
*
|
[MTD] Fix printk format error in gen_probe.c
David Woodhouse
2006-05-17
1
-1
/
+1
*
|
[MTD] Fix mtdconcat build. We didn't introduce mtd->writesize yet.
David Woodhouse
2006-05-17
1
-2
/
+2
*
|
MTD: mtdconcat NAND/Sibley support (rev.2)
Alexander Belyakov
2006-05-17
1
-5
/
+164
*
|
LASAT depends on MTD_CFI
Martin Michlmayr
2006-05-17
1
-2
/
+2
*
|
Re-add module description for ms02-nv to Kconfig
Martin Michlmayr
2006-05-17
1
-0
/
+5
*
|
[MTD] RFD FTL: Be noisier, and don't assume block without RFD magic are erased
Sean Young
2006-05-17
1
-23
/
+25
*
|
[MTD] generic: propagate oobavail to MTD partitions
Vitaly Wool
2006-05-17
1
-0
/
+1
*
|
[PCMCIA MTD] Fix leak and crash on reboot
Sean Young
2006-05-17
1
-0
/
+1
*
|
cfi_cmdset_0001: factorize code to wait for flash status
Nicolas Pitre
2006-05-17
1
-264
/
+157
*
|
cfi-cmdset-0001: always update the chip status
Nicolas Pitre
2006-05-17
1
-1
/
+3
*
|
CHIPS: Fix potential starvation in cfi_cmdset_0001
Josh Boyer
2006-05-17
1
-0
/
+5
*
|
[JFFS2] Repack some on-medium structures. ARM is weirder than I thought.
David Woodhouse
2006-05-16
1
-3
/
+3
*
|
NAND: Fix NAND ECC errors on AMD Au1550
Sergei Shtylyov
2006-05-16
1
-0
/
+139
*
|
[MTD] Fix build warnings in RedBoot MTD partition parser.
Ben Dooks
2006-05-16
1
-9
/
+9
*
|
NAND: AMD Au1550 driver reads write-only register
Sergei Shtylyov
2006-05-16
1
-4
/
+2
*
|
[JFFS2] Fix printk format in jffs2_sum_write_data() error message.
David Woodhouse
2006-05-16
1
-1
/
+1
*
|
[JFFS2] Fix section mismatch warnings in JFFS2.
David Brownell
2006-05-16
2
-4
/
+4
*
|
[MTD NAND] Make various initfuncs static, remove #ifdef MODULE from exitfuncs
David Woodhouse
2006-05-16
7
-17
/
+7
*
|
drivers/mtd/devices/docprobe.c: correct #if's
Adrian Bunk
2006-05-16
1
-3
/
+3
*
|
[MTD] Add help text for MTD_NAND_CS553X option.
David Woodhouse
2006-05-16
1
-2
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
David Woodhouse
2006-05-16
314
-2770
/
+4689
|
\
\
|
*
|
[PATCH] dl2k needs dma-mapping.h
Andrew Morton
2006-05-15
1
-0
/
+1
|
*
|
[PATCH] jffs2 warning fixes
Andrew Morton
2006-05-15
1
-2
/
+4
[next]