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-- 503 bytes
Makefile -rw-r--r-- 227 bytes
addr.c -rw-r--r-- 33.2 KB
caps.c -rw-r--r-- 84.3 KB
ceph_frag.c -rw-r--r-- 365 bytes
debugfs.c -rw-r--r-- 6.4 KB
dir.c -rw-r--r-- 36.1 KB
export.c -rw-r--r-- 6.9 KB
file.c -rw-r--r-- 23.8 KB
inode.c -rw-r--r-- 48.9 KB
ioctl.c -rw-r--r-- 7.4 KB
ioctl.h -rw-r--r-- 3.6 KB
locks.c -rw-r--r-- 7.7 KB
mds_client.c -rw-r--r-- 87.3 KB
mds_client.h -rw-r--r-- 11.7 KB
mdsmap.c -rw-r--r-- 4.3 KB
snap.c -rw-r--r-- 25.9 KB
strings.c -rw-r--r-- 3.7 KB
super.c -rw-r--r-- 23.8 KB
super.h -rw-r--r-- 26.3 KB
xattr.c -rw-r--r-- 22.4 KB

back to top