- b0d5430 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
- 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
- 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
- 93e6dc1 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
- e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
- ca85c07 minixfs: switch to d_make_root() by Al Viro · 13 years ago
- 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 13 years ago
- 27a6d5c minix: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
- 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
- d6042ea minixfs: misplaced checks lead to dentry leak by Al Viro · 13 years ago
- 4f45ba3 minix: propagate umode_t by Al Viro · 13 years ago
- 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
- 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
- 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
- 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
- f1fd306 minixfs: kill manual hweight(), simplify by Al Viro · 13 years ago
- 016e8d4 fs/minix: Verify bitmap block counts before mounting by Josh Boyer · 13 years ago
- bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
- 2def9e4 minix_getattr(): don't bother with ->d_parent by Al Viro · 13 years ago
- b80d2c2 minix: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
- e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
- 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
- 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- 6f88049 minix: i_nlink races in rename() by Al Viro · 14 years ago
- c6cb412 minixfs: kill dead code by Al Viro · 14 years ago
- fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
- fa0d7e3 fs: icache RCU free inodes by Nick Piggin · 14 years ago
- 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
- 7de9c6e new helper: ihold() by Al Viro · 14 years ago
- eee743f minix: fix regression in minix_mkdir() by Jorge Boncompte [DTI2] · 14 years ago
- 5ccb4a7 switch minix to ->evict_inode(), fix write_inode/delete_inode race by Al Viro · 14 years ago
- 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
- d39aae9 add missing setattr methods by Christoph Hellwig · 14 years ago
- 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
- 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
- f4e420d clean up write_begin usage for directories in pagecache by Christoph Hellwig · 14 years ago
- 01afaf6 Minix: Clean up left over label by Andrew Hendry · 14 years ago
- 49837a8 remove detritus left by "mm: make read_cache_page synchronous" by Al Viro · 14 years ago
- 0ab7620 fs/minix: bugfix, number of indirect block ptrs per block depends on block size by Erik van der Kouwe · 14 years ago
- 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
- 9eed1fb minix: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
- 9f6c133 V3 minixfs: add missing directory type checking by Doug Graham · 15 years ago
- e38be99 Making fs/minix/minix.h double including safe by Hitoshi Mitake · 15 years ago
- cc46759 get rid of BKL in fs/minix by Al Viro · 15 years ago
- 0d7916d switch minix to simple_fsync() by Al Viro · 15 years ago
- 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 16 years ago
- 054475d fs/minix: return f_fsid for statfs(2) by Coly Li · 16 years ago
- f762dd6 Update my email address by Gertjan van Wingerde · 16 years ago
- 8b1cd7d fs/Kconfig: move minix out by Alexey Dobriyan · 16 years ago
- d6b5484 minix: fix add link's wrong position calculation by Evgeniy Dushistov · 16 years ago
- 922c030 CRED: Wrap task credential accesses in the Minix filesystem by David Howells · 16 years ago
- 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
- fb523f3 minix: remove !NO_TRUNCATE code by Adrian Bunk · 16 years ago
- a90a088 iget: stop the MINIX filesystem from using iget() and read_inode() by David Howells · 17 years ago
- f44ec6f limit minixfs printks on corrupted dir i_size by Eric Sandeen · 17 years ago
- febfcf9 fs: mark nibblemap const by Philippe De Muyter · 17 years ago
- 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
- 4a66af9 minixfs: convert to new aops by Nick Piggin · 17 years ago
- 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
- 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
- e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
- a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
- 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 18 years ago
- 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 18 years ago
- ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 18 years ago
- 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 18 years ago
- 939b00d [PATCH] Minix V3 support by Andries Brouwer · 18 years ago
- dcf258a [PATCH] struct path: convert minix by Josef Sipek · 18 years ago
- e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
- e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
- 2ecd05a [PATCH] fs/*: use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
- 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
- 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
- ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
- 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
- f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
- f5fb09f [PATCH] Fix for minix crash by Andries Brouwer · 18 years ago
- f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
- 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 18 years ago
- 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
- 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
- 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
- 11b8448 [PATCH] fix messages in fs/minix by Denis Vlasenko · 19 years ago
- fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 19 years ago
- 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 19 years ago
- 78ec7b6 [PATCH] minix: switch to inode_inc_link_count, inode_dec_link_count by Alexey Dobriyan · 19 years ago
- fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago