aboutsummaryrefslogtreecommitdiffstats
path: root/fs/minix
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] minix block usage counting fixAndries E. Brouwer1-1/+1
2004-07-11[PATCH] sparse: misc NULL noise in fs/*Alexander Viro1-2/+2
2004-06-23[PATCH] symlink 4/9: simple filesystemsAlexander Viro1-2/+3
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-1/+0
2003-11-02Only truncate file types that can be truncated on minixfs.Linus Torvalds1-0/+2
2003-09-04[PATCH] large dev_t - second series (15/15)Alexander Viro1-4/+4
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro1-1/+6
2003-09-04[PATCH] large dev_t - second series (7/15)Alexander Viro1-2/+2
2003-08-14[PATCH] Kill warning in minix filesystem on 64-bit archsAndrew Morton1-2/+2
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-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] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+1
2003-05-07[PATCH] s/UPDATE_ATIME/update_atime/ cleanupAndrew Morton1-1/+1
2003-02-10[PATCH] Fix synchronous writers to wait properly for the resultAndrew Morton1-2/+1
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-11-19[PATCH] *_mknod prototypeAndries E. Brouwer1-1/+1
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen1-8/+14
2002-10-08[PATCH] 64-bit sector_t - filesystemsAndrew Morton1-1/+1
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst2-4/+4
2002-09-29[PATCH] C99 designated initializers for fs/minixArt Haas4-44/+44
2002-09-07[PATCH] Use kmap_atomic() for generic_file_write()Andrew Morton1-5/+7
2002-07-27VFS: implement sendfile file operationChristoph Hellwig1-0/+1
2002-06-02[PATCH] dirsync support for minixfs, sysvfs and ufsAndrew Morton1-1/+1
2002-06-02[PATCH] rename block_symlink() to page_symlink()Andrew Morton1-2/+1
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-8/+2
2002-05-23Merge penguin:v2.5/linuxLinus Torvalds6-0/+6
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig6-0/+6
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from fs/*Kai Germaschewski1-2/+0
2002-05-21[PATCH] add proper ->getattr()Alexander Viro7-1/+50
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig3-3/+0
2002-05-19[PATCH] i_dirty_buffers locking fixAndrew Morton1-1/+1
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 of bh->flagsAndrew Morton1-2/+2
2002-04-29[PATCH] remove i_dirty_data_buffersAndrew Morton1-1/+0
2002-04-29[PATCH] cleanup write_one_pageAndrew Morton1-13/+15
2002-04-29[PATCH] cleanup page flagsAndrew Morton1-4/+4
2002-04-29[PATCH] minix directory handlingAndrew Morton1-8/+34
2002-04-21[PATCH] buffer_head leakAlexander Viro1-0/+1
2002-04-02[PATCH] minixfs cleanups (4/4)Alexander Viro3-72/+41
2002-04-02[PATCH] minixfs cleanups (3/4)Alexander Viro5-19/+23
2002-04-02[PATCH] minixfs cleanups (2/4)Alexander Viro1-28/+1
2002-04-02[PATCH] minixfs cleanups (1/4)Alexander Viro8-16/+98
2002-03-12[PATCH] correction to super_block cleanupsBrian Gerst1-0/+1
2002-03-11[PATCH] struct superblock cleanup - minixfsBrian Gerst1-1/+10
2002-03-11[PATCH] struct superblock cleanup - minixfsBrian Gerst6-60/+66
2002-03-10[PATCH] (4/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-02-17Merge home.transmeta.com:/home/torvalds/v2.5/mortonLinus Torvalds1-10/+15
2002-02-17[PATCH] IS_SYNC diretory handlingAndrew Morton1-10/+15
2002-02-17[PATCH] BKL shifting - ->rename()Alexander Viro1-1/+0
2002-02-14[PATCH] (5/5) more BKL shiftingAlexander Viro1-13/+2
2002-02-14[PATCH] (3/5) more BKL shiftingAlexander Viro1-4/+5
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro1-8/+9
2002-02-12[PATCH] BKL shifted into ->create()Alexander Viro1-0/+2
2002-02-11[PATCH] BKL shifted into ->truncate()Alexander Viro1-3/+3
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro1-1/+6
2002-02-06[PATCH] (6/6) more ->get_sb()Alexander Viro1-5/+15
2002-02-05v2.5.2.3 -> v2.5.2.4Linus Torvalds4-7/+67
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds2-7/+6
2002-02-04v2.5.1.4 -> v2.5.1.5Linus Torvalds1-3/+7
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-5/+3
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds1-8/+2
2002-02-04v2.5.0.11 -> v2.5.1v2.5.1Linus Torvalds3-11/+11
2002-02-04v2.5.0.4 -> v2.5.0.5Linus Torvalds1-1/+1
2002-02-04v2.5.0.2 -> v2.5.0.3Linus Torvalds1-1/+1
2002-02-04v2.4.14.7 -> v2.4.14.8Linus Torvalds1-1/+3
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+2
2002-02-04v2.4.9.6 -> v2.4.9.7Linus Torvalds1-0/+1
2002-02-04v2.4.9.4 -> v2.4.9.5Linus Torvalds8-924/+693
2002-02-04v2.4.5.3 -> v2.4.5.4Linus Torvalds1-2/+2
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds1-5/+4
2002-02-04v2.4.3.1 -> v2.4.3.2Linus Torvalds1-1/+1
2002-02-04v2.4.2 -> v2.4.2.1Linus Torvalds1-0/+3
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+1
2002-02-04Import changesetLinus Torvalds9-0/+2248