NFS: Disambiguate nfs_stat_to_errno()
[safe/jmp/linux-2.6] / fs / jffs2 /
2006-09-22 Michal Piotrowski[JFFS2] Remove unneeded ifdefs from jffs2_fs_i.h
2006-09-16 Zoltan Sogor[PATCH] JFFS2: SUMMARY: fix a summary collecting bug
2006-09-16 Havasi Ferenc[JFFS2][SUMMARY] Fix a summary collecting bug.
2006-08-16 Adrian Bunkfs/jffs2/xattr.c: remove dead code
2006-07-06 Adrian Bunkmake fs/jffs2/nodelist.c:jffs2_obsolete_node_frag(...
2006-07-04 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2006-07-02 KaiGai Kohei[JFFS2][XATTR] Fix memory leak in POSIX-ACL support
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Adrian Bunkfs/jffs2/: make 2 functions static
2006-06-29 KaiGai Kohei[JFFS2][XATTR] Fix xd->refcnt race condition
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-28 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2006-06-27 KaiGai Kohei[JFFS2][XATTR] Fix wrong copyright
2006-06-27 KaiGai Kohei[JFFS2][XATTR] Re-define xd->refcnt as atomic_t
2006-06-27 KaiGai Kohei[JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref
2006-06-27 KaiGai Kohei[JFFS2][XATTR] rid unnecessary writing of delete marker.
2006-06-27 KaiGai Kohei[JFFS2][XATTR] Fix ACL bug when updating null xattr...
2006-06-27 KaiGai Kohei[JFFS2][XATTR] using 'delete marker' for xdatum/xref...
2006-06-26 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-06-26 Akinobu Mita[PATCH] fs: use list_move()
2006-06-26 Andreas Mohrspelling fixes
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/rbtree-2.6
2006-06-18 David Woodhouse[JFFS2] Check CRC32 on dirent and data nodes each time...
2006-06-18 David Woodhouse[JFFS2] When retiring nextblock, allocate a node_ref...
2006-06-17 David Woodhouse[JFFS2] Don't trust node headers before the CRC is...
2006-06-09 David Woodhouse[JFFS2] Fix more breakage caused by janitorial meddling.
2006-06-02 David Woodhouse[JFFS2] Remove stray __exit from jffs2_compressors_exit()
2006-05-30 David Woodhouse[JFFS2] Preallocate node refs for cleanmarker in summar...
2006-05-30 David Woodhouse[JFFS2] Fix calculation of potential summary marker...
2006-05-29 Thomas Gleixner[MTD] NAND Signal that a bitflip was corrected by ECC
2006-05-29 Thomas Gleixner[MTD] Rework the out of band handling completely
2006-05-29 Thomas Gleixner[MTD] NAND Replace oobinfo by ecclayout
2006-05-29 Thomas Gleixner[MTD] NAND Consolidate oobinfo handling
2006-05-28 David Woodhouse[JFFS2] Preallocate raw_node_refs in a couple of missin...
2006-05-28 David Woodhouse[JFFS2] Fix oops when marking space dirty in scan,...
2006-05-27 David Woodhouse[JFFS2] Fix wbuf recovery of f->metadata->raw node.
2006-05-26 David Woodhouse[JFFS2] Switch to using an array of jffs2_raw_node_refs...
2006-05-25 David Woodhouse[JFFS2] Fix 64-bit size_t problems in XATTR code.
2006-05-25 David Woodhouse[JFFS2] Fix and improve debugging output during scan.
2006-05-25 David Woodhouse[JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_r...
2006-05-25 David Woodhouse[JFFS2] Correctly handle wasted space before summary...
2006-05-25 David Woodhouse[JFFS2] jffs2_free_all_node_refs() doesn't free them...
2006-05-25 David Woodhouse[JFFS2] Allocate node_ref for wasted space when skippin...
2006-05-24 David Woodhouse[JFFS2] Revert Artem's Bunkage in debug messages.
2006-05-24 David WoodhouseMerge branch 'master' of git://git.infradead.org/~gleix...
2006-05-24 David Woodhouse[JFFS2] Introduce ref_next() macro for finding next...
2006-05-24 David Woodhouse[JFFS2] Reduce visibility of raw_node_ref to upper...
2006-05-23 Thomas Gleixner[MTD] Remove read/write _ecc variants
2006-05-23 Thomas GleixnerMerge branch 'master' of /home/tglx/work/kernel/git...
2006-05-23 Thomas Gleixner[JFFS2] Simplify writebuffer handling
2006-05-22 David Woodhouse[JFFS2] Remove flash offset argument from various funct...
2006-05-22 Joern Engel[MTD] Introduce MTD_BIT_WRITEABLE
2006-05-22 Joern Engel[MTD] Merge STMicro NOR_ECC code with Intel Sibley...
2006-05-22 Joern Engel[MTD] Introduce writesize
2006-05-22 David Woodhouse[JFFS2] Put list of nodes in common part of ic/x_ref...
2006-05-22 David Woodhouse[JFFS2] Add some preemptive BUG checks for XATTR code
2006-05-22 David Woodhouse[JFFS2] Extend jffs2_link_node_ref() to link into per...
2006-05-22 David Woodhouse[JFFS2] Initialise ref->next_in_ino when marking dirty...
2006-05-22 David Woodhouse[JFFS2] Fix accounting error in jffs2_link_node_ref()
2006-05-22 David Woodhouse[JFFS2] Fix dummy jffs2_sum_scan_sumnode() macro for...
2006-05-21 David Woodhouse[JFFS2] Finally eliminate __totlen field from struct...
2006-05-21 David Woodhouse[JFFS2] Locking issues in summary write code.
2006-05-21 David Woodhouse[JFFS2] Remove stray kfree of summary info in XATTR...
2006-05-21 David Woodhouse[JFFS2] File node reference for wasted space when flush...
2006-05-21 David Woodhouse[JFFS2] Add length argument to jffs2_add_physical_node_...
2006-05-21 David Woodhouse[JFFS2] Mark gaps in summary list as dirty space
2006-05-21 David Woodhouse[JFFS2] Discard remaining free space when filing a...
2006-05-21 David Woodhouse[JFFS2] Introduce jffs2_scan_dirty_space() function.
2006-05-21 David Woodhouse[JFFS2] Fix summary handling of unknown but compatible...
2006-05-21 David Woodhouse[JFFS2] Fix memory leak in scan code; improve comments.
2006-05-20 David Woodhouse[JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY...
2006-05-20 David Woodhouse[JFFS2] Correct accounting of erroneous cleanmarkers...
2006-05-20 David Woodhouse[JFFS2] Introduce jffs2_link_node_ref() function to...
2006-05-20 David WoodhouseMerge git://git.infradead.org/jffs2-xattr-2.6
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)
next