aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/super.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández1-2/+2
2018-08-22hfsplus: don't return 0 when fill_super() failedTetsuo Handa1-1/+3
2018-05-18hfsplus: stop workqueue when fill_super() failedTetsuo Handa1-0/+1
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-11/+11
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-5/+5
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-06-07hfsplus: use bio op accessorsMike Christie1-2/+4
2016-05-12hfsplus: switch to ->iterate_shared()Al Viro1-0/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2014-12-18hfsplus: fix longname handlingSougata Santra1-1/+3
2014-06-06fs/hfsplus: fix pr_foo() and hfs_dbg formatsFabian Frederick1-1/+2
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko1-0/+2
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-30/+18
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches1-4/+4
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko1-4/+52
2012-12-20hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko1-1/+4
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko1-2/+8
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-07-30hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon1-1/+1
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy1-9/+32
2012-07-22hfsplus: remove useless checkArtem Bityutskiy1-3/+0
2012-07-22hfsplus: amend debugging printArtem Bityutskiy1-1/+1
2012-07-22hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20hfsplus: switch to d_make_root()Al Viro1-8/+9
2012-01-10hfsplus: creation of hidden dir on mount can failAl Viro1-2/+9
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-09-15hfsplus: fix filesystem size checksChristoph Hellwig1-3/+8
2011-09-15hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee1-2/+2
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee1-6/+6
2011-07-07hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov1-1/+5
2011-07-07hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov1-6/+10
2011-06-30hfsplus: lift the 2TB size limitChristoph Hellwig1-0/+9
2011-06-30hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov1-1/+1
2011-02-03hfsplus: fix failed mount handlingChristoph Hellwig1-45/+61
2011-01-12switch hfsplusAl Viro1-1/+1
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-51/+79
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov1-11/+23
2010-11-23hfsplus: flush disk caches in sync and fsyncChristoph Hellwig1-0/+5
2010-11-23hfsplus: optimize fsyncChristoph Hellwig1-1/+1
2010-11-23hfsplus: split up inode flagsChristoph Hellwig1-0/+1
2010-11-23hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig1-0/+3
2010-11-23hfsplus: make sure sync writes out all metadataChristoph Hellwig1-1/+19
2010-11-23hfsplus: use raw bio access for the volume headersChristoph Hellwig1-26/+22
2010-11-23hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig1-6/+3
2010-11-23hfsplus: silence a few debug printksChristoph Hellwig1-2/+0
2010-11-07hfsplus: fix option parsing during remountChristoph Hellwig1-5/+3
2010-10-29new helper: mount_bdev()Al Viro1-6/+4
2010-10-01hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig1-6/+4
2010-10-01hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig1-0/+7
2010-10-01hfsplus: remove the rsrc_inodes listChristoph Hellwig1-1/+0
2010-10-01hfsplus: do not cache and write next_allocChristoph Hellwig1-2/+0
2010-10-01hfsplus: clean up hfsplus_write_inodeChristoph Hellwig1-43/+37
2010-10-01hfsplus: clean up hfsplus_igetChristoph Hellwig1-37/+40
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig1-8/+8
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig1-71/+80
2010-10-01hfsplus: remove BKL from hfsplus_put_superChristoph Hellwig1-5/+0
2010-10-01hfsplus: use alloc_mutex in hfsplus_sync_fsChristoph Hellwig1-2/+2
2010-10-01hfsplus: introduce alloc_mutexChristoph Hellwig1-0/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-3/+5
2010-08-09get rid of file_fsync()Al Viro1-1/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+2
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-4/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-11hfsplus: add ->sync_fsChristoph Hellwig1-5/+11
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-1/+5
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+5
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+2
2009-04-02fs/hfsplus: return f_fsid for statfs(2)Coly Li1-0/+3
2008-10-16hfsplus: quieten down mounting hfsplus journaled fs read onlyMike Crowe1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25hfsplus: convert the extents_lock in a mutexMatthias Kaehlcke1-1/+1
2008-04-30hfs/hfsplus: be*_add_cpu conversionMarcin Slusarz1-1/+1
2008-04-29trivial: fix user-visible typo in hfsplusDave Jones1-1/+1
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()David Howells1-14/+33
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-16HFS+: add custom dentry hash and comparison operationsDuane Griffin1-0/+1
2007-07-16HFSPlus: change kmalloc/memset to kzallocWyatt Banks1-2/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+5
2006-01-18[PATCH] hfs: add HFSX supportDavid Elliott1-2/+3
2006-01-18[PATCH] hfs: cleanup HFS+ printsRoman Zippel1-29/+20
2006-01-10[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug functionAdrian Bunk1-19/+0
2006-01-06[PATCH] hfsplus oops fixJoshua Kwan1-1/+1
2005-11-29[PATCH] hfsplus: don't modify journaled volumeRoman Zippel1-0/+20
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-10-26[PATCH] Fix HFS+ to free up the space when a file is deleted.Peter Wainwright1-0/+1
2005-09-07[PATCH] Change HFS+ to not use ll_rw_block()Jan Kara1-4/+2
2005-09-07[PATCH] hfs: show_options supportRoman Zippel1-2/+3
2005-05-01[PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oopsColin Leroy1-1/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+502