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-- 511 bytes
Makefile -rw-r--r-- 260 bytes
bfind.c -rw-r--r-- 4.6 KB
bitmap.c -rw-r--r-- 4.8 KB
bnode.c -rw-r--r-- 15.2 KB
brec.c -rw-r--r-- 13.2 KB
btree.c -rw-r--r-- 8.8 KB
catalog.c -rw-r--r-- 11.0 KB
dir.c -rw-r--r-- 12.3 KB
extents.c -rw-r--r-- 14.5 KB
hfsplus_fs.h -rw-r--r-- 13.4 KB
hfsplus_raw.h -rw-r--r-- 7.4 KB
inode.c -rw-r--r-- 17.0 KB
ioctl.c -rw-r--r-- 6.2 KB
options.c -rw-r--r-- 5.4 KB
part_tbl.c -rw-r--r-- 4.2 KB
super.c -rw-r--r-- 16.7 KB
tables.c -rw-r--r-- 119.1 KB
unicode.c -rw-r--r-- 9.3 KB
wrapper.c -rw-r--r-- 7.2 KB

back to top