aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-03-1814-174/+447
|\
| * 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-111-0/+1
| * 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
| * 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
* | fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V2011-03-151-18/+0
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+9
|/
* convert ubifsAl Viro2010-10-291-7/+6
* new helper: ihold()Al Viro2010-10-251-1/+1
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2010-10-2221-112/+362
|\
| * UBIFS: do not allocate unneeded scan bufferArtem Bityutskiy2010-10-211-7/+1
| * UBIFS: do not forget to cancel timersArtem Bityutskiy2010-10-211-0/+4
| * UBIFS: remove a bit of unneeded codeArtem Bityutskiy2010-10-211-6/+3
| * UBIFS: add a commentary about log recoveryArtem Bityutskiy2010-10-172-5/+7
| * UBIFS: avoid kernel error if ubifs superblock read failsSteffen Sledz2010-09-281-2/+2
| * UBIFS: introduce new flags for RO mountsArtem Bityutskiy2010-09-1914-60/+62
| * UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy2010-09-1711-24/+44
| * UBIFS: check return code of pnode_lookupVasiliy Kulikov2010-09-071-0/+3
| * UBIFS: check return code of ubifs_lpt_lookupVasiliy Kulikov2010-09-071-1/+6
| * UBIFS: improve error reporting when reading bad nodeArtem Bityutskiy2010-08-301-1/+2
| * UBIFS: introduce list sorting debugging checksArtem Bityutskiy2010-08-303-2/+168
| * UBIFS: fix assertion warnings in comparison functionArtem Bityutskiy2010-08-301-0/+6
| * UBIFS: mark unused key objects as invalidArtem Bityutskiy2010-08-304-3/+27
| * UBIFS: do not write rubbish into truncation scanning nodeArtem Bityutskiy2010-08-301-1/+0
| * UBIFS: improve assertion in node comparison functionsArtem Bityutskiy2010-08-301-0/+11
| * UBIFS: do not use key type in list_sortArtem Bityutskiy2010-08-301-9/+9
| * UBIFS: do not look up truncation nodesArtem Bityutskiy2010-08-301-3/+20
| * UBIFS: fix assertion warningArtem Bityutskiy2010-08-301-1/+2
| * UBIFS: do not treat ENOSPC speciallyArtem Bityutskiy2010-08-301-7/+5
| * UBIFS: switch to RO mode after synchronizingArtem Bityutskiy2010-08-301-1/+1
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/