aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-01-11
|\
| * ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...Josh Hunt2011-01-10
| * ext3: Remove redundant unlikely()Tobias Klauser2011-01-10
| * ext2: Remove redundant unlikely()Tobias Klauser2011-01-10
| * ext3: speed up file creates by optimizing rec_len functionsEric Sandeen2011-01-10
| * ext2: speed up file creates by optimizing rec_len functionsEric Sandeen2011-01-10
| * ext3: Add more journal error checkNamhyung Kim2011-01-10
| * ext3: Add journal error check in resize.cNamhyung Kim2011-01-10
| * quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Joe Perches2011-01-10
| * ext3: Add FITRIM handlingLukas Czerner2011-01-10
| * ext3: Add batched discard support for ext3Lukas Czerner2011-01-10
| * ext3: Add journal error check into ext3_rename()Namhyung Kim2011-01-06
| * ext3: Use search_dirblock() in ext3_dx_find_entry()Theodore Ts'o2011-01-06
| * ext3: Avoid uninitialized memory references with a corrupted htree directoryTheodore Ts'o2011-01-06
| * ext3: Return error code from generic_check_addressableDarrick J. Wong2011-01-06
| * ext3: Add journal error check into ext3_delete_entry()Namhyung Kim2011-01-06
| * ext3: Add error check in ext3_mkdir()Namhyung Kim2011-01-06
| * fs/ext3/super.c: Use printf extension %pVJoe Perches2011-01-06
| * fs/ext2/super.c: Use printf extension %pVJoe Perches2011-01-06
| * ext3: don't update sb journal_devnum when RO devMaciej Żenczykowski2011-01-06
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2011-01-11
|\ \
| * | fs/9p: Don't set dentry->d_op in create routinesAneesh Kumar K.V2011-01-11
| * | fs/9p: fix spelling typoEric Van Hensbergen2011-01-11
| * | fs/9p: TREADLINK bugfixM. Mohan Kumar2011-01-11
| * | net/9p: Use proper data typesM. Mohan Kumar2011-01-11
| * | fs/9p: Simplify the .L create operationAneesh Kumar K.V2011-01-11
| * | fs/9p: Move dotl inode operations into a seperate fileAneesh Kumar K.V2011-01-11
| * | fs/9p: fix menu presentationRandy Dunlap2011-01-11
| * | fs/9p: Fix the return error on default acl removalAneesh Kumar K.V2011-01-11
| * | fs/9p: Remove unnecessary semicolonsJoe Perches2011-01-11
* | | Merge branch 'for-linus-merged' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-01-11
|\ \ \
| * \ \ Merge branch 'master' into for-linus-mergedAlex Elder2011-01-10
| |\ \ \
| | * | | xfs: convert grant head manipulations to lockless algorithmDave Chinner2010-12-20
| | * | | xfs: introduce new locks for the log grant ticket wait queuesDave Chinner2010-12-20
| | * | | xfs: convert log grant heads to atomic variablesDave Chinner2010-12-03
| | * | | xfs: convert l_tail_lsn to an atomic variable.Dave Chinner2010-12-20
| | * | | xfs: convert l_last_sync_lsn to an atomic variableDave Chinner2010-12-03
| | * | | xfs: make AIL tail pushing independent of the grant lockDave Chinner2010-12-20
| | * | | xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-20
| | * | | xfs: combine grant heads into a single 64 bit integerDave Chinner2010-12-20
| | * | | xfs: rework log grant space calculationsDave Chinner2010-12-20
| | * | | xfs: fact out common grant head/log tail verification codeDave Chinner2010-12-20
| | * | | xfs: convert log grant ticket queues to list headsDave Chinner2010-12-20
| | * | | xfs: use AIL bulk delete function to implement single deleteDave Chinner2010-12-19
| | * | | xfs: use AIL bulk update function to implement single updatesDave Chinner2010-12-19
| | * | | xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner2010-12-19
| | * | | xfs: consume iodone callback items on buffers as they are processedDave Chinner2010-12-03
| | * | | xfs: reduce the number of AIL push wakeupsDave Chinner2010-12-17
| | * | | xfs: bulk AIL insertion during transaction commitDave Chinner2010-12-19
| | * | | xfs: clean up xfs_ail_delete()Dave Chinner2010-12-03