| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-05 | Add error handling to minix filesystem for inode corruption detection | Jori Koolstra | 1 | -0/+9 |
| 2024-08-07 | minixfs: Convert minix_prepare_chunk() to take a folio | Matthew Wilcox (Oracle) | 1 | -12/+12 |
| 2024-08-07 | minixfs: Convert minix_delete_entry() to work on a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-08-07 | minixfs: Convert minix_set_link() and minix_dotdot() to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-08-07 | minixfs: Convert minix_find_entry() to take a folio | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2023-02-24 | Merge branch 'work.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+3 |
| 2023-01-19 | minix: fix error handling in minix_set_link | Christoph Hellwig | 1 | -1/+2 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-11 | minix: make minix_new_inode() return error as ERR_PTR(-E...) | Al Viro | 1 | -1/+1 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -1/+2 |
| 2020-08-12 | fs/minix: set s_maxbytes correctly | Eric Biggers | 1 | -1/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -1/+1 |
| 2015-06-23 | fs: cleanup slight list_entry abuse | Rasmus Villemoes | 1 | -1/+1 |
| 2012-03-20 | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} | Al Viro | 1 | -1/+0 |
| 2012-01-03 | minix: propagate umode_t | Al Viro | 1 | -1/+1 |
| 2011-11-19 | minixfs: kill manual hweight(), simplify | Al Viro | 1 | -1/+1 |
| 2011-11-19 | fs/minix: Verify bitmap block counts before mounting | Josh Boyer | 1 | -2/+7 |
| 2011-03-23 | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 1 | -0/+74 |
| 2010-08-09 | clean up write_begin usage for directories in pagecache | Christoph Hellwig | 1 | -3/+1 |
| 2010-05-21 | minix: replace inode uid,gid,mode init with helper | Dmitry Monakhov | 1 | -1/+1 |
| 2009-06-22 | Making fs/minix/minix.h double including safe | Hitoshi Mitake | 1 | -0/+5 |
| 2009-06-11 | switch minix to simple_fsync() | Al Viro | 1 | -2/+0 |
| 2008-07-25 | minix: remove !NO_TRUNCATE code | Adrian Bunk | 1 | -6/+0 |
| 2008-02-07 | iget: stop the MINIX filesystem from using iget() and read_inode() | David Howells | 1 | -0/+1 |
| 2007-10-16 | minixfs: convert to new aops | Nick Piggin | 1 | -0/+3 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 2 | Arjan van de Ven | 1 | -2/+2 |
| 2007-02-12 | [PATCH] Minix V3 support | Andries Brouwer | 1 | -8/+4 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 1 | -2/+2 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+96 |