aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds2005-07-1122-311/+533
|\
| * Merge with rsync://fileserver/linuxArtem B. Bityuckiy2005-07-0624-173/+325
| |\
| * | [JFFS2] Simplify the tree insert code.Artem B. Bityuckiy2005-07-061-5/+4
| * | [JFFS2] Remove compatibilty cruft for ancient kernelsDavid Woodhouse2005-07-064-60/+8
| * | [JFFS2] Optimise jffs2_add_tn_to_list David Woodhouse2005-07-063-27/+88
| * | Merge with rsync://fileserver/linuxThomas Gleixner2005-06-26249-4075/+8353
| |\ \
| * \ \ Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Thomas Gleixner2005-05-233-2/+4
| |\ \ \
| * | | | [JFFS2] Whitespace cleanup. Fix missing debug messageThomas Gleixner2005-05-232-6/+7
| * | | | [JFFS2] Fix crosscompileThomas Gleixner2005-05-231-2/+2
| * | | | [JFFS2] Fix cleanup in case of GC-Task not startedThomas Gleixner2005-05-231-2/+5
| * | | | [JFFS2] Convert thread start semaphore to completionThomas Gleixner2005-05-231-4/+4
| * | | | [JFFS2] Kill GC thread before cleanupArtem B. Bityuckiy2005-05-231-3/+3
| * | | | [JFFS2] Suppress annoying debug messagesArtem B. Bityuckiy2005-05-231-3/+3
| * | | | [JFFS2] Fix NOR only compileArtem B. Bityuckiy2005-05-232-7/+5
| * | | | [JFFS2] Fix inode allocation raceDavid Woodhouse2005-05-233-6/+13
| * | | | [JFFS2] Fix race in garbage collectorArtem B. Bityuckiy2005-05-232-7/+37
| * | | | [JFFS2] Add KERN_DEBUG level to printksArtem B. Bityuckiy2005-05-231-3/+3
| * | | | [JFFS2] Fix race problems with wbuf.Artem B. Bityuckiy2005-05-232-10/+10
| * | | | [JFFS2] Prevent deadlock when flushing write bufferArtem B. Bityuckiy2005-05-231-1/+3
| * | | | [JFFS2] Forbid to free inode_cache objects if its nlink isn't zero.Artem B. Bityuckiy2005-05-232-4/+4
| * | | | [JFFS2] Improve garbage collector block selectionArtem B. Bityuckiy2005-05-231-1/+7
| * | | | [JFFS2] Use function to manipulate superblock dirty flagArtem B. Bityuckiy2005-05-231-2/+2
| * | | | [JFFS2] Add symlink caching support.Artem B. Bityuckiy2005-05-235-70/+117
| * | | | [JFFS2] Fix NOR specific scan BUG Artem B. Bityuckiy2005-05-232-8/+12
| * | | | [JFFS2] Prevent ino cache removal for inodes in useDavid Woodhouse2005-05-235-16/+24
| * | | | [JFFS2] Fix node lookupArtem B. Bityuckiy2005-05-231-3/+3
| * | | | [JFFS2] Use a single config option for write buffer supportAndrew Victor2005-05-238-68/+33
| * | | | [JFFS2] Add support for JFFS2-on-Dataflash devices.Andrew Victor2005-05-237-14/+94
| * | | | [JFFS2] Core changes required to support JFFS2-on-Dataflash devices.Andrew Victor2005-05-235-44/+53
| * | | | [JFFS2] Prevent deadlock during write buffer recoveryEstelle Hammache2005-05-231-4/+8
| * | | | [JFFS2] Remove NAND dependencies for NOR FLASHDavid Woodhouse2005-05-231-1/+7
| * | | | [JFFS2] Code cleanup Estelle Hammache2005-05-233-47/+28
| * | | | [JFFS2] Fix refile of blocks due to write failure. Estelle Hammache2005-05-231-3/+6
| * | | | [JFFS2] Fix block refilingEstelle Hammache2005-05-231-18/+47
| * | | | [JFFS2] Fix write buffer retry caseEstelle Hammache2005-05-231-1/+32
| * | | | [JFFS2] Avoid warning for empty filesystemsTodd Poynor2005-05-231-2/+2
* | | | | [PATCH] nfsd4: fix fh_expire_typeNeilBrown2005-07-071-2/+2
* | | | | [PATCH] nfsd4: check lock type against openmode.NeilBrown2005-07-071-16/+33
* | | | | [PATCH] nfsd4: clean up nfs4_preprocess_seqid_opNeilBrown2005-07-071-34/+22
* | | | | [PATCH] nfsd4: clarify close_lru handlingNeilBrown2005-07-071-26/+14
* | | | | [PATCH] nfsd4: renew lease on seqid modifying operationsNeilBrown2005-07-071-1/+1
* | | | | [PATCH] nfsd4: return better error on io incompatible with open modeNeilBrown2005-07-071-1/+1
* | | | | [PATCH] nfsd4: always update stateid on openNeilBrown2005-07-071-0/+1
* | | | | [PATCH] nfsd4: relax new lock seqid checkNeilBrown2005-07-071-5/+0
* | | | | [PATCH] nfsd4: seqid commentsNeilBrown2005-07-071-4/+4
* | | | | [PATCH] nfsd4: fix open_reclaim seqidNeilBrown2005-07-072-11/+7
* | | | | [PATCH] nfsd4: comment indentationNeilBrown2005-07-071-9/+9
* | | | | [PATCH] nfsd4: stop overusing RECLAIM_BADNeilBrown2005-07-071-18/+7
* | | | | [PATCH] nfsd4: ERR_GRACE should bump seqid on lockNeilBrown2005-07-071-5/+7
* | | | | [PATCH] nfsd4: ERR_GRACE should bump seqid on openNeilBrown2005-07-072-6/+6