aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs
AgeCommit message (Expand)AuthorFilesLines
2004-06-26[PATCH] affs_setattr() retval fixAndrew Morton1-1/+1
2004-06-23[PATCH] symlink 4/9: simple filesystemsAlexander Viro1-2/+3
2004-06-23[PATCH] sparse: fixes for "assignment expression in conditional" in fs/*Andrew Morton1-1/+1
2004-06-19[PATCH] affs remount fixesGeert Uytterhoeven3-23/+33
2004-04-16[PATCH] remount: forced-nodiratime filesystemsAlexander Viro1-0/+2
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-0/+1
2003-10-05[PATCH] lib/parser: Use "%u" instead "%d" (5/6)Hirofumi Ogawa1-5/+5
2003-10-01[PATCH] table-driven filesystems option parsingAndrew Morton1-92/+94
2003-09-28[PATCH] affs sparse fixesAndries E. Brouwer1-2/+3
2003-08-31[PATCH] c99 struct initialiser conversionsAndrew Morton1-2/+2
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust1-1/+1
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-1/+1
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton1-2/+2
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-25[PATCH] fs/* conversions for strlcpyBen Collins1-3/+1
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+1
2003-03-20[PATCH] Affs sizeof()Geert Uytterhoeven1-2/+1
2003-03-16[PATCH] fix affs/super.cAndries E. Brouwer1-1/+2
2003-03-16[PATCH] AFFS fixesAndrew Morton7-80/+26
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig1-0/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-14[PATCH] remove PF_SYNCAndrew Morton1-2/+2
2002-12-03[AFFS]: Kill unused label and code.David S. Miller1-3/+0
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen2-6/+6
2002-11-07[PATCH] C99 designated initializers for fs/affsArt Haas4-39/+39
2002-11-04[PATCH] `i_version' initialization fixManfred Spraul1-1/+1
2002-11-04[PATCH] `event' removal: other filesystemsAndrew Morton2-2/+3
2002-10-11[PATCH] C99 designated initializer for fs/affsLuca Tettamanti1-16/+16
2002-10-08[PATCH] 64-bit sector_t - filesystemsAndrew Morton2-7/+8
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst1-3/+3
2002-09-07[PATCH] Use kmap_atomic() for generic_file_write()Andrew Morton1-1/+9
2002-07-27VFS: implement sendfile file operationChristoph Hellwig1-0/+1
2002-07-14Remove BKL from affs_rmdir() as per Roman ZippelLinus Torvalds1-12/+1
2002-07-14[PATCH] AFFS fix return without releasing BKLDave Hansen1-1/+3
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-8/+2
2002-05-23Merge penguin:v2.5/linuxLinus Torvalds8-0/+8
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig8-0/+8
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 Hellwig6-6/+0
2002-05-06[PATCH] m68k: AFFS update [1/20]Roman Zippel4-38/+75
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen1-0/+4
2002-04-29[PATCH] cleanup of bh->flagsAndrew Morton1-4/+4
2002-04-29[PATCH] cleanup page flagsAndrew Morton2-5/+5
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-3/+4
2002-04-07[PATCH] size_in_bytesAndries E. Brouwer1-2/+1
2002-04-04[PATCH] shift BKL out of notify_changeDave Hansen1-0/+3
2002-04-02[PATCH] strtok->strsep in affsDave Jones1-2/+4
2002-03-17[PATCH] struct super_block cleanup - affsBrian Gerst8-154/+173
2002-03-10[PATCH] (4/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-02-18[PATCH] (2/4) 2.5.5-pre1 fixesAlexander Viro1-1/+1
2002-02-17[PATCH] BKL shifting - ->rename()Alexander Viro1-1/+5
2002-02-14[PATCH] (4/5) more BKL shiftingAlexander Viro1-1/+6
2002-02-14[PATCH] (3/5) more BKL shiftingAlexander Viro1-4/+5
2002-02-14[PATCH] (2/5) more BKL shiftingAlexander Viro1-1/+7
2002-02-14[PATCH] (1/5) more BKL shiftingAlexander Viro1-1/+6
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro1-1/+5
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro1-1/+6
2002-02-11[PATCH] BKL shifted into ->truncate()Alexander Viro2-3/+10
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro1-2/+9
2002-02-09[PATCH] affs cleanupAlexander Viro1-8/+2
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones6-6/+6
2002-02-07[PATCH] the rest of ->get_sb() switchoverAlexander Viro1-6/+16
2002-02-05v2.5.2.2 -> v2.5.2.3Linus Torvalds5-104/+179
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds1-0/+1
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds3-8/+8
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds1-1/+1
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-3/+1
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds1-4/+0
2002-02-04v2.5.0.11 -> v2.5.1v2.5.1Linus Torvalds2-4/+2
2002-02-04v2.4.14.4 -> v2.4.14.5Linus Torvalds1-1/+0
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+2
2002-02-04v2.4.10.0.3 -> v2.4.10.0.4Linus Torvalds1-3/+1
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds6-9/+18
2002-02-04v2.4.9.1 -> v2.4.9.2Linus Torvalds5-16/+19
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds1-0/+1
2002-02-04v2.4.6.8 -> v2.4.6.9Linus Torvalds1-1/+1
2002-02-04v2.4.6.6 -> v2.4.6.7Linus Torvalds6-61/+99
2002-02-04v2.4.5.7 -> v2.4.5.8Linus Torvalds1-1/+1
2002-02-04v2.4.3.7 -> v2.4.3.8Linus Torvalds2-4/+4
2002-02-04v2.4.3.6 -> v2.4.3.7Linus Torvalds3-4/+3
2002-02-04v2.4.3.5 -> v2.4.3.6Linus Torvalds10-2222/+2034
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds1-6/+0
2002-02-04v2.4.2 -> v2.4.2.1Linus Torvalds1-0/+6
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds3-3/+3
2002-02-04Import changesetLinus Torvalds10-0/+3925