| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 3 | -20/+17 |
|\ |
|
| * | switch ubifs to ->evict_inode() | Al Viro | 2010-08-09 | 1 | -4/+8 |
| * | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 2010-08-09 | 2 | -16/+9 |
* | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2010-08-03 | 4 | -14/+29 |
|\ \
| |/
|/| |
|
| * | UBIFS: fix a memory leak on error path. | Matthieu CASTET | 2010-08-03 | 1 | -1/+1 |
| * | UBIFS: fix GC LEB recovery | Artem Bityutskiy | 2010-07-13 | 1 | -5/+18 |
| * | UBIFS: use ERR_CAST | Julia Lawall | 2010-06-12 | 2 | -8/+8 |
| * | UBIFS: check return code | Artem Bityutskiy | 2010-06-12 | 1 | -0/+2 |
* | | mm: add context argument to shrinker callback | Dave Chinner | 2010-07-19 | 2 | -2/+2 |
* | | writeback: enforce s_umount locking in writeback_inodes_sb | Christoph Hellwig | 2010-06-11 | 1 | -0/+2 |
|/ |
|
* | kill spurious reference to vmtruncate | npiggin@suse.de | 2010-05-27 | 2 | -6/+9 |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 2 | -3/+3 |
* | ubifs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 2010-05-21 | 1 | -8/+1 |
* | UBIFS: mark VFS SB RO too | ZhangJieJing | 2010-04-29 | 1 | -0/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 12 | -0/+12 |
* | Revert "lib: build list_sort() only if needed" | Linus Torvalds | 2010-03-07 | 1 | -1/+0 |
* | lib: build list_sort() only if needed | Don Mullis | 2010-03-06 | 1 | -0/+1 |
* | pass writeback_control to ->write_inode | Christoph Hellwig | 2010-03-05 | 3 | -6/+6 |
* | lib: Introduce generic list_sort function | Dave Chinner | 2010-01-12 | 1 | -95/+1 |
* | kill I_LOCK | Christoph Hellwig | 2009-12-17 | 1 | -1/+1 |
* | fs/ubifs: use %pUB to print UUIDs | Joe Perches | 2009-12-15 | 2 | -13/+3 |
* | Merge git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-12-10 | 3 | -18/+17 |
|\ |
|
| * | UBIFS: fix return code in check_leaf | Roel Kluin | 2009-12-08 | 1 | -1/+1 |
| * | UBIFS: remove manual O_SYNC handling | Christoph Hellwig | 2009-11-24 | 1 | -12/+1 |
| * | UBIFS: support mounting of UBI volume character devices | Corentin Chary | 2009-11-24 | 1 | -5/+15 |