aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs
AgeCommit message (Expand)AuthorFilesLines
2004-07-26[PATCH] more NULL noise removal in fs/*Alexander Viro1-6/+6
2004-07-12[PATCH] sparse: more fs/* NULL noise removalAlexander Viro1-3/+2
2004-07-10[PATCH] sparse: NULL noise in jffsAlexander Viro3-70/+70
2004-07-10[PATCH] sparse: removal of iovec use in mtdAlexander Viro1-2/+2
2004-06-03[PATCH] sparse: trivial fs annotationsAlexander Viro1-2/+2
2004-04-16[PATCH] remount: forced-nodiratime filesystemsAlexander Viro1-0/+7
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-0/+2
2004-02-25[PATCH] Kill bogus __KERNEL_SYSCALLS usageAndrew Morton1-7/+0
2004-02-22[PATCH] From: "Randy.Dunlap" <rddunlap@osdl.org>Andrew Morton1-0/+12
2004-01-18[PATCH] jffs: use daemonize()Andrew Morton1-4/+2
2003-09-25[PATCH] janitor: cleanup includes in fs/Randy Dunlap1-1/+0
2003-09-21[PATCH] use CLONE_KERNELAlbert Cahalan1-1/+1
2003-09-09From Stephen Hemminger: we were trying to cast an "unsigned short"Linus Torvalds1-1/+1
2003-09-04[PATCH] large dev_t - second series (15/15)Alexander Viro1-4/+2
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro1-0/+2
2003-09-04[PATCH] large dev_t - second series (1/15)Alexander Viro1-1/+0
2003-08-31[PATCH] jffs aops return type fixAndrew Morton1-2/+2
2003-08-30[PATCH] dev_t handling cleanups (4/12)Alexander Viro1-6/+9
2003-08-14[PATCH] jffs statfs fixAndrew Morton1-1/+1
2003-08-01[PATCH] don't init statics to 0 (fs/)Randy Dunlap1-1/+1
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust1-1/+2
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-1/+1
2003-06-14[PATCH] Parenthesisation fix in jffsAndrew Morton1-1/+1
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-2/+4
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole1-1/+1
2003-03-21[PATCH] remove __NO_VERSION__ from jffsAlan Cox2-2/+0
2003-02-12Make dequeue_signal() take the process as an argument.Linus Torvalds1-1/+1
2003-02-09[PATCH] Lock session and group ID settingIngo Molnar1-2/+1
2003-02-07[PATCH] signal locking updateChris Wedgwood1-4/+4
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig1-0/+1
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-12-05[PATCH] duplicate header in fs_jffs_inode-v23.cRusty Russell1-1/+0
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer1-1/+1
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen2-17/+24
2002-10-12[PATCH] last jffs/jffs2 signal fix was wrongAlan Cox1-4/+1
2002-10-11[PATCH] C99 designated initializer for fs/jffsLuca Tettamanti1-33/+33
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst2-19/+19
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-10-02[PATCH] truncate/invalidate_inode_pages rewriteAndrew Morton1-2/+2
2002-09-28[PATCH] atomic-thread-signalsIngo Molnar1-4/+4
2002-09-07[PATCH] Use kmap_atomic() for generic_file_write()Andrew Morton1-4/+7
2002-07-27VFS: implement sendfile file operationChristoph Hellwig1-7/+8
2002-07-20[PATCH] jffs kdev_t cleanupsAlexander Viro3-41/+32
2002-07-04[PATCH] Shift BKL into ->statfs()Paul Menage1-1/+8
2002-06-11[PATCH] (10/14) resyncAlexander Viro4-6/+6
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-14/+4
2002-05-23Merge penguin:v2.5/linuxLinus Torvalds1-3/+0
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (4/10)Christoph Hellwig1-3/+0
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from fs/*Kai Germaschewski1-2/+0
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig2-2/+0
2002-05-08Fix the Makefile cleanupsKai Germaschewski1-5/+4
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen1-0/+6
2002-04-29[PATCH] cleanup page flagsAndrew Morton1-3/+3
2002-04-23[PATCH] Locking in sync_old_buffersDave Hansen1-1/+2
2002-04-06Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski1-7/+13
2002-04-04[PATCH] shift BKL out of notify_changeDave Hansen1-7/+13
2002-03-22Remove list-multi plus associated link rules in various Makefiles.Kai Germaschewski1-7/+0
2002-03-10[PATCH] (4/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-02-27[PATCH] (7/7) kdev_t removalsAlexander Viro1-8/+6
2002-02-26[PATCH] updates.Dave Jones1-1/+1
2002-02-17[PATCH] BKL shifting - ->rename()Alexander Viro1-0/+3
2002-02-14[PATCH] (4/5) more BKL shiftingAlexander Viro1-0/+4
2002-02-14[PATCH] (2/5) more BKL shiftingAlexander Viro1-0/+2
2002-02-14[PATCH] (1/5) more BKL shiftingAlexander Viro1-0/+3
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro1-0/+2
2002-02-12[PATCH] BKL shifted into ->mknod()Alexander Viro1-0/+2
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro1-0/+4
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-1/+1
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones3-3/+3
2002-02-07[PATCH] the rest of ->get_sb() switchoverAlexander Viro1-6/+15
2002-02-05v2.5.2.5 -> v2.5.2.6Linus Torvalds2-2/+2
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds1-6/+5
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds1-1/+1
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-2/+0
2002-02-04v2.4.10.3 -> v2.4.10.4Linus Torvalds8-391/+1090
2002-02-04v2.4.9.9 -> v2.4.9.10Linus Torvalds3-90/+101
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds2-9/+9
2002-02-04v2.4.8.4 -> v2.4.9Linus Torvalds3-28/+16
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds2-3/+3
2002-02-04v2.4.6 -> v2.4.6.1Linus Torvalds1-0/+3
2002-02-04v2.4.5.5 -> v2.4.5.6Linus Torvalds1-3/+1
2002-02-04v2.4.4.4 -> v2.4.4.5Linus Torvalds1-1/+0
2002-02-04v2.4.2 -> v2.4.2.1Linus Torvalds1-2/+3
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds3-3/+3
2002-02-04Import changesetLinus Torvalds6-0/+5871