Revision ce95a36bb9dd8bb5de49e69b27238da2f415f230 authored by Linus Torvalds on 15 November 2012, 19:28:43 UTC, committed by Linus Torvalds on 15 November 2012, 19:28:43 UTC
Pull UBIFS fixes from Artem Bityutskiy:
 "Two patches which fix a problem reported by several people in the
  past, but only fixed now because no one gave enough material for
  debugging.

  Anyway, these fix the problem that sometimes after a power cut the
  file-system is not mountable with the following symptom:

	grab_empty_leb: could not find an empty LEB

  The fixes make the file-system mountable again."

* tag 'upstream-3.7-rc6' of git://git.infradead.org/linux-ubifs:
  UBIFS: fix mounting problems after power cuts
  UBIFS: introduce categorized lprops counter
2 parent s 006b956 + a28ad42
History
File Mode Size
Kconfig -rw-r--r-- 2.9 KB
Makefile -rw-r--r-- 483 bytes
acl.c -rw-r--r-- 10.1 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 23.0 KB
bitmap.c -rw-r--r-- 2.8 KB
block_validity.c -rw-r--r-- 6.7 KB
dir.c -rw-r--r-- 16.3 KB
ext4.h -rw-r--r-- 87.7 KB
ext4_extents.h -rw-r--r-- 10.1 KB
ext4_jbd2.c -rw-r--r-- 4.0 KB
ext4_jbd2.h -rw-r--r-- 13.6 KB
extents.c -rw-r--r-- 135.9 KB
file.c -rw-r--r-- 9.3 KB
fsync.c -rw-r--r-- 5.2 KB
hash.c -rw-r--r-- 4.4 KB
ialloc.c -rw-r--r-- 33.4 KB
indirect.c -rw-r--r-- 44.5 KB
inode.c -rw-r--r-- 139.9 KB
ioctl.c -rw-r--r-- 11.3 KB
mballoc.c -rw-r--r-- 137.8 KB
mballoc.h -rw-r--r-- 5.4 KB
migrate.c -rw-r--r-- 14.8 KB
mmp.c -rw-r--r-- 9.9 KB
move_extent.c -rw-r--r-- 44.4 KB
namei.c -rw-r--r-- 82.6 KB
page-io.c -rw-r--r-- 12.9 KB
resize.c -rw-r--r-- 57.0 KB
super.c -rw-r--r-- 150.2 KB
symlink.c -rw-r--r-- 1.4 KB
truncate.h -rw-r--r-- 1.2 KB
xattr.c -rw-r--r-- 43.7 KB
xattr.h -rw-r--r-- 4.5 KB
xattr_security.c -rw-r--r-- 2.1 KB
xattr_trusted.c -rw-r--r-- 1.5 KB
xattr_user.c -rw-r--r-- 1.6 KB

back to top