aboutsummaryrefslogtreecommitdiff
path: root/fs/affs/affs.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-05fs/affs: add rename2 to prepare multiple methodsGravatar Fabian Frederick 1-1/+1
2017-04-26fs/affs: import amigaffs.hGravatar Fabian Frederick 1-1/+1
2017-02-27fs/affs: add prefix to some functionsGravatar Fabian Frederick 1-3/+3
2017-02-27fs/affs: make affs exportableGravatar Fabian Frederick 1-0/+1
2017-02-27fs/affs: add validation block functionGravatar Fabian Frederick 1-4/+10
2017-02-27fs/affs: remove reference to affs_parent_ino()Gravatar Fabian Frederick 1-1/+0
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-1/+2
2016-01-09fs:affs:Replace time_t with time64_tGravatar DengChao 1-1/+1
2015-06-23fs: cleanup slight list_entry abuseGravatar Rasmus Villemoes 1-1/+1
2015-04-17fs/affs/affs.h: add mount option manipulation macrosGravatar Fabian Frederick 1-0/+4
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsGravatar Fabian Frederick 1-12/+12
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useGravatar Fabian Frederick 1-0/+2
2014-12-13fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfGravatar Fabian Frederick 1-0/+2
2014-06-06fs/affs: pr_debug cleanupGravatar Fabian Frederick 1-5/+5
2014-06-06fs/affs: convert printk to pr_foo()Gravatar Fabian Frederick 1-0/+6
2014-04-07affs: add mount option to avoid filename truncatesGravatar Fabian Frederick 1-12/+8
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateGravatar Eric W. Biederman 1-2/+2
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-07-14affs: get rid of affs_sync_superGravatar Artem Bityutskiy 1-0/+6
2012-07-14affs: introduce VFS superblock object back-referenceGravatar Artem Bityutskiy 1-0/+1
2012-05-29affs: bury unused macrosGravatar Al Viro 1-8/+0
2012-01-03affs: propagate umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+1
2011-01-12switch affsGravatar Al Viro 1-0/+1
2010-08-09switch affs to ->evict_inode()Gravatar Al Viro 1-2/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+2
2010-01-26Fix remount races with symlink handling in affsGravatar Al Viro 1-1/+1
2009-06-11sanitize ->fsync() for affsGravatar Al Viro 1-0/+1
2009-03-27constify dentry_operations: misc filesystemsGravatar Al Viro 1-2/+1
2008-07-26affs: convert s_bmlock into a mutexGravatar Matthias Kaehlcke 1-1/+2
2008-05-06[PATCH] fix reservation discarding in affsGravatar Roman Zippel 1-3/+1
2008-02-07iget: stop AFFS from using iget() and read_inode()Gravatar David Howells 1-1/+2
2007-02-20[PATCH] affs: implement ->drop_inodeGravatar Christoph Hellwig 1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-3/+3
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Gravatar Jeff Garzik 1-1/+0
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+304