summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | UBIFS: fix debugging messageArtem Bityutskiy2011-05-131-1/+1
| * | | | | UBIFS: refactor ubifs_rcvry_gc_commitArtem Bityutskiy2011-05-131-37/+18
| * | | | | UBIFS: split ubifs_rcvry_gc_commitArtem Bityutskiy2011-05-131-27/+50
| * | | | | UBIFS: dump the stack on errors in failure mode tooArtem Bityutskiy2011-05-131-4/+1
| * | | | | UBIFS: print useful debugging messages when cannot recover gc_lnumArtem Bityutskiy2011-05-131-0/+2
| * | | | | UBIFS: remove dead GC LEB recovery piece of codeArtem Bityutskiy2011-05-131-12/+1
| * | | | | UBIFS: remove duplicated codeArtem Bityutskiy2011-05-132-48/+33
| * | | | | UBIFS: remove strange commentaryArtem Bityutskiy2011-05-131-1/+0
| * | | | | UBIFS: do not change debugfs file positionArtem Bityutskiy2011-05-131-1/+0
| * | | | | UBIFS: fix oops in lprops dump functionArtem Bityutskiy2011-05-131-1/+7
| * | | | | UBIFS: use ro_mount instead of MS_RDONLYArtem Bityutskiy2011-05-131-1/+5
| * | | | | UBIFS: use EROFS when emulating failuresArtem Bityutskiy2011-05-131-12/+12
| * | | | | UBIFS: make xattr operations names consistentSedat Dilek2011-05-131-4/+4
| * | | | | UBIFS: introduce lsave debuggingArtem Bityutskiy2011-05-131-0/+53
| * | | | | UBIFS: make force in-the-gaps to be a general self-checkArtem Bityutskiy2011-05-133-19/+13
| * | | | | UBIFS: improve space checking debugging featureArtem Bityutskiy2011-05-135-19/+41
| * | | | | UBIFS: rearrange the budget dumpArtem Bityutskiy2011-05-131-12/+18
| * | | | | UBIFS: simplify dbg_dump_budg calling conventionsArtem Bityutskiy2011-05-133-12/+4
| * | | | | UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy2011-05-1311-130/+135
| * | | | | UBIFS: use __packed instead of __attribute__((packed))Artem Bityutskiy2011-05-131-14/+14
| * | | | | UBIFS: fix minor stylistic issuesArtem Bityutskiy2011-05-138-23/+26
| * | | | | UBIFS: make debugfs files non-seekableArtem Bityutskiy2011-05-131-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2011-05-238-80/+104
|\ \ \ \ \ \
| * | | | | | fat: Fix statfs->f_namelenOGAWA Hirofumi2011-04-121-1/+2
| * | | | | | fat: Replace all printk with fat_msg()Alexey Fisher2011-04-124-54/+55
| * | | | | | fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher2011-04-122-0/+18
| * | | | | | fat: Convert fat_fs_error to use %pVAlexey Fisher2011-04-122-16/+16
| * | | | | | fat: Fix possible null deref in fat_cache_add()OGAWA Hirofumi2011-04-121-0/+7
| * | | | | | fat: use new setup() for ->dir_ops tooOGAWA Hirofumi2011-04-124-9/+6
* | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-05-2325-417/+721
|\ \ \ \ \ \ \
| * | | | | | | xfs: obey minleft values during extent allocation correctlyDave Chinner2011-05-191-1/+0
| * | | | | | | xfs: reset buffer pointers before freeing themDave Chinner2011-05-194-38/+67
| * | | | | | | xfs: avoid getting stuck during async inode flushesDave Chinner2011-05-191-0/+10
| * | | | | | | xfs: fix xfs_itruncate_start tracingDave Chinner2011-05-191-1/+1
| * | | | | | | xfs: fix duplicate workqueue initialisationDave Chinner2011-05-191-4/+0
| * | | | | | | xfs: kill off xfs_printk()Joe Perches2011-05-192-23/+4
| * | | | | | | xfs: fix race condition in AIL push triggerDave Chinner2011-05-091-6/+10
| * | | | | | | xfs: make AIL target updates and compares 32bit safe.Dave Chinner2011-05-091-3/+4
| * | | | | | | xfs: always push the AIL to the targetDave Chinner2011-05-091-1/+1
| * | | | | | | xfs: exit AIL push work correctly when AIL is emptyDave Chinner2011-05-091-13/+13
| * | | | | | | xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner2011-05-091-0/+1
| * | | | | | | xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGEChristoph Hellwig2011-04-282-1/+3
| * | | | | | | xfs: fix compiler warning in xfs_trace.hChristoph Hellwig2011-04-281-1/+1
| * | | | | | | xfs: cleanup duplicate initializationsDavid Sterba2011-04-283-8/+3
| * | | | | | | xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2011-04-286-19/+61
| * | | | | | | xfs: exact busy extent trackingChristoph Hellwig2011-04-289-248/+237
| * | | | | | | xfs: do not immediately reuse busy extent rangesChristoph Hellwig2011-04-282-79/+361
| * | | | | | | xfs: optimize AGFL refillsChristoph Hellwig2011-04-282-27/+6
* | | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | export kernel call get_task_comm().J Freyensee2011-05-131-0/+1
| | |_|_|/ / / / | |/| | | | | |