summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-01-1113-140/+521
|\
| * ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...Josh Hunt2011-01-101-12/+0
| * ext3: Remove redundant unlikely()Tobias Klauser2011-01-101-1/+1
| * ext2: Remove redundant unlikely()Tobias Klauser2011-01-101-1/+1
| * ext3: speed up file creates by optimizing rec_len functionsEric Sandeen2011-01-101-7/+8
| * ext2: speed up file creates by optimizing rec_len functionsEric Sandeen2011-01-101-5/+14
| * ext3: Add more journal error checkNamhyung Kim2011-01-102-3/+7
| * ext3: Add journal error check in resize.cNamhyung Kim2011-01-101-14/+51
| * quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Joe Perches2011-01-102-11/+16
| * ext3: Add FITRIM handlingLukas Czerner2011-01-101-0/+22
| * ext3: Add batched discard support for ext3Lukas Czerner2011-01-101-0/+266
| * ext3: Add journal error check into ext3_rename()Namhyung Kim2011-01-061-4/+15
| * ext3: Use search_dirblock() in ext3_dx_find_entry()Theodore Ts'o2011-01-061-21/+12
| * ext3: Avoid uninitialized memory references with a corrupted htree directoryTheodore Ts'o2011-01-061-15/+15
| * ext3: Return error code from generic_check_addressableDarrick J. Wong2011-01-061-2/+4
| * ext3: Add journal error check into ext3_delete_entry()Namhyung Kim2011-01-061-2/+12
| * ext3: Add error check in ext3_mkdir()Namhyung Kim2011-01-061-14/+22
| * fs/ext3/super.c: Use printf extension %pVJoe Perches2011-01-061-19/+37
| * fs/ext2/super.c: Use printf extension %pVJoe Perches2011-01-061-8/+17
| * ext3: don't update sb journal_devnum when RO devMaciej Żenczykowski2011-01-061-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2011-01-117-872/+877
|\ \
| * | fs/9p: Don't set dentry->d_op in create routinesAneesh Kumar K.V2011-01-112-19/+0
| * | fs/9p: fix spelling typoEric Van Hensbergen2011-01-111-1/+1
| * | fs/9p: TREADLINK bugfixM. Mohan Kumar2011-01-111-36/+22
| * | fs/9p: Simplify the .L create operationAneesh Kumar K.V2011-01-111-47/+28
| * | fs/9p: Move dotl inode operations into a seperate fileAneesh Kumar K.V2011-01-114-862/+916
| * | fs/9p: fix menu presentationRandy Dunlap2011-01-111-1/+4
| * | fs/9p: Fix the return error on default acl removalAneesh Kumar K.V2011-01-111-1/+1
| * | fs/9p: Remove unnecessary semicolonsJoe Perches2011-01-112-2/+2
* | | Merge branch 'for-linus-merged' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-01-1138-1920/+1997
|\ \ \
| * \ \ Merge branch 'master' into for-linus-mergedAlex Elder2011-01-1138-1920/+1997
| |\ \ \ | | |/ / | |/| |
| | * | xfs: convert grant head manipulations to lockless algorithmDave Chinner2010-12-212-77/+49
| | * | xfs: introduce new locks for the log grant ticket wait queuesDave Chinner2010-12-213-60/+97
| | * | xfs: convert log grant heads to atomic variablesDave Chinner2010-12-032-10/+10
| | * | xfs: convert l_tail_lsn to an atomic variable.Dave Chinner2010-12-214-46/+63
| | * | xfs: convert l_last_sync_lsn to an atomic variableDave Chinner2010-12-033-34/+36
| | * | xfs: make AIL tail pushing independent of the grant lockDave Chinner2010-12-211-57/+54
| | * | xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-216-106/+52
| | * | xfs: combine grant heads into a single 64 bit integerDave Chinner2010-12-214-91/+119
| | * | xfs: rework log grant space calculationsDave Chinner2010-12-211-47/+48
| | * | xfs: fact out common grant head/log tail verification codeDave Chinner2010-12-211-29/+22
| | * | xfs: convert log grant ticket queues to list headsDave Chinner2010-12-213-97/+53
| | * | xfs: use AIL bulk delete function to implement single deleteDave Chinner2010-12-202-72/+11
| | * | xfs: use AIL bulk update function to implement single updatesDave Chinner2010-12-203-96/+13
| | * | xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner2010-12-203-16/+151
| | * | xfs: consume iodone callback items on buffers as they are processedDave Chinner2010-12-031-11/+21
| | * | xfs: reduce the number of AIL push wakeupsDave Chinner2010-12-171-4/+16
| | * | xfs: bulk AIL insertion during transaction commitDave Chinner2010-12-204-12/+195
| | * | xfs: clean up xfs_ail_delete()Dave Chinner2010-12-031-20/+7
| | * | xfs: Pull EFI/EFD handling out from under the AIL lockDave Chinner2010-12-204-49/+59