aboutsummaryrefslogtreecommitdiff
path: root/fs/minix/file.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2012-12-20minix: drop vmtruncateGravatar Marco Stornelli 1-2/+4
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-1/+11
2010-08-09add missing setattr methodsGravatar Christoph Hellwig 1-0/+12
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2009-06-11switch minix to simple_fsync()Gravatar Al Viro 1-19/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+45