Age | Commit message (Expand) | Author | Files | Lines |
2014-06-07 | hfsplus: coding style fix for declarations in hfsplus_fs.h | Sergei Antonov | 1 | -96/+107 |
2014-06-07 | hfsplus: fix "unused node is not erased" error | Sergei Antonov | 1 | -1/+2 |
2014-06-07 | hfsplus: remove unused routine hfsplus_attr_build_key_uni | Hin-Tak Leung | 1 | -3/+0 |
2014-04-04 | fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache() | Fabian Frederick | 1 | -1/+1 |
2014-03-11 | hfsplus: add HFSX subfolder count support | Sergei Antonov | 1 | -0/+1 |
2013-11-13 | hfsplus: implement attributes file creation functionality | Vyacheslav Dubeyko | 1 | -0/+9 |
2013-11-13 | hfsplus: add metadata file's clump size calculation functionality | Vyacheslav Dubeyko | 1 | -0/+1 |
2013-09-12 | hfsplus: add necessary declarations for POSIX ACLs support | Vyacheslav Dubeyko | 1 | -0/+1 |
2013-06-29 | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds | 1 | -5/+2 |
2013-05-01 | hfs/hfsplus: convert printks to pr_<level> | Joe Perches | 1 | -8/+14 |
2013-05-01 | hfs/hfsplus: convert dprint to hfs_dbg | Joe Perches | 1 | -3/+11 |
2013-02-28 | hfsplus: add support of manipulation by attributes file | Vyacheslav Dubeyko | 1 | -9/+43 |
2012-12-21 | hfsplus: rework processing of hfs_btree_write() returned error | Vyacheslav Dubeyko | 1 | -1/+1 |
2012-09-21 | userns: Convert hfsplus to use kuid and kgid where appropriate | Eric W. Biederman | 1 | -2/+2 |
2012-07-22 | hfsplus: get rid of write_super | Artem Bityutskiy | 1 | -1/+5 |
2012-07-22 | hfsplus: make hfsplus_sync_fs static | Artem Bityutskiy | 1 | -1/+0 |
2012-03-21 | hfsplus: add an ioctl to bless files | Matthew Garrett | 1 | -0/+5 |
2012-01-07 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -1/+1 |
2012-01-04 | hfsplus: propagate umode_t | Al Viro | 1 | -1/+1 |
2011-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+2 |
2011-07-22 | hfsplus: ensure bio requests are not smaller than the hardware sectors | Seth Forshee | 1 | -2/+14 |
2011-07-21 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 1 | -1/+2 |
2011-07-07 | hfsplus: Add error propagation for hfsplus_ext_write_extent_locked | Alexey Khoroshilov | 1 | -1/+1 |
2011-01-08 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 1 | -53/+73 |
2011-01-07 | fs: change d_hash for rcu-walk | Nick Piggin | 1 | -1/+2 |
2011-01-07 | fs: change d_compare for rcu-walk | Nick Piggin | 1 | -1/+4 |
2010-12-16 | hfsplus: %L-to-%ll, macro correction, and remove unneeded braces | Anton Salikhmetov | 1 | -1/+2 |
2010-12-16 | hfsplus: C99 comments clean-up | Anton Salikhmetov | 1 | -4/+5 |
2010-12-16 | hfsplus: over 80 character lines clean-up | Anton Salikhmetov | 1 | -10/+20 |
2010-11-23 | hfsplus: flush disk caches in sync and fsync | Christoph Hellwig | 1 | -0/+1 |
2010-11-23 | hfsplus: optimize fsync | Christoph Hellwig | 1 | -11/+26 |
2010-11-23 | hfsplus: split up inode flags | Christoph Hellwig | 1 | -6/+12 |
2010-11-23 | hfsplus: write up fsync for directories | Christoph Hellwig | 1 | -0/+1 |
2010-11-23 | hfsplus: use raw bio access for partition tables | Christoph Hellwig | 1 | -17/+0 |
2010-11-23 | hfsplus: use raw bio access for the volume headers | Christoph Hellwig | 1 | -3/+5 |
2010-11-08 | hfsplus: fix option parsing during remount | Christoph Hellwig | 1 | -0/+1 |
2010-10-14 | hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers | Christoph Hellwig | 1 | -8/+0 |
2010-10-14 | hfsplus: create correct initial catalog entries for device files | Christoph Hellwig | 1 | -0/+1 |
2010-10-14 | hfsplus: remove superflous rootflags field in hfsplus_inode_info | Christoph Hellwig | 1 | -1/+1 |
2010-10-14 | hfsplus: fix link corruption | Christoph Hellwig | 1 | -3/+5 |
2010-10-01 | hfsplus: convert tree_lock to mutex | Thomas Gleixner | 1 | -1/+1 |
2010-10-01 | hfsplus: add missing extent locking in hfsplus_write_inode | Christoph Hellwig | 1 | -13/+21 |
2010-10-01 | hfsplus: use atomic bitops for the superblock flags | Christoph Hellwig | 1 | -5/+5 |
2010-10-01 | hfsplus: add per-superblock lock for volume header updates | Christoph Hellwig | 1 | -5/+8 |
2010-10-01 | hfsplus: remove the rsrc_inodes list | Christoph Hellwig | 1 | -2/+0 |
2010-10-01 | hfsplus: do not cache and write next_alloc | Christoph Hellwig | 1 | -1/+0 |
2010-10-01 | hfsplus: fix HFSPLUS_I calling convention | Christoph Hellwig | 1 | -5/+3 |
2010-10-01 | hfsplus: fix HFSPLUS_SB calling convention | Christoph Hellwig | 1 | -2/+1 |
2010-10-01 | hfsplus: introduce alloc_mutex | Christoph Hellwig | 1 | -0/+3 |
2010-08-10 | get rid of file_fsync() | Al Viro | 1 | -0/+1 |