| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2011-03-18 | 14 | -174/+447 |
|\ |
|
| * | UBIFS: clean-up commentaries | Artem Bityutskiy | 2011-03-16 | 1 | -3/+3 |
| * | UBIFS: save 128KiB or more RAM | Artem Bityutskiy | 2011-03-16 | 2 | -11/+0 |
| * | UBIFS: allocate orphans scan buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -1/+9 |
| * | UBIFS: allocate lpt dump buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -9/+18 |
| * | UBIFS: allocate ltab checking buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -9/+20 |
| * | UBIFS: allocate scanning buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -6/+20 |
| * | UBIFS: allocate dump buffer on demand | Artem Bityutskiy | 2011-03-16 | 1 | -2/+13 |
| * | UBIFS: do not check data crc by default | Artem Bityutskiy | 2011-03-11 | 1 | -0/+1 |
| * | UBIFS: simplify UBIFS Kconfig menu | Artem Bityutskiy | 2011-03-11 | 3 | -37/+12 |
| * | UBIFS: print max. index node size | Artem Bityutskiy | 2011-03-11 | 1 | -2/+2 |
| * | UBIFS: handle allocation failures in UBIFS write path | Matthew L. Creech | 2011-03-11 | 3 | -6/+54 |
| * | UBIFS: use max_write_size during recovery | Artem Bityutskiy | 2011-03-08 | 1 | -13/+10 |
| * | UBIFS: use max_write_size for write-buffers | Artem Bityutskiy | 2011-03-08 | 1 | -44/+137 |
| * | UBIFS: introduce write-buffer size field | Artem Bityutskiy | 2011-03-08 | 2 | -9/+21 |
| * | UBI: incorporate LEB offset information | Artem Bityutskiy | 2011-03-08 | 2 | -0/+4 |
| * | UBIFS: incorporate maximum write size | Artem Bityutskiy | 2011-03-08 | 2 | -0/+24 |
| * | UBIFS: fix LEB number in printk | Artem Bityutskiy | 2011-02-08 | 1 | -1/+1 |
| * | UBIFS: restrict world-writable debugfs files | Vasiliy Kulikov | 2011-02-06 | 1 | -3/+3 |
| * | UBIFS: describe UBIFS recovery logic some more | Artem Bityutskiy | 2011-02-06 | 1 | -0/+21 |
| * | UBIFS: remove double semicolon | Artem Bityutskiy | 2011-02-06 | 1 | -1/+1 |
| * | UBIFS: do not start the commit if there is nothing to commit | Artem Bityutskiy | 2011-01-25 | 1 | -1/+57 |
| * | UBIFS: introduce mounting flag | Artem Bityutskiy | 2011-01-17 | 4 | -19/+19 |
| * | UBIFS: re-arrange variables in ubifs_info | Artem Bityutskiy | 2011-01-17 | 1 | -11/+11 |
* | | fs: Remove i_nlink check from file system link callback | Aneesh Kumar K.V | 2011-03-15 | 1 | -18/+0 |
* | | fs: icache RCU free inodes | Nick Piggin | 2011-01-07 | 1 | -1/+9 |
|/ |
|
* | convert ubifs | Al Viro | 2010-10-29 | 1 | -7/+6 |
* | new helper: ihold() | Al Viro | 2010-10-25 | 1 | -1/+1 |
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2010-10-22 | 21 | -112/+362 |
|\ |
|
| * | UBIFS: do not allocate unneeded scan buffer | Artem Bityutskiy | 2010-10-21 | 1 | -7/+1 |
| * | UBIFS: do not forget to cancel timers | Artem Bityutskiy | 2010-10-21 | 1 | -0/+4 |
| * | UBIFS: remove a bit of unneeded code | Artem Bityutskiy | 2010-10-21 | 1 | -6/+3 |
| * | UBIFS: add a commentary about log recovery | Artem Bityutskiy | 2010-10-17 | 2 | -5/+7 |
| * | UBIFS: avoid kernel error if ubifs superblock read fails | Steffen Sledz | 2010-09-28 | 1 | -2/+2 |
| * | UBIFS: introduce new flags for RO mounts | Artem Bityutskiy | 2010-09-19 | 14 | -60/+62 |
| * | UBIFS: introduce new flag for RO due to errors | Artem Bityutskiy | 2010-09-17 | 11 | -24/+44 |
| * | UBIFS: check return code of pnode_lookup | Vasiliy Kulikov | 2010-09-07 | 1 | -0/+3 |
| * | UBIFS: check return code of ubifs_lpt_lookup | Vasiliy Kulikov | 2010-09-07 | 1 | -1/+6 |
| * | UBIFS: improve error reporting when reading bad node | Artem Bityutskiy | 2010-08-30 | 1 | -1/+2 |
| * | UBIFS: introduce list sorting debugging checks | Artem Bityutskiy | 2010-08-30 | 3 | -2/+168 |
| * | UBIFS: fix assertion warnings in comparison function | Artem Bityutskiy | 2010-08-30 | 1 | -0/+6 |
| * | UBIFS: mark unused key objects as invalid | Artem Bityutskiy | 2010-08-30 | 4 | -3/+27 |
| * | UBIFS: do not write rubbish into truncation scanning node | Artem Bityutskiy | 2010-08-30 | 1 | -1/+0 |
| * | UBIFS: improve assertion in node comparison functions | Artem Bityutskiy | 2010-08-30 | 1 | -0/+11 |
| * | UBIFS: do not use key type in list_sort | Artem Bityutskiy | 2010-08-30 | 1 | -9/+9 |
| * | UBIFS: do not look up truncation nodes | Artem Bityutskiy | 2010-08-30 | 1 | -3/+20 |
| * | UBIFS: fix assertion warning | Artem Bityutskiy | 2010-08-30 | 1 | -1/+2 |
| * | UBIFS: do not treat ENOSPC specially | Artem Bityutskiy | 2010-08-30 | 1 | -7/+5 |
| * | UBIFS: switch to RO mode after synchronizing | Artem Bityutskiy | 2010-08-30 | 1 | -1/+1 |
* | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
|/ |
|