aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/super.c
AgeCommit message (Expand)Author
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko
2012-12-20hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-07-30hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy
2012-07-22hfsplus: remove useless checkArtem Bityutskiy
2012-07-22hfsplus: amend debugging printArtem Bityutskiy
2012-07-22hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-20hfsplus: switch to d_make_root()Al Viro
2012-01-10hfsplus: creation of hidden dir on mount can failAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-09-15hfsplus: fix filesystem size checksChristoph Hellwig
2011-09-15hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee
2011-07-07hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov
2011-07-07hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov
2011-06-30hfsplus: lift the 2TB size limitChristoph Hellwig
2011-06-30hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov
2011-02-03hfsplus: fix failed mount handlingChristoph Hellwig
2011-01-12switch hfsplusAl Viro
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov
2010-11-23hfsplus: flush disk caches in sync and fsyncChristoph Hellwig
2010-11-23hfsplus: optimize fsyncChristoph Hellwig
2010-11-23hfsplus: split up inode flagsChristoph Hellwig
2010-11-23hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig
2010-11-23hfsplus: make sure sync writes out all metadataChristoph Hellwig
2010-11-23hfsplus: use raw bio access for the volume headersChristoph Hellwig
2010-11-23hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig
2010-11-23hfsplus: silence a few debug printksChristoph Hellwig
2010-11-07hfsplus: fix option parsing during remountChristoph Hellwig
2010-10-29new helper: mount_bdev()Al Viro
2010-10-01hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig
2010-10-01hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig
2010-10-01hfsplus: remove the rsrc_inodes listChristoph Hellwig
2010-10-01hfsplus: do not cache and write next_allocChristoph Hellwig
2010-10-01hfsplus: clean up hfsplus_write_inodeChristoph Hellwig
2010-10-01hfsplus: clean up hfsplus_igetChristoph Hellwig
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig
2010-10-01hfsplus: remove BKL from hfsplus_put_superChristoph Hellwig
2010-10-01hfsplus: use alloc_mutex in hfsplus_sync_fsChristoph Hellwig
2010-10-01hfsplus: introduce alloc_mutexChristoph Hellwig