Steve Glendinning
|
f04de505e3
[JFFS2] Fix build failure with !CONFIG_JFFS2_FS_WRITEBUFFER
|
16 years ago |
Alexander Belyakov
|
5bf1723723
[JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flash
|
16 years ago |
David Woodhouse
|
27c72b040c
[JFFS2] Track parent inode for directories (for NFS export)
|
17 years ago |
David Woodhouse
|
422b120238
[JFFS2] Fix jffs2_reserve_space() when all blocks are pending erasure.
|
17 years ago |
David Woodhouse
|
ced2207036
[JFFS2] semaphore->mutex conversion
|
17 years ago |
David Woodhouse
|
8ca646abb4
[JFFS2] Fix sparse warning in nodemgmt.c
|
17 years ago |
David Woodhouse
|
a8c68f3264
[JFFS2] Don't count all 'very dirty' blocks except in debug mode
|
17 years ago |
David Woodhouse
|
8fb870df5a
[JFFS2] Trigger garbage collection when very_dirty_list size becomes excessive
|
17 years ago |
David Woodhouse
|
ef53cb02ff
[JFFS2] Whitespace cleanups.
|
18 years ago |
David Woodhouse
|
66bfaeaa90
[JFFS2] Improve diagnostic output for 'node added in wrong place' check
|
18 years ago |
David Woodhouse
|
c00c310eac
[JFFS2] Tidy up licensing/copyright boilerplate.
|
18 years ago |
Adrian Hunter
|
99c2594f0e
[JFFS2] Prevent list corruption when handling write errors
|
18 years ago |
Linus Torvalds
|
936813a880
Merge git://git.infradead.org/mtd-2.6
|
19 years ago |
KaiGai Kohei
|
c9f700f840
[JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion
|
19 years ago |
Akinobu Mita
|
f116629d03
[PATCH] fs: use list_move()
|
19 years ago |
David Woodhouse
|
fc6612f627
[JFFS2] When retiring nextblock, allocate a node_ref for the wasted space
|
19 years ago |
David Woodhouse
|
9bfeb691e7
[JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list.
|
19 years ago |
David Woodhouse
|
046b8b9808
[JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs()
|
19 years ago |
David Woodhouse
|
c38c1b613d
[JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it.
|
19 years ago |
David Woodhouse
|
c7c16c8e76
[JFFS2] Revert Artem's Bunkage in debug messages.
|
19 years ago |
David Woodhouse
|
99988f7bbd
[JFFS2] Introduce ref_next() macro for finding next physical node
|
19 years ago |
David Woodhouse
|
2f785402f3
[JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.
|
19 years ago |
David Woodhouse
|
9fe4854cd1
[JFFS2] Remove flash offset argument from various functions.
|
19 years ago |
David Woodhouse
|
0eac940b8a
[JFFS2] Add some preemptive BUG checks for XATTR code
|
19 years ago |
David Woodhouse
|
fcb7578719
[JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too.
|
19 years ago |
David Woodhouse
|
ca89a517fa
[JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_ref
|
19 years ago |
David Woodhouse
|
b64335f2b7
[JFFS2] Add length argument to jffs2_add_physical_node_ref()
|
19 years ago |
David Woodhouse
|
f1f9671bd8
[JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication
|
19 years ago |
David Woodhouse
|
1417fc44ee
[JFFS2] Reduce calls to ref_totlen() in jffs2_mark_node_obsolete()
|
19 years ago |
Thomas Gleixner
|
182ec4eee3
[JFFS2] Clean up trailing white spaces
|
19 years ago |