index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
minix
Age
Commit message (
Expand
)
Author
Lines
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-02-18
minix: Correct errno in minix_new_inode
Jori Koolstra
-1
/
+1
2026-02-09
Merge tag 'vfs-7.0-rc1.minix' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-21
/
+29
2026-01-19
minix: Add required sanity checking to minix_check_superblock()
Jori Koolstra
-21
/
+29
2026-01-13
uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
Darrick J. Wong
-2
/
+0
2025-12-01
Merge tag 'vfs-6.19-rc1.minix' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-7
/
+57
2025-11-05
Fix a drop_nlink warning in minix_rename
Jori Koolstra
-0
/
+16
2025-11-05
Fix a drop_nlink warning in minix_rmdir
Jori Koolstra
-8
/
+17
2025-11-05
Add error handling to minix filesystem for inode corruption detection
Jori Koolstra
-0
/
+25
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-1
/
+1
2025-08-19
minixfs: Verify inode mode when loading from disk
Tetsuo Handa
-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
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
-3
/
+4
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
-1
/
+1
2025-06-17
fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
-1
/
+1
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
-4
/
+4
2024-08-07
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
-1
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
-2
/
+2
2024-08-07
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
-1
/
+1
2024-08-07
minixfs: Convert dir_commit_chunk() to take a folio
Matthew Wilcox (Oracle)
-8
/
+8
2024-08-07
minixfs: Convert minix_prepare_chunk() to take a folio
Matthew Wilcox (Oracle)
-18
/
+18
2024-08-07
minixfs: Convert minix_make_empty() to use a folio
Matthew Wilcox (Oracle)
-9
/
+9
2024-08-07
minixfs: Convert minix_delete_entry() to work on a folio
Matthew Wilcox (Oracle)
-10
/
+10
2024-08-07
minixfs: Convert minix_set_link() and minix_dotdot() to take a folio
Matthew Wilcox (Oracle)
-20
/
+17
2024-08-07
minixfs: Convert minix_find_entry() to take a folio
Matthew Wilcox (Oracle)
-33
/
+30
2024-08-07
minixfs: Convert dir_get_page() to dir_get_folio()
Matthew Wilcox (Oracle)
-31
/
+35
2024-07-15
Merge tag 'vfs-6.11.module.description' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-0
/
+1
2024-07-10
minixfs: Fix minixfs_rename with HIGHMEM
Matthew Wilcox (Oracle)
-2
/
+1
2024-05-28
fs: minix: add MODULE_DESCRIPTION()
Jeff Johnson
-0
/
+1
2024-03-26
minix: convert minix to use the new mount api
Bill O'Donnell
-18
/
+30
2024-02-27
minix: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
-1
/
+1
2024-01-11
Merge tag 'pull-minix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-57
/
+38
2023-12-29
minix: remove writepage implementation
Matthew Wilcox (Oracle)
-3
/
+6
2023-12-18
minixfs: switch to kmap_local_page()
Al Viro
-22
/
+16
2023-12-18
minixfs: Use dir_put_page() in minix_unlink() and minix_rename()
Al Viro
-14
/
+9
2023-12-18
minixfs: change the signature of dir_get_page()
Al Viro
-26
/
+20
2023-12-18
minixfs: use offset_in_page()
Al Viro
-5
/
+3
2023-10-18
minix: convert to new timestamp accessors
Jeff Layton
-14
/
+13
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
-0
/
+1
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
-1
/
+1
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
-0
/
+1
2023-07-24
kernfs: convert to ctime accessor functions
Jeff Layton
-16
/
+12
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
-1
/
+1
2023-02-24
Merge branch 'work.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
-92
/
+91
2023-01-19
minix_rename(): minix_delete_entry() might fail
Al Viro
-1
/
+4
2023-01-19
minix: don't flush page immediately for DIRSYNC directories
Christoph Hellwig
-16
/
+20
2023-01-19
minix: fix error handling in minix_set_link
Christoph Hellwig
-15
/
+20
2023-01-19
minix: fix error handling in minix_delete_entry
Christoph Hellwig
-8
/
+10
[next]