aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs/affs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06fs/affs: pr_debug cleanupFabian Frederick1-5/+5
2014-06-06fs/affs: convert printk to pr_foo()Fabian Frederick1-0/+6
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick1-12/+8
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman1-2/+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-07-14affs: get rid of affs_sync_superArtem Bityutskiy1-0/+6
2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy1-0/+1
2012-05-29affs: bury unused macrosAl Viro1-8/+0
2012-01-03affs: propagate 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
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+1
2011-01-12switch affsAl Viro1-0/+1
2010-08-09switch affs to ->evict_inode()Al Viro1-2/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+2
2010-01-26Fix remount races with symlink handling in affsAl Viro1-1/+1
2009-06-11sanitize ->fsync() for affsAl Viro1-0/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-2/+1
2008-07-26affs: convert s_bmlock into a mutexMatthias Kaehlcke1-1/+2
2008-05-06[PATCH] fix reservation discarding in affsRoman Zippel1-3/+1
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells1-1/+2
2007-02-20[PATCH] affs: implement ->drop_inodeChristoph Hellwig1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-3/+3
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+304