summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Some fixes for pstoreTony Luck2011-03-171-60/+56
| * | | | | | | kill simple_set_mnt()Al Viro2011-03-172-9/+0
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds2011-03-181-46/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | omfs: make readdir stop when filldir says soAl Viro2011-03-051-2/+3
| * | | | | | | | omfs: merge unlink() and rmdir(), close leak in rename()Al Viro2011-03-051-40/+13
| * | | | | | | | omfs: stop playing silly buggers with omfs_unlink() in ->rename()Al Viro2011-03-051-4/+3
| * | | | | | | | omfs: rename() needs to mark old_inode dirty after ctime updateAl Viro2011-03-051-0/+1
* | | | | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-03-1819-176/+490
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | UBIFS: clean-up commentariesArtem Bityutskiy2011-03-161-3/+3
| * | | | | | | | | UBIFS: save 128KiB or more RAMArtem Bityutskiy2011-03-162-11/+0
| * | | | | | | | | UBIFS: allocate orphans scan buffer on demandArtem Bityutskiy2011-03-161-1/+9
| * | | | | | | | | UBIFS: allocate lpt dump buffer on demandArtem Bityutskiy2011-03-161-9/+18
| * | | | | | | | | UBIFS: allocate ltab checking buffer on demandArtem Bityutskiy2011-03-161-9/+20
| * | | | | | | | | UBIFS: allocate scanning buffer on demandArtem Bityutskiy2011-03-161-6/+20
| * | | | | | | | | UBIFS: allocate dump buffer on demandArtem Bityutskiy2011-03-161-2/+13
| * | | | | | | | | UBIFS: do not check data crc by defaultArtem Bityutskiy2011-03-112-2/+3
| * | | | | | | | | UBIFS: simplify UBIFS Kconfig menuArtem Bityutskiy2011-03-113-37/+12
| * | | | | | | | | UBIFS: print max. index node sizeArtem Bityutskiy2011-03-111-2/+2
| * | | | | | | | | UBIFS: handle allocation failures in UBIFS write pathMatthew L. Creech2011-03-113-6/+54
| * | | | | | | | | UBIFS: use max_write_size during recoveryArtem Bityutskiy2011-03-081-13/+10
| * | | | | | | | | UBIFS: use max_write_size for write-buffersArtem Bityutskiy2011-03-081-44/+137
| * | | | | | | | | UBIFS: introduce write-buffer size fieldArtem Bityutskiy2011-03-082-9/+21
| * | | | | | | | | UBI: incorporate LEB offset informationArtem Bityutskiy2011-03-082-0/+4
| * | | | | | | | | UBIFS: incorporate maximum write sizeArtem Bityutskiy2011-03-082-0/+24
| * | | | | | | | | UBI: provide LEB offset informationArtem Bityutskiy2011-03-082-0/+4
| * | | | | | | | | UBI: incorporate maximum write sizeArtem Bityutskiy2011-03-084-0/+37
| * | | | | | | | | UBIFS: fix LEB number in printkArtem Bityutskiy2011-02-081-1/+1
| * | | | | | | | | UBIFS: restrict world-writable debugfs filesVasiliy Kulikov2011-02-061-3/+3
| * | | | | | | | | UBIFS: describe UBIFS recovery logic some moreArtem Bityutskiy2011-02-061-0/+21
| * | | | | | | | | UBIFS: remove double semicolonArtem Bityutskiy2011-02-061-1/+1
| * | | | | | | | | UBIFS: do not start the commit if there is nothing to commitArtem Bityutskiy2011-01-251-1/+57
| * | | | | | | | | UBIFS: introduce mounting flagArtem Bityutskiy2011-01-174-19/+19
| * | | | | | | | | UBIFS: re-arrange variables in ubifs_infoArtem Bityutskiy2011-01-171-11/+11
* | | | | | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2011-03-1812-234/+297
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | UBI: make tests modes dynamicArtem Bityutskiy2011-03-166-62/+49
| * | | | | | | | | | UBI: make self-checks dynamicArtem Bityutskiy2011-03-168-25/+70
| * | | | | | | | | | UBI: make debugging messages dynamicArtem Bityutskiy2011-03-163-55/+37
| * | | | | | | | | | UBI: remove UBI_IO_DEBUG macroArtem Bityutskiy2011-03-162-21/+16
| * | | | | | | | | | UBI: kill debugging bufferArtem Bityutskiy2011-03-162-19/+0
| * | | | | | | | | | UBI: allocate erase checking buffer on demandArtem Bityutskiy2011-03-161-7/+12
| * | | | | | | | | | UBI: allocate write checking buffer on demandArtem Bityutskiy2011-03-162-9/+16
| * | | | | | | | | | UBI: always re-read in case of read failuresArtem Bityutskiy2011-02-061-1/+1
| * | | | | | | | | | UBI: cleanup comments about corrupted PEBsArtem Bityutskiy2011-02-061-20/+34
| * | | | | | | | | | UBI: add slab cache for ubi_scan_leb objectsArtem Bityutskiy2011-02-063-11/+25
| * | | | | | | | | | UBI: use raw mtd read function in debugging codeArtem Bityutskiy2011-02-061-2/+4
| * | | | | | | | | | UBI: try to reveal buggy MTD driversArtem Bityutskiy2011-02-061-0/+22
| * | | | | | | | | | UBI: add a commentary about allocating VID header buffer on stackArtem Bityutskiy2011-01-261-0/+7
| * | | | | | | | | | UBI: cleanup LEB start calculationsJohn Ogness2011-01-261-1/+1
| * | | | | | | | | | UBI: fix NOR erase preparation quirkHolger Brunck2011-01-261-2/+4
| |/ / / / / / / / /
* | | | | | | | | | MAINTAINERS: Add serialAlan Cox2011-03-181-0/+6
OpenPOWER on IntegriCloud