summaryrefslogtreecommitdiffstats
path: root/fs/minix/minix.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2023-02-241-2/+3
|\
| * minix: fix error handling in minix_set_linkChristoph Hellwig2023-01-191-1/+2
| * minix: make minix_new_inode() return error as ERR_PTR(-E...)Al Viro2023-01-111-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* fs/minix: set s_maxbytes correctlyEric Biggers2020-08-121-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-1/+1
* fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-1/+0
* minix: propagate umode_tAl Viro2012-01-031-1/+1
* minixfs: kill manual hweight(), simplifyAl Viro2011-11-191-1/+1
* fs/minix: Verify bitmap block counts before mountingJosh Boyer2011-11-191-2/+7
* bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-0/+74
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-091-3/+1
* minix: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-211-1/+1
* Making fs/minix/minix.h double including safeHitoshi Mitake2009-06-221-0/+5
* switch minix to simple_fsync()Al Viro2009-06-111-2/+0
* minix: remove !NO_TRUNCATE codeAdrian Bunk2008-07-251-6/+0
* iget: stop the MINIX filesystem from using iget() and read_inode()David Howells2008-02-071-0/+1
* minixfs: convert to new aopsNick Piggin2007-10-161-0/+3
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-2/+2
* [PATCH] Minix V3 supportAndries Brouwer2007-02-121-8/+4
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-2/+2
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+96