| Age | Commit message (Expand) | Author | Files | Lines |
| 11 days | minix: handle set_blocksize failures | Christoph Hellwig | 1 | -1/+2 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -7/+25 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+5 |
| 2026-03-26 | minix: Track metadata bhs in fs-private inode part | Jan Kara | 5 | -8/+24 |
| 2026-03-26 | minix: Sync and invalidate metadata buffers from minix_evict_inode() | Jan Kara | 1 | -0/+2 |
| 2026-03-26 | minix: Switch to generic_buffers_fsync() | Jan Kara | 2 | -2/+2 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -5/+5 |
| 2026-02-25 | Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2026-02-18 | minix: Correct errno in minix_new_inode | Jori Koolstra | 1 | -1/+1 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.minix' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -21/+29 |
| 2026-01-19 | minix: Add required sanity checking to minix_check_superblock() | Jori Koolstra | 1 | -21/+29 |
| 2026-01-13 | uapi: promote EFSCORRUPTED and EUCLEAN to errno.h | Darrick J. Wong | 1 | -2/+0 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.minix' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -7/+57 |
| 2025-11-05 | Fix a drop_nlink warning in minix_rename | Jori Koolstra | 1 | -0/+16 |
| 2025-11-05 | Fix a drop_nlink warning in minix_rmdir | Jori Koolstra | 1 | -7/+16 |
| 2025-11-05 | Add error handling to minix filesystem for inode corruption detection | Jori Koolstra | 2 | -0/+25 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -1/+1 |
| 2025-08-19 | minixfs: Verify inode mode when loading from disk | Tetsuo Handa | 1 | -1/+7 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -3/+4 |
| 2025-06-24 | fs: Remove three arguments from block_write_end() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-06-17 | fs: convert simple use of generic_file_*_mmap() to .mmap_prepare() | Lorenzo Stoakes | 1 | -1/+1 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -4/+4 |
| 2024-08-07 | buffer: Convert __block_write_begin() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-08-07 | buffer: Convert block_write_end() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-08-07 | minixfs: Convert dir_commit_chunk() to take a folio | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2024-08-07 | minixfs: Convert minix_prepare_chunk() to take a folio | Matthew Wilcox (Oracle) | 3 | -18/+18 |
| 2024-08-07 | minixfs: Convert minix_make_empty() to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2024-08-07 | minixfs: Convert minix_delete_entry() to work on a folio | Matthew Wilcox (Oracle) | 3 | -10/+10 |
| 2024-08-07 | minixfs: Convert minix_set_link() and minix_dotdot() to take a folio | Matthew Wilcox (Oracle) | 3 | -20/+17 |
| 2024-08-07 | minixfs: Convert minix_find_entry() to take a folio | Matthew Wilcox (Oracle) | 3 | -33/+30 |
| 2024-08-07 | minixfs: Convert dir_get_page() to dir_get_folio() | Matthew Wilcox (Oracle) | 1 | -31/+35 |
| 2024-07-15 | Merge tag 'vfs-6.11.module.description' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+1 |
| 2024-07-10 | minixfs: Fix minixfs_rename with HIGHMEM | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2024-05-28 | fs: minix: add MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-03-26 | minix: convert minix to use the new mount api | Bill O'Donnell | 1 | -18/+30 |
| 2024-02-27 | minix: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 1 | -1/+1 |
| 2024-01-11 | Merge tag 'pull-minix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -57/+38 |
| 2023-12-29 | minix: remove writepage implementation | Matthew Wilcox (Oracle) | 1 | -3/+6 |
| 2023-12-18 | minixfs: switch to kmap_local_page() | Al Viro | 3 | -22/+16 |
| 2023-12-18 | minixfs: Use dir_put_page() in minix_unlink() and minix_rename() | Al Viro | 3 | -14/+9 |
| 2023-12-18 | minixfs: change the signature of dir_get_page() | Al Viro | 1 | -26/+20 |
| 2023-12-18 | minixfs: use offset_in_page() | Al Viro | 1 | -5/+3 |
| 2023-10-18 | minix: convert to new timestamp accessors | Jeff Layton | 4 | -14/+13 |
| 2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
| 2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -0/+1 |
| 2023-07-24 | kernfs: convert to ctime accessor functions | Jeff Layton | 5 | -16/+12 |
| 2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
| 2023-02-24 | Merge branch 'work.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 4 | -92/+91 |
| 2023-01-19 | minix_rename(): minix_delete_entry() might fail | Al Viro | 1 | -1/+4 |
| 2023-01-19 | minix: don't flush page immediately for DIRSYNC directories | Christoph Hellwig | 1 | -16/+20 |
| 2023-01-19 | minix: fix error handling in minix_set_link | Christoph Hellwig | 3 | -15/+20 |
| 2023-01-19 | minix: fix error handling in minix_delete_entry | Christoph Hellwig | 1 | -8/+10 |
| 2023-01-19 | minix: move releasing pages into unlink and rename | Christoph Hellwig | 2 | -11/+10 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
| 2023-01-11 | minix: make minix_new_inode() return error as ERR_PTR(-E...) | Al Viro | 3 | -50/+36 |
| 2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi | 1 | -3/+3 |
| 2022-05-09 | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2022-03-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+2 |
| 2022-03-23 | minix: fix bug when opening a file with O_DIRECT | Qinghua Jin | 1 | -1/+2 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+2 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+1 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 4 | -14/+20 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
| 2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
| 2020-08-12 | fs/minix: remove expected error message in block_to_path() | Eric Biggers | 2 | -12/+12 |
| 2020-08-12 | fs/minix: fix block limit check for V1 filesystems | Eric Biggers | 1 | -1/+1 |
| 2020-08-12 | fs/minix: set s_maxbytes correctly | Eric Biggers | 4 | -9/+9 |
| 2020-08-12 | fs/minix: reject too-large maximum file size | Eric Biggers | 1 | -2/+20 |
| 2020-08-12 | fs/minix: don't allow getting deleted inodes | Eric Biggers | 1 | -0/+14 |
| 2020-08-12 | fs/minix: check return value of sb_getblk() | Eric Biggers | 1 | -1/+7 |
| 2019-08-30 | fs: Fill in max and min timestamps in superblock | Deepa Dinamani | 1 | -0/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-01 | minix: switch to ->free_inode() | Al Viro | 1 | -8/+2 |
| 2018-05-22 | minix_lookup: use d_splice_alias() | Al Viro | 1 | -6/+2 |
| 2018-03-26 | treewide: simplify Kconfig dependencies for removed archs | Arnd Bergmann | 1 | -1/+1 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 8 | -0/+8 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -3/+3 |
| 2017-07-08 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2017-07-05 | mm: drop "wait" parameter from write_one_page() | Jeff Layton | 1 | -1/+1 |
| 2017-06-29 | minix: Deinline get_block, save 2691 bytes | Denys Vlasenko | 1 | -1/+1 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 2 | -5/+8 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -9/+13 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+5 |
| 2016-09-27 | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 4 | -8/+8 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-27 | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi | 1 | -2/+6 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-05-02 | simple local filesystems: switch to ->iterate_shared() | Al Viro | 1 | -1/+1 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2 | -11/+11 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
| 2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -10/+8 |
| 2016-01-06 | fs: use block_device name vsprintf helper | Dmitry Monakhov | 2 | -10/+8 |
| 2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 1 | -1/+0 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -1/+1 |
| 2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro | 1 | -0/+1 |
| 2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -6/+1 |
| 2015-06-25 | fs/minix: remove unneeded cast | Firo Yang | 1 | -1/+1 |
| 2015-06-23 | pagemap.h: move dir_pages() over there | Fabian Frederick | 1 | -5/+0 |
| 2015-06-23 | fs: cleanup slight list_entry abuse | Rasmus Villemoes | 1 | -1/+1 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 4 | -10/+10 |
| 2015-04-11 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
| 2014-08-08 | minix zmap block counts calculation fix | Qi Yong | 2 | -3/+3 |
| 2014-05-06 | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 1 | -2/+2 |
| 2014-05-06 | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 1 | -2/+2 |
| 2014-04-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
| 2014-04-03 | fs/minix/inode.c: add __init to init_inodecache() | Fabian Frederick | 1 | -1/+1 |
| 2014-04-03 | mm + fs: store shadow entries in page cache | Johannes Weiner | 1 | -1/+1 |
| 2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+1 |
| 2013-09-16 | fs/minix: Drop dependency on H8300 | Guenter Roeck | 1 | -1/+1 |
| 2013-09-12 | truncate: drop 'oldsize' truncate_pagecache() parameter | Kirill A. Shutemov | 1 | -1/+1 |
| 2013-06-29 | minix: bug widening a binary "not" operation | Dan Carpenter | 1 | -1/+1 |
| 2013-06-29 | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n... | Al Viro | 1 | -0/+13 |
| 2013-06-29 | [readdir] simple local unixlike: switch to ->iterate() | Al Viro | 1 | -23/+19 |
| 2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2012-12-20 | minix: drop vmtruncate | Marco Stornelli | 2 | -7/+16 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+5 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-09-21 | userns: Convert minix to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -8/+8 |
| 2012-07-30 | minixfs: fix block limit check | Vladimir Serbinenko | 1 | -1/+2 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -35/+18 |
| 2012-03-20 | minixfs: switch to d_make_root() | Al Viro | 1 | -16/+12 |
| 2012-03-20 | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} | Al Viro | 3 | -19/+6 |
| 2012-03-20 | minix: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 4 | -6/+5 |
| 2012-01-04 | minixfs: misplaced checks lead to dentry leak | Al Viro | 1 | -17/+17 |
| 2012-01-03 | minix: propagate umode_t | Al Viro | 2 | -2/+2 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-11-19 | minixfs: kill manual hweight(), simplify | Al Viro | 2 | -28/+15 |
| 2011-11-19 | fs/minix: Verify bitmap block counts before mounting | Josh Boyer | 3 | -10/+42 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -2/+2 |
| 2011-07-20 | minix_getattr(): don't bother with ->d_parent | Al Viro | 1 | -2/+1 |
| 2011-05-28 | minix: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+3 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+0 |
| 2011-03-23 | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 2 | -0/+82 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+0 |
| 2011-03-03 | minix: i_nlink races in rename() | Al Viro | 1 | -6/+2 |
| 2011-01-12 | minixfs: kill dead code | Al Viro | 1 | -2/+0 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2010-10-29 | new helper: mount_bdev() | Al Viro | 1 | -5/+4 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -1/+1 |
| 2010-09-09 | minix: fix regression in minix_mkdir() | Jorge Boncompte [DTI2] | 1 | -1/+1 |
| 2010-08-09 | switch minix to ->evict_inode(), fix write_inode/delete_inode race | Al Viro | 2 | -9/+12 |
| 2010-08-09 | remove inode_setattr | Christoph Hellwig | 1 | -1/+11 |
| 2010-08-09 | add missing setattr methods | Christoph Hellwig | 1 | -0/+12 |
| 2010-08-09 | get rid of block_write_begin_newtrunc | Christoph Hellwig | 1 | -2/+10 |
| 2010-08-09 | introduce __block_write_begin | Christoph Hellwig | 1 | -2/+1 |
| 2010-08-09 | clean up write_begin usage for directories in pagecache | Christoph Hellwig | 3 | -23/+13 |
| 2010-06-04 | Minix: Clean up left over label | Andrew Hendry | 1 | -4/+0 |
| 2010-05-28 | remove detritus left by "mm: make read_cache_page synchronous" | Al Viro | 1 | -4/+1 |
| 2010-05-27 | fs/minix: bugfix, number of indirect block ptrs per block depends on block size | Erik van der Kouwe | 1 | -12/+15 |
| 2010-05-27 | rename the generic fsync implementations | Christoph Hellwig | 2 | -2/+2 |
| 2010-05-21 | minix: replace inode uid,gid,mode init with helper | Dmitry Monakhov | 3 | -12/+6 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 1 | -3/+5 |
| 2009-09-23 | V3 minixfs: add missing directory type checking | Doug Graham | 1 | -4/+18 |
| 2009-06-22 | Making fs/minix/minix.h double including safe | Hitoshi Mitake | 1 | -0/+5 |
| 2009-06-17 | get rid of BKL in fs/minix | Al Viro | 3 | -20/+14 |
| 2009-06-11 | switch minix to simple_fsync() | Al Viro | 4 | -45/+12 |
| 2009-06-11 | push BKL down into ->put_super | Christoph Hellwig | 1 | -1/+3 |
| 2009-04-02 | fs/minix: return f_fsid for statfs(2) | Coly Li | 1 | -3/+8 |
| 2009-03-22 | Update my email address | Gertjan van Wingerde | 1 | -1/+1 |
| 2009-01-22 | fs/Kconfig: move minix out | Alexey Dobriyan | 1 | -0/+17 |
| 2009-01-06 | minix: fix add link's wrong position calculation | Evgeniy Dushistov | 1 | -1/+1 |
| 2008-11-14 | CRED: Wrap task credential accesses in the Minix filesystem | David Howells | 1 | -2/+2 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
| 2008-07-25 | minix: remove !NO_TRUNCATE code | Adrian Bunk | 3 | -33/+0 |
| 2008-02-07 | iget: stop the MINIX filesystem from using iget() and read_inode() | David Howells | 3 | -18/+33 |