aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/hfsplus_fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-8/+14
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches1-3/+11
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko1-9/+43
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko1-1/+1
2012-09-21userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy1-1/+5
2012-07-22hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy1-1/+0
2012-03-20hfsplus: add an ioctl to bless filesMatthew Garrett1-0/+5
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-1/+1
2012-01-03hfsplus: propagate umode_tAl Viro1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+2
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee1-2/+14
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-07-07hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov1-1/+1
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplusLinus Torvalds1-53/+73
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-1/+4
2010-12-16hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov1-1/+2
2010-12-16hfsplus: C99 comments clean-upAnton Salikhmetov1-4/+5
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov1-10/+20
2010-11-23hfsplus: flush disk caches in sync and fsyncChristoph Hellwig1-0/+1
2010-11-23hfsplus: optimize fsyncChristoph Hellwig1-11/+26
2010-11-23hfsplus: split up inode flagsChristoph Hellwig1-6/+12
2010-11-23hfsplus: write up fsync for directoriesChristoph Hellwig1-0/+1
2010-11-23hfsplus: use raw bio access for partition tablesChristoph Hellwig1-17/+0
2010-11-23hfsplus: use raw bio access for the volume headersChristoph Hellwig1-3/+5
2010-11-07hfsplus: fix option parsing during remountChristoph Hellwig1-0/+1
2010-10-14hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersChristoph Hellwig1-8/+0
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig1-0/+1
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig1-1/+1
2010-10-14hfsplus: fix link corruptionChristoph Hellwig1-3/+5
2010-10-01hfsplus: convert tree_lock to mutexThomas Gleixner1-1/+1
2010-10-01hfsplus: add missing extent locking in hfsplus_write_inodeChristoph Hellwig1-13/+21
2010-10-01hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig1-5/+5
2010-10-01hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig1-5/+8
2010-10-01hfsplus: remove the rsrc_inodes listChristoph Hellwig1-2/+0
2010-10-01hfsplus: do not cache and write next_allocChristoph Hellwig1-1/+0
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig1-5/+3
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig1-2/+1
2010-10-01hfsplus: introduce alloc_mutexChristoph Hellwig1-0/+3
2010-08-09get rid of file_fsync()Al Viro1-0/+1
2010-05-17hfsplus: Push down BKL into ioctl functionArnd Bergmann1-2/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1
2008-07-25hfsplus: convert the extents_lock in a mutexMatthias Kaehlcke1-1/+2
2008-04-29fs/hfsplus/: proper externsAdrian Bunk1-0/+4
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()David Howells1-0/+3
2007-07-16HFS+: add custom dentry hash and comparison operationsDuane Griffin1-0/+4
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells1-6/+2
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-2/+2
2006-01-18[PATCH] hfs: set correct ctimeRoman Zippel1-0/+1