aboutsummaryrefslogtreecommitdiff
path: root/fs/hfs/hfs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-06hfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-5/+1
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-20qstr: constify instances in hfsGravatar Al Viro 1-7/+7
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-1/+1
2016-05-12hfs: switch to ->iterate_shared()Gravatar Al Viro 1-0/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-2/+2
2015-06-23fs: cleanup slight list_entry abuseGravatar Rasmus Villemoes 1-1/+1
2014-10-14fs/hfs/hfs_fs.h: remove redundant sys_tz declarationGravatar Fabian Frederick 1-2/+0
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-5/+2
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 1-8/+14
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgGravatar Joe Perches 1-2/+12
2013-04-30hfs: add error checking for hfs_find_init()Gravatar Alexey Khoroshilov 1-1/+1
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-2/+2
2012-07-22hfs: get rid of hfs_sync_superGravatar Artem Bityutskiy 1-1/+8
2012-07-22hfs: introduce VFS superblock object back-referenceGravatar Artem Bityutskiy 1-5/+1
2012-01-03hfs: propagate umode_tGravatar Al Viro 1-1/+1
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 1-1/+2
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 1-1/+4
2010-10-25switch hfs to hlist_add_fake()Gravatar Al Viro 1-2/+0
2010-10-25hfs: use sync_dirty_bufferGravatar Christoph Hellwig 1-11/+0
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+1
2009-03-27constify dentry_operations: misc filesystemsGravatar Al Viro 1-1/+1
2008-07-25hfs: convert extents_lock in a mutexGravatar Matthias Kaehlcke 1-1/+1
2008-07-25hfs: convert bitmap_lock in a mutexGravatar Matthias Kaehlcke 1-1/+2
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-1/+1
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-01-18[PATCH] hfs: cleanup HFS printsGravatar Roman Zippel 1-3/+0
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonGravatar Olaf Hering 1-1/+0
2005-09-07[PATCH] hfs: NLS supportGravatar Roman Zippel 1-3/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+286