aboutsummaryrefslogtreecommitdiffstats
path: root/fs/minix
AgeCommit message (Expand)AuthorFilesLines
2024-02-27minix: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-01-11Merge tag 'pull-minix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-57/+38
2023-12-29minix: remove writepage implementationMatthew Wilcox (Oracle)1-3/+6
2023-12-18minixfs: switch to kmap_local_page()Al Viro3-22/+16
2023-12-18minixfs: Use dir_put_page() in minix_unlink() and minix_rename()Al Viro3-14/+9
2023-12-18minixfs: change the signature of dir_get_page()Al Viro1-26/+20
2023-12-18minixfs: use offset_in_page()Al Viro1-5/+3
2023-10-18minix: convert to new timestamp accessorsJeff Layton4-14/+13
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24kernfs: convert to ctime accessor functionsJeff Layton5-16/+12
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-02-24Merge branch 'work.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-92/+91
2023-01-19minix_rename(): minix_delete_entry() might failAl Viro1-1/+4
2023-01-19minix: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig1-16/+20
2023-01-19minix: fix error handling in minix_set_linkChristoph Hellwig3-15/+20
2023-01-19minix: fix error handling in minix_delete_entryChristoph Hellwig1-8/+10
2023-01-19minix: move releasing pages into unlink and renameChristoph Hellwig2-11/+10
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-11minix: make minix_new_inode() return error as ERR_PTR(-E...)Al Viro3-50/+36
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+3
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)1-2/+1
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2022-03-23minix: fix bug when opening a file with O_DIRECTQinghua Jin1-1/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner4-14/+20
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-12fs/minix: remove expected error message in block_to_path()Eric Biggers2-12/+12
2020-08-12fs/minix: fix block limit check for V1 filesystemsEric Biggers1-1/+1
2020-08-12fs/minix: set s_maxbytes correctlyEric Biggers4-9/+9
2020-08-12fs/minix: reject too-large maximum file sizeEric Biggers1-2/+20
2020-08-12fs/minix: don't allow getting deleted inodesEric Biggers1-0/+14
2020-08-12fs/minix: check return value of sb_getblk()Eric Biggers1-1/+7
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-01minix: switch to ->free_inode()Al Viro1-8/+2
2018-05-22minix_lookup: use d_splice_alias()Al Viro1-6/+2
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-3/+3
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton1-1/+1
2017-06-29minix: Deinline get_block, save 2691 bytesDenys Vlasenko1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-5/+8
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-9/+13
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani4-8/+8
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2-11/+11
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-10/+8
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov2-10/+8
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+1
2015-06-25fs/minix: remove unneeded castFiro Yang1-1/+1
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick1-5/+0
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells4-10/+10
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2014-08-08minix zmap block counts calculation fixQi Yong2-3/+3
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-03fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-09-16fs/minix: Drop dependency on H8300Guenter Roeck1-1/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-06-29minix: bug widening a binary "not" operationDan Carpenter1-1/+1
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro1-0/+13
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro1-23/+19
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-12-20minix: drop vmtruncateMarco Stornelli2-7/+16
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-21userns: Convert minix to use kuid/kgid where appropriateEric W. Biederman1-8/+8
2012-07-30minixfs: fix block limit checkVladimir Serbinenko1-1/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-35/+18
2012-03-20minixfs: switch to d_make_root()Al Viro1-16/+12
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro3-19/+6
2012-03-20minix: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-6/+5
2012-01-04minixfs: misplaced checks lead to dentry leakAl Viro1-17/+17
2012-01-03minix: propagate umode_tAl Viro2-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-19minixfs: kill manual hweight(), simplifyAl Viro2-28/+15
2011-11-19fs/minix: Verify bitmap block counts before mountingJosh Boyer3-10/+42
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-07-20minix_getattr(): don't bother with ->d_parentAl Viro1-2/+1
2011-05-28minix: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita2-0/+82
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-03minix: i_nlink races in rename()Al Viro1-6/+2
2011-01-12minixfs: kill dead codeAl Viro1-2/+0
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-09-09minix: fix regression in minix_mkdir()Jorge Boncompte [DTI2]1-1/+1
2010-08-09switch minix to ->evict_inode(), fix write_inode/delete_inode raceAl Viro2-9/+12
2010-08-09remove inode_setattrChristoph Hellwig1-1/+11
2010-08-09add missing setattr methodsChristoph Hellwig1-0/+12
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-2/+10
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig3-23/+13
2010-06-04Minix: Clean up left over labelAndrew Hendry1-4/+0
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Al Viro1-4/+1
2010-05-27fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeErik van der Kouwe1-12/+15
2010-05-27rename the generic fsync implementationsChristoph Hellwig2-2/+2
2010-05-21minix: replace inode uid,gid,mode init with helperDmitry Monakhov3-12/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-3/+5
2009-09-23V3 minixfs: add missing directory type checkingDoug Graham1-4/+18
2009-06-22Making fs/minix/minix.h double including safeHitoshi Mitake1-0/+5
2009-06-17get rid of BKL in fs/minixAl Viro3-20/+14
2009-06-11switch minix to simple_fsync()Al Viro4-45/+12
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+3
2009-04-02fs/minix: return f_fsid for statfs(2)Coly Li1-3/+8
2009-03-22Update my email addressGertjan van Wingerde1-1/+1
2009-01-22fs/Kconfig: move minix outAlexey Dobriyan1-0/+17
2009-01-06minix: fix add link's wrong position calculationEvgeniy Dushistov1-1/+1
2008-11-14CRED: Wrap task credential accesses in the Minix filesystemDavid Howells1-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25minix: remove !NO_TRUNCATE codeAdrian Bunk3-33/+0
2008-02-07iget: stop the MINIX filesystem from using iget() and read_inode()David Howells3-18/+33
2007-10-17limit minixfs printks on corrupted dir i_sizeEric Sandeen2-4/+14
2007-10-17fs: mark nibblemap constPhilippe De Muyter1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16minixfs: convert to new aopsNick Piggin3-22/+53
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin1-1/+0
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven4-5/+5
2007-02-12[PATCH] Minix V3 supportAndries Brouwer7-111/+208
2006-12-08[PATCH] struct path: convert minixJosef Sipek1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-11[PATCH] fs/*: use BUILD_BUG_ONAlexey Dobriyan1-6/+2
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2-3/+3
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-4/+2
2006-08-27[PATCH] Fix for minix crashAndries Brouwer1-3/+10
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-2/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-5/+5
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven3-4/+4
2006-03-25[PATCH] fix messages in fs/minixDenis Vlasenko4-22/+22
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-23[PATCH] minix: switch to inode_inc_link_count, inode_dec_link_countAlexey Dobriyan1-30/+18
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds10-0/+2230