index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
jffs2
/
fs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
switch posix_acl_create() to umode_t *
Al Viro
2011-08-01
1
-1
/
+1
*
jffs2: S_ISLNK(mode & S_IFMT) is pointless
Al Viro
2011-07-26
1
-1
/
+1
*
fix jffs2 ACLs on big-endian with 16bit mode_t
Al Viro
2011-07-24
1
-1
/
+1
*
fs: pass exact type of data dirties to ->dirty_inode
Christoph Hellwig
2011-05-27
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2010-10-30
1
-4
/
+0
|
\
|
*
BKL: Remove BKL from jffs2
Arnd Bergmann
2010-10-04
1
-4
/
+0
*
|
jffs2: Dynamically choose inocache hash size
Daniel Drake
2010-10-25
1
-1
/
+21
|
/
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2010-08-10
1
-0
/
+1
|
\
|
*
jffs2: Update copyright notices
David Woodhouse
2010-08-08
1
-0
/
+1
*
|
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
2010-08-09
1
-2
/
+4
*
|
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
2010-08-09
1
-2
/
+2
*
|
Merge git://git.infradead.org/~dwmw2/mtd-2.6.35
Linus Torvalds
2010-06-07
1
-1
/
+6
|
\
\
|
|
/
|
*
jffs2: Fix NFS race by using insert_inode_locked()
David Woodhouse
2010-06-03
1
-1
/
+6
*
|
kill spurious reference to vmtruncate
npiggin@suse.de
2010-05-27
1
-2
/
+2
|
/
*
JFFS2: avoid using C++ keyword `new' in userspace-visible header
Andrew Morton
2010-02-25
1
-5
/
+5
*
Push BKL down into ->remount_fs()
Alessio Igor Bogani
2009-06-11
1
-0
/
+3
*
jffs2: move jffs2_write_super to super.c
Christoph Hellwig
2009-06-11
1
-15
/
+0
*
CRED: Wrap task credential accesses in the JFFS2 filesystem
David Howells
2008-09-01
1
-2
/
+2
*
[JFFS2] Fill in f_fsid field in jffs2_statfs()
David Woodhouse
2008-08-18
1
-0
/
+2
*
[JFFS2] Track parent inode for directories (for NFS export)
David Woodhouse
2008-05-01
1
-3
/
+2
*
[JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.
David Woodhouse
2008-05-01
1
-4
/
+5
*
[JFFS2] semaphore->mutex conversion
David Woodhouse
2008-04-22
1
-14
/
+14
*
[JFFS2] Use ALLOC_DELETION priority for truncation to zero length
David Woodhouse
2008-02-25
1
-1
/
+6
*
[JFFS2] Set i_blocks when truncating files
David Woodhouse
2008-02-25
1
-2
/
+5
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2008-02-07
1
-5
/
+1
|
\
|
*
[JFFS2] Don't strip sgid bit from inode permissions
David Woodhouse
2007-11-01
1
-5
/
+1
*
|
iget: stop JFFS2 from using iget() and read_inode()
David Howells
2008-02-07
1
-21
/
+35
|
/
*
[JFFS2] Tidy up fix for ACL/permissions problem.
KaiGai Kohei
2007-10-20
1
-15
/
+6
*
Merge Linux 2.6.23
David Woodhouse
2007-10-13
1
-1
/
+1
|
\
|
*
[JFFS2] fix write deadlock regression
Jason Lunz
2007-09-02
1
-1
/
+1
*
|
[JFFS2] Fix ACL vs. mode handling.
David Woodhouse
2007-08-22
1
-6
/
+26
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2007-04-27
1
-0
/
+12
|
\
|
*
JFFS2: add UBI support
Artem Bityutskiy
2007-04-27
1
-0
/
+12
*
|
[JFFS2] Tidy up licensing/copyright boilerplate.
David Woodhouse
2007-04-25
1
-3
/
+1
|
/
*
[JFFS2] replace kmalloc+memset with kzalloc
Yan Burman
2006-12-10
1
-2
/
+1
*
[PATCH] r/o bind mount prepwork: inc_nlink() helper
Dave Hansen
2006-10-01
1
-3
/
+3
*
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
2006-09-27
1
-2
/
+0
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref
KaiGai Kohei
2006-06-27
1
-2
/
+0
*
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
2006-06-23
1
-2
/
+2
*
[JFFS2] Remove flash offset argument from various functions.
David Woodhouse
2006-05-23
1
-4
/
+4
*
[MTD] Merge STMicro NOR_ECC code with Intel Sibley code
Joern Engel
2006-05-22
1
-12
/
+0
*
Merge git://git.infradead.org/jffs2-xattr-2.6
David Woodhouse
2006-05-20
1
-1
/
+10
|
\
|
*
[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)
KaiGai Kohei
2006-05-13
1
-1
/
+10
*
|
[JFFS2] Support new device nodes
David Woodhouse
2006-05-19
1
-7
/
+18
|
/
*
[JFFS2] Fix race in setting file attributes
Dmitry Bazhenov
2006-05-05
1
-1
/
+6
*
[PATCH] capable/capability.h (fs/)
Randy Dunlap
2006-01-11
1
-0
/
+1
*
[JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects.
Thomas Gleixner
2005-11-29
1
-0
/
+2
*
[JFFS2] Clean up trailing white spaces
Thomas Gleixner
2005-11-07
1
-28
/
+28
*
[JFFS2] Remove stale comment
Artem B. Bityutskiy
2005-11-06
1
-2
/
+1
[next]