summaryrefslogtreecommitdiff
path: root/fs/minix
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2023-02-244-92/+91
|\
| * minix_rename(): minix_delete_entry() might failAl Viro2023-01-191-1/+4
| * minix: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig2023-01-191-16/+20
| * minix: fix error handling in minix_set_linkChristoph Hellwig2023-01-193-15/+20
| * minix: fix error handling in minix_delete_entryChristoph Hellwig2023-01-191-8/+10
| * minix: move releasing pages into unlink and renameChristoph Hellwig2023-01-192-11/+10
| * minix: make minix_new_inode() return error as ERR_PTR(-E...)Al Viro2023-01-113-50/+36
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
|/
* vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-1/+2
|\
| * minix: fix bug when opening a file with O_DIRECTQinghua Jin2022-03-231-1/+2
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+2
|\ \
| * | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
| |/
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-244-14/+20
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* fs/minix: remove expected error message in block_to_path()Eric Biggers2020-08-122-12/+12
* fs/minix: fix block limit check for V1 filesystemsEric Biggers2020-08-121-1/+1
* fs/minix: set s_maxbytes correctlyEric Biggers2020-08-124-9/+9
* fs/minix: reject too-large maximum file sizeEric Biggers2020-08-121-2/+20
* fs/minix: don't allow getting deleted inodesEric Biggers2020-08-121-0/+14
* fs/minix: check return value of sb_getblk()Eric Biggers2020-08-121-1/+7
* fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* minix: switch to ->free_inode()Al Viro2019-05-011-8/+2
* minix_lookup: use d_splice_alias()Al Viro2018-05-221-6/+2
* treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-3/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-07-081-1/+1
|\
| * minix: Deinline get_block, save 2691 bytesDenys Vlasenko2017-06-291-1/+1
* | mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-051-1/+1
|/