[ALSA] hda-codec - Add HP BPC-D7000 support
[safe/jmp/linux-2.6] / fs / jffs2 /
2006-05-20 David Woodhouse[JFFS2] Reduce calls to ref_totlen() in jffs2_mark_node...
2006-05-20 David Woodhouse[JFFS2] Optimise reading of eraseblock summary nodes
2006-05-19 Ferenc Havasi[JFFS2] Remove forgotten summary code
2006-05-18 David Woodhouse[JFFS2] Support new device nodes
2006-05-18 KaiGai KoheiMerge git://git.infradead.org/mtd-2.6
2006-05-16 David Woodhouse[JFFS2] Fix printk format in jffs2_sum_write_data(...
2006-05-16 David Brownell[JFFS2] Fix section mismatch warnings in JFFS2.
2006-05-15 Florin Malita[PATCH] jffs2: memory leak in jffs2_scan_medium()
2006-05-15 Andrew Morton[PATCH] jffs2 warning fixes
2006-05-15 Andrew Morton[JFFS2] Fix printk format in some error messages.
2006-05-14 David Woodhouse[JFFS2] Don't pack on-medium structures, because GCC...
2006-05-14 David Woodhouse[JFFS2] Reduce excessive node count for syslog files.
2006-05-13 KaiGai Kohei[JFFS2][XATTR] Fix obvious typo
2006-05-13 KaiGai Kohei[JFFS2][XATTR] Handling the duplicate JFFS2_NODETYPE_XA...
2006-05-13 KaiGai Kohei[JFFS2][XATTR] remove redundant pointer cast in acl.c
2006-05-13 KaiGai Kohei[JFFS2][XATTR] remove '__KERNEL__' from acl.h
2006-05-13 KaiGai Kohei[JFFS2][XATTR] remove senseless comment
2006-05-13 KaiGai Kohei[JFFS2][XATTR] Unify each file header part with any...
2006-05-13 KaiGai Kohei[JFFS2][XATTR] '#include <linux/list.h>' was added...
2006-05-13 KaiGai Kohei[JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c...
2006-05-13 KaiGai Kohei[JFFS2][XATTR] Remove 'struct list_head ilist' from...
2006-05-13 KaiGai Kohei[JFFS2][XATTR] Add a description about c->xattr_sem
2006-05-13 KaiGai Kohei[JFFS2][XATTR] remove typedef from posix_acl related...
2006-05-13 KaiGai Kohei[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)
2006-05-12 Jesper Juhl[JFFS2] Remove number of pointer dereferences in fs...
2006-05-12 Domen Puncer[JFFS2] Remove obsolete histo.h
2006-05-05 Dmitry Bazhenov[JFFS2] Fix race in setting file attributes
2006-05-03 David WoodhouseMove jffs2_fs_i.h and jffs2_fs_sb.h from include/linux...
2006-04-21 David Woodhouse[RBTREE] Update JFFS2 to use rb_parent() accessor macro.
2006-04-18 Richard PurdieJFFS2: Return an error for long filenames
2006-04-16 David Woodhouse[JFFS2] Fix race in post-mount node checking
2006-04-12 Randy Dunlap[PATCH] jffs2: fix printk warnings
2006-03-31 Eric SesterhennBUG_ON() Conversion in fs/jffs2/
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-26 Ingo Molnar[PATCH] sem2mutex: fs/
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache format
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache filesystems
2006-03-24 Theodore Ts'o[PATCH] vfs: MS_VERBOSE should be MS_SILENT
2006-03-10 Atsushi Nemoto[PATCH] mtd: 64 bit fixes
2006-03-08 David Woodhouse[PATCH] jffs2: avoid divide-by-zero
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (fs/)
2005-11-29 Thomas Gleixner[JFFS2] Fix the slab cache constructor of 'struct jffs2...
2005-11-24 Andrew Morton[PATCH] jffs2 debug gcc-2.9x fix
2005-11-13 Thomas Gleixner[JFFS2] Remove broken and useless debug code
2005-11-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/tglx/mtd-2.6
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: fs
2005-11-07 Thomas Gleixner[JFFS2] Clean up trailing white spaces
2005-11-06 Artem B. Bityutskiy[JFFS2] Fix broken compile when debug level = 2
2005-11-06 Todd Poynor[JFFS2] Return 0, not number of bytes written, for...
2005-11-06 Artem B. Bityutskiy[JFFS2] Fix dataflash support
2005-11-06 Artem B. Bityutskiy[JFFS2] Use memset(struct) instead of nulling struct...
2005-11-06 Artem B. Bityutskiy[JFFS2] Remove stale comment
2005-11-06 Ferenc Havasi[JFFS2] Rename jffs2_summary_node to jffs2_raw_summary
2005-11-06 Artem B. Bityutskiy[JFFS2] Debug code simplification, update TODO
2005-11-06 Ferenc Havasi[JFFS2] Account summary space in reserved_size.
2005-11-06 Artem B. Bityutskiy[JFFS2] Debug message format clean up
2005-11-06 Ferenc Havasi[JFFS2] Call summary collector for all mtd devices...
2005-11-06 Ferenc Havasi[JFFS2] Return real jffs2_sum_init() error code
2005-11-06 Ferenc Havasi[JFFS2] Add erase block summary support (mount time...
2005-11-06 Ferenc Havasi[JFFS2] Remove support for virtual blocks
2005-11-06 Artem B. Bityutskiy[JFFS2] Solve BUG caused by frag->node representing...
2005-11-06 Artem B. Bityutskiy[JFFS2] Calculate CRC check starting point correctly
2005-11-06 Artem B. Bityutskiy[JFFS2] More message formatting cleanups
2005-11-06 Artem B. Bityutskiy[JFFS2] Fix JFFS2 [mc]time handling
2005-11-06 Artem B. Bityutskiy[JFFS2] Make the JFFS2 messages a bit nicer
2005-11-06 Nicolas Pitre[JFFS2] Teach JFFS2 about Sibley flash
2005-11-06 Artem B. Bityutskiy[JFFS2] Debug code clean up - step 7
2005-11-06 Artem B. Bityutskiy[JFFS2] Correct buggy length checks
2005-11-06 Artem B. Bityutskiy[JFFS2] Debug code clean up - step 6
2005-11-06 Artem B. Bityutskiy[JFFS2] Build fragtree in reverse order
2005-11-06 Artem B. Bityutskiy[JFFS2] Refine fragtree debug macros
2005-11-06 Artem B. Bityutskiy[JFFS2] Move another fragtree-related function to nodel...
2005-11-06 Andrew Lunn[JFFS2] Fix up new debug code for eCos build
2005-11-06 Artem B. Bityutskiy[JFFS2] Debug code clean up - step 5
2005-11-06 Artem B. Bityutskiy[JFFS2] Move scattered function into related files
2005-11-06 Artem B. Bityutskiy[JFFS2] Debug code clean up - step 4
2005-11-06 Ferenc Havasi[jffs2] Remove compressor lzo and lzari
2005-11-06 Artem B. Bityutskiy[JFFS2] Namespace clean up
2005-11-06 Artem B. Bityutskiy[JFFS2] Debug code clean up - step 3
2005-11-06 Artem B. Bityutskiy[JFFS2] Fix slab panic
2005-11-06 Artem B. Bityutskiy[JFFS2] Debug code clean up - step 2
2005-11-06 Artem B. Bityutskiy[JFFS2] Use f->target instead of f->dents for symlink...
2005-11-06 Artem B. Bityutskiy[JFFS2] Debug code clean up - step 1
2005-11-06 Artem B. Bityutskiy[JFFS2] Split a large routine on several smaller.
2005-10-31 Tim Schmielau[PATCH] fix missing includes
2005-09-07 Adrian Bunk[PATCH] jffs/jffs2: remove wrong function prototypes
2005-08-20 Al Viro[PATCH] Fix up symlink function pointers
2005-08-20 Al Viro[PATCH] jffs2: fix symlink error handling
2005-07-15 Thomas Gleixner[JFFS2] Fix node allocation leak
2005-07-12 Todd Poynor[JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER=n
2005-07-12 Artem B. Bityuckiy[JFFS2] Init locks early during mount
2005-07-12 Artem B. Bityuckiy[JFFS2] Rename function and update comments
2005-07-12 Artem B. Bityuckiy[JFFS2] Remove needless variable initialization
2005-07-12 Artem B. Bityuckiy[JFFS2] Avoid alloc/dealloc for zero sized nodes
2005-07-06 Artem B. Bityuckiy[JFFS2] Simplify the tree insert code.
2005-07-06 David Woodhouse[JFFS2] Remove compatibilty cruft for ancient kernels
2005-07-06 David Woodhouse[JFFS2] Optimise jffs2_add_tn_to_list
2005-06-26 Thomas GleixnerMerge with rsync://fileserver/linux
2005-06-26 Andrew Morton[PATCH] jffs2 build fix
next