summaryrefslogtreecommitdiff
path: root/fs/hfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'hfs-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds1-3/+17
2026-07-31hfs: Move long delayed work on system_dfl_long_wqMarco Crivellari1-1/+1
2026-07-27hfs: rework MDB locking schemeViacheslav Dubeyko1-2/+12
2026-07-14hfs: don't re-dirty MDB buffers after a write failureViacheslav Dubeyko1-2/+1
2026-07-14hfs: validate catalog CNIDs before instantiating inodesDavid Maximiliano Hermitte1-0/+5
2026-05-19hfs: disable the updating of file access times (atime)Viacheslav Dubeyko1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-06hfs: Replace BUG_ON with error handling for CNID count checksJori Koolstra1-0/+3
2025-12-15hfs: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa1-1/+9
2025-08-31hfs: add logic of correcting a next unused CNIDViacheslav Dubeyko1-0/+4
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2024-12-02hfs: Sanity check the root recordLeo Stone1-1/+3
2024-10-08hfs: convert hfs to use the new mount apiEric Sandeen1-184/+152
2024-05-28fs: hfs: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-07-15hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi1-5/+5
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2019-05-01hfs: switch to ->free_inode()Al Viro1-8/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-8/+8
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-2/+2
2016-10-06hfs: Switch to generic xattr handlersAndreas Gruenbacher1-0/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-22/+21
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov1-1/+3
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman1-3/+13
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy1-30/+35
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy1-0/+1
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy1-2/+1
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy1-2/+0
2012-07-22hfs: push lock_super downArtem Bityutskiy1-4/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-01-12switch hfsAl Viro1-2/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-25switch hfs to hlist_add_fake()Al Viro1-1/+0
2010-10-04BKL: Remove BKL from HFSJan Blunck1-12/+2
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-15hfs: fix a potential buffer overflowAmerigo Wang1-1/+6