summaryrefslogtreecommitdiffstats
path: root/fs/minix
AgeCommit message (Expand)AuthorLines
2005-01-20[PATCH] Lock initializer cleanup: FilesystemsThomas Gleixner-1/+1
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen-8/+8
2004-11-07[PATCH] minix_clear_inode fixAndries E. Brouwer-10/+13
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk-1/+1
2004-09-16[PATCH] fix for fsync ignoring writing errorsAndrey V. Savochkin-2/+3
2004-08-23[PATCH] remove cacheline alignment from inode slabsAnton Blanchard-1/+1
2004-08-22[PATCH] minix block usage counting fixAndries E. Brouwer-1/+1
2004-07-11[PATCH] sparse: misc NULL noise in fs/*Alexander Viro-2/+2
2004-06-23[PATCH] symlink 4/9: simple filesystemsAlexander Viro-2/+3
2004-03-11[PATCH] readdir() cleanupsAndrew Morton-1/+0
2003-11-02Only truncate file types that can be truncated on minixfs.Linus Torvalds-0/+2
2003-09-04[PATCH] large dev_t - second series (15/15)Alexander Viro-4/+4
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro-1/+6
2003-09-04[PATCH] large dev_t - second series (7/15)Alexander Viro-2/+2
2003-08-14[PATCH] Kill warning in minix filesystem on 64-bit archsAndrew Morton-2/+2
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust-1/+2
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust-1/+1
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton-2/+2
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer-1/+1
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton-1/+1
2003-05-07[PATCH] s/UPDATE_ATIME/update_atime/ cleanupAndrew Morton-1/+1
2003-02-10[PATCH] Fix synchronous writers to wait properly for the resultAndrew Morton-2/+1
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig-0/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst-2/+0
2002-12-14[PATCH] remove PF_SYNCAndrew Morton-2/+2
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer-1/+1
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen-8/+14
2002-10-08[PATCH] 64-bit sector_t - filesystemsAndrew Morton-1/+1
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst-4/+4
2002-09-29[PATCH] C99 designated initializers for fs/minixArt Haas-44/+44
2002-09-07[PATCH] Use kmap_atomic() for generic_file_write()Andrew Morton-5/+7
2002-07-27VFS: implement sendfile file operationChristoph Hellwig-0/+1
2002-06-02[PATCH] dirsync support for minixfs, sysvfs and ufsAndrew Morton-1/+1
2002-06-02[PATCH] rename block_symlink() to page_symlink()Andrew Morton-2/+1
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski-8/+2
2002-05-23Merge penguin:v2.5/linuxLinus Torvalds-0/+6
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig-0/+6
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from fs/*Kai Germaschewski-2/+0
2002-05-21[PATCH] add proper ->getattr()Alexander Viro-1/+50
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig-3/+0
2002-05-19[PATCH] i_dirty_buffers locking fixAndrew Morton-1/+1
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen-0/+4
2002-04-29[PATCH] page writeback locking updateAndrew Morton-1/+1
2002-04-29[PATCH] cleanup of bh->flagsAndrew Morton-2/+2
2002-04-29[PATCH] remove i_dirty_data_buffersAndrew Morton-1/+0
2002-04-29[PATCH] cleanup write_one_pageAndrew Morton-13/+15
2002-04-29[PATCH] cleanup page flagsAndrew Morton-4/+4
2002-04-29[PATCH] minix directory handlingAndrew Morton-8/+34
2002-04-21[PATCH] buffer_head leakAlexander Viro-0/+1
2002-04-02[PATCH] minixfs cleanups (4/4)Alexander Viro-72/+41