public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* MTD CVS update: 'mtd/fs/jffs intrep.c'
@ 2000-05-05 15:20 Alexander Larsson
  0 siblings, 0 replies; 9+ messages in thread
From: Alexander Larsson @ 2000-05-05 15:20 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv16626

Modified Files:
	intrep.c 
Log Message:
Fix for dereferencing f->parent == NULL in jffs_unlink_file_from_tree().
This is needed when mounting a fs with deleted nodes in it.



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

* MTD CVS update: 'mtd/fs/jffs intrep.c'
@ 2000-05-19 15:55 Alexander Larsson
  0 siblings, 0 replies; 9+ messages in thread
From: Alexander Larsson @ 2000-05-19 15:55 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv8212/fs/jffs

Modified Files:
	intrep.c 
Log Message:
removed the rename_lock.



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

* MTD CVS update: 'mtd/fs/jffs intrep.c'
@ 2000-05-19 16:01 Alexander Larsson
  0 siblings, 0 replies; 9+ messages in thread
From: Alexander Larsson @ 2000-05-19 16:01 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv8351

Modified Files:
	intrep.c 
Log Message:
Removed warning.



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

* MTD CVS update: 'mtd/fs/jffs intrep.c'
@ 2000-05-21  8:53 Alexander Larsson
  0 siblings, 0 replies; 9+ messages in thread
From: Alexander Larsson @ 2000-05-21  8:53 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv24946/fs/jffs

Modified Files:
	intrep.c 
Log Message:
Use list_head instead of home-cooked list primitives for hashtable.
Patch from al viro.



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

* MTD CVS update: 'mtd/fs/jffs intrep.c'
@ 2000-06-02 10:18 Alexander Larsson
  0 siblings, 0 replies; 9+ messages in thread
From: Alexander Larsson @ 2000-06-02 10:18 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv4857/fs/jffs

Modified Files:
	intrep.c 
Log Message:
Reverting al viros hash list cleanup patch. It made my X freeze when i 
mounted a jffs fs. That makes me a bit uneasy, because it shouldn't be able 
do that, and it worked in the console.

I'll have to check this out a bit more carefully later.




To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

* MTD CVS update: 'mtd/fs/jffs intrep.c'
@ 2000-06-13 14:22 Alexander Larsson
  0 siblings, 0 replies; 9+ messages in thread
From: Alexander Larsson @ 2000-06-13 14:22 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv11940/fs/jffs

Modified Files:
	intrep.c 
Log Message:
Recheckin of al viros hashtable cleanup. There was a bug in the hashtable initialization code which is now fixed.



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

* MTD CVS update: 'mtd/fs/jffs intrep.c'
@ 2000-06-16 10:26 Alexander Larsson
  0 siblings, 0 replies; 9+ messages in thread
From: Alexander Larsson @ 2000-06-16 10:26 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv10143

Modified Files:
	intrep.c 
Log Message:
Fixed bug in jffs_insert_node(). jffs_rewrite_data() called it with name ==
f->name which meant name was kfree'ed before being copied.  



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

* MTD CVS update: 'mtd/fs/jffs intrep.c'
@ 2000-06-16 16:17 David Woodhouse
  0 siblings, 0 replies; 9+ messages in thread
From: David Woodhouse @ 2000-06-16 16:17 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv16240

Modified Files:
	intrep.c 
Log Message:
OK, 'fess up - who was responsible for:
	free_page((__u32)page);   ?



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

* MTD CVS update: 'mtd/fs/jffs intrep.c'
@ 2000-06-27 15:33 David Woodhouse
  0 siblings, 0 replies; 9+ messages in thread
From: David Woodhouse @ 2000-06-27 15:33 UTC (permalink / raw)
  To: cvs-notify

Update of /home/cvs/mtd/fs/jffs
In directory infradead.org:/tmp/cvs-serv11196

Modified Files:
	intrep.c 
Log Message:
Remove a redundant set_current_state(TASK_RUNNING) after schedule().
Add a FIXME comment because we don't handle the case where we're brought
out of that same schedule() by a signal.



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2000-06-27 15:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-05-19 16:01 MTD CVS update: 'mtd/fs/jffs intrep.c' Alexander Larsson
  -- strict thread matches above, loose matches on Subject: below --
2000-06-27 15:33 David Woodhouse
2000-06-16 16:17 David Woodhouse
2000-06-16 10:26 Alexander Larsson
2000-06-13 14:22 Alexander Larsson
2000-06-02 10:18 Alexander Larsson
2000-05-21  8:53 Alexander Larsson
2000-05-19 15:55 Alexander Larsson
2000-05-05 15:20 Alexander Larsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox