aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2
AgeCommit message (Expand)AuthorFilesLines
2004-07-26[PATCH] size_t portability fixesAlexander Viro2-2/+2
2004-07-16Remove /proc/fs/jffs2 support.David Woodhouse4-238/+3
2004-07-15JFFS2 file system updateDavid Woodhouse27-891/+1937
2004-07-10[PATCH] sparse: removal of iovec use in mtdAlexander Viro4-10/+11
2004-06-23[PATCH] symlink 9/9: jff2Alexander Viro1-26/+14
2004-05-21[PATCH] JFFS2_FS_NAND=y compile errorAdrian Bunk1-1/+1
2004-05-20[PATCH] trivial: Make JFFS2 ready for Linux 2.7Andrew Morton1-12/+6
2004-04-16[PATCH] remount: fs/jffs2Alexander Viro2-2/+2
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-0/+1
2004-02-25[PATCH] Kill bogus __KERNEL_SYSCALLS usageAndrew Morton1-4/+0
2004-02-24[PATCH] jffs2: Don't jump between contextsAndrew Morton1-5/+6
2003-10-12[PATCH] Kernel thread signal handling.David Woodhouse1-11/+14
2003-10-11Fix jffs2 memory leak on mount errorDavid Woodhouse1-4/+7
2003-10-11JFFS2 update; completed support for NAND flash.David Woodhouse25-645/+1308
2003-09-25[PATCH] janitor: cleanup includes in fs/Randy Dunlap2-2/+0
2003-09-22[PATCH] 32-bit dev_t: switch-overAlexander Viro1-2/+1
2003-09-22[PATCH] prepare for 32-bit dev_t: jffs2 cleanupsAlexander Viro1-13/+17
2003-09-06[PATCH] jffs2: add linux/version.h as neededRandy Dunlap2-0/+2
2003-09-06[PATCH] janitor: jffs2 add/delete version.hRandy Dunlap3-1/+2
2003-09-04[PATCH] large dev_t - second series (15/15)Alexander Viro2-2/+3
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro1-0/+3
2003-09-04[PATCH] large dev_t - second series (7/15)Alexander Viro1-3/+3
2003-09-04[PATCH] large dev_t - second series (1/15)Alexander Viro1-1/+1
2003-08-31[PATCH] c99 struct initialiser conversionsAndrew Morton1-2/+2
2003-08-30[PATCH] dev_t handling cleanups (11/12)Alexander Viro2-2/+2
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro2-2/+2
2003-07-17[PATCH] fix jffs2 buildAlan Cox1-0/+1
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust1-2/+3
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-2/+2
2003-06-23Fix jffs2_statfs w.r.t. statfs64David Woodhouse2-3/+3
2003-06-23Trivia: use JFFS2 PAD() macro instead of masking manually.David Woodhouse2-5/+5
2003-05-28MTD and JFFS2 update.David Woodhouse21-532/+1211
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-8/+9
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton2-2/+3
2003-02-24[PATCH] Spelling fixes for paticular -> particular and others.Steven Cole1-1/+1
2003-02-18[PATCH] spelling fix adress/addres -> addressSteven Cole1-1/+1
2003-02-12Make dequeue_signal() take the process as an argument.Linus Torvalds1-1/+1
2003-02-10Sanitize kernel daemon signal handling and process naming.Linus Torvalds1-3/+1
2003-02-07[PATCH] signal locking updateChris Wedgwood1-1/+1
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig2-0/+2
2002-12-15[PATCH] Fix filesystems that cannot do mmap writebackAndrew Morton1-1/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-3/+0
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer1-2/+2
2002-11-19Fix nanosecond merge.David Woodhouse2-6/+6
2002-11-19Merge [acm]time nanosecond support from 2.5.48.David Woodhouse19-1315/+1857
2002-11-17Merge home.transmeta.com:/home/torvalds/v2.5/nsec-statLinus Torvalds5-25/+36
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen5-25/+36
2002-11-17Fix up after header file cleanups: add <linux/mount.h> toArnaldo Carvalho de Melo1-0/+1
2002-11-12JFFS2 update.David Woodhouse19-1312/+1856
2002-10-12[PATCH] last jffs/jffs2 signal fix was wrongAlan Cox1-5/+2
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst2-2/+2
2002-10-08[PATCH] Fix 2.5 signal handling in jffs/jffs2Alan Cox1-2/+2
2002-10-06[PATCH] make jffs/jffs2 work with signal changesAlan Cox1-2/+5
2002-09-30[PATCH] Workqueue AbstractionIngo Molnar2-2/+2
2002-09-28[PATCH] atomic-thread-signalsIngo Molnar1-6/+6
2002-09-07[PATCH] Use kmap_atomic() for generic_file_write()Andrew Morton1-1/+3
2002-09-03[PATCH] daemonize() calls reparent_to_init cleanupRusty Russell1-1/+0
2002-07-29Merge hch's addition of generic_file_sendfile into jffs2_file_operations.David Woodhouse28-964/+751
2002-07-27VFS: implement sendfile file operationChristoph Hellwig1-0/+1
2002-07-26Prevent crash after mounting JFFS2 images built with incorrect erase size.David Woodhouse1-1/+11
2002-07-23Switch JFFS2 to C99 named initialisersDavid Woodhouse5-48/+48
2002-07-23JFFS2 compile fixes for latest kernel.David Woodhouse1-3/+3
2002-07-23JFFS2 update. David Woodhouse18-233/+615
2002-07-23Remove licensing noise from individual JFFS2 files to refer to a single 'LICE...David Woodhouse27-659/+70
2002-07-23Revert some bogus changes from mainline -- an over-excessive search/replace a...David Woodhouse4-29/+11
2002-06-11[PATCH] (10/14) resyncAlexander Viro1-1/+1
2002-06-11[PATCH] (1/14) resyncAlexander Viro1-0/+1
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-10/+3
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen1-0/+4
2002-04-29[PATCH] page writeback locking updateAndrew Morton1-1/+1
2002-04-29[PATCH] cleanup page flagsAndrew Morton1-2/+2
2002-04-23Fix include files for write_super BKL move.v2.5.10Linus Torvalds1-0/+1
2002-04-23[PATCH] Locking in sync_old_buffersDave Hansen1-1/+6
2002-04-09[PATCH] jffs2_get_sb() fixesAlexander Viro1-21/+25
2002-04-05[PATCH] ->setattr() locking changesAlexander Viro1-0/+1
2002-04-04[PATCH] shift BKL out of notify_changeDave Hansen1-9/+16
2002-03-17Remove jffs2_sb from struct super_block union.David Woodhouse2-32/+176
2002-03-12Update to 2002-03-12 JFFS2 development tree. Main features:David Woodhouse30-1632/+3216
2002-03-10[PATCH] (4/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-03-04Preallocate JFFS2 zlib workspaces at init time, using vmalloc for deflate wor...David Woodhouse3-57/+65
2002-02-28Missing parts of 2.5.6-pre1 JFFS2 merge. David Woodhouse2-2/+17
2002-02-26[PATCH] updates.Dave Jones11-80/+196
2002-02-18[PATCH] (2/4) 2.5.5-pre1 fixesAlexander Viro1-2/+2
2002-02-17[PATCH] BKL shifting - ->rename()Alexander Viro1-1/+5
2002-02-14[PATCH] (4/5) more BKL shiftingAlexander Viro1-0/+8
2002-02-14[PATCH] (3/5) more BKL shiftingAlexander Viro1-1/+5
2002-02-14[PATCH] (2/5) more BKL shiftingAlexander Viro1-1/+5
2002-02-14[PATCH] (1/5) more BKL shiftingAlexander Viro1-1/+11
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro1-1/+5
2002-02-12[PATCH] BKL shifted into ->mknod()Alexander Viro1-1/+11
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro1-1/+11
2002-02-11MergeLinus Torvalds1-0/+4
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro1-0/+4
2002-02-11Fix recalc_sigpending handling.David S. Miller1-2/+2
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones3-3/+3
2002-02-07[PATCH] the rest of ->get_sb() switchoverAlexander Viro1-6/+16
2002-02-05v2.5.2.6 -> v2.5.3v2.5.3Linus Torvalds4-6407/+34
2002-02-05v2.5.2.5 -> v2.5.2.6Linus Torvalds5-13/+56
2002-02-05v2.5.2.1 -> v2.5.2.1.1Linus Torvalds3-6/+3
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds11-127/+9
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-0/+2
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds1-1/+1
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds4-6/+6
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-3/+14
2002-02-04v2.4.14.4 -> v2.4.14.5Linus Torvalds1-22/+2
2002-02-04v2.4.13 -> v2.4.13.1Linus Torvalds1-1/+6
2002-02-04v2.4.10.3 -> v2.4.10.4Linus Torvalds16-168/+276
2002-02-04v2.4.9.9 -> v2.4.9.10Linus Torvalds33-0/+14188