summaryrefslogtreecommitdiff
path: root/fs/hfsplus/super.c
AgeCommit message (Expand)Author
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro
2023-03-02fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu
2022-07-14fs/hfsplus: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-01hfsplus: switch to ->free_inode()Al Viro
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández
2018-08-22hfsplus: don't return 0 when fill_super() failedTetsuo Handa
2018-05-18hfsplus: stop workqueue when fill_super() failedTetsuo Handa
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-06-07hfsplus: use bio op accessorsMike Christie
2016-05-12hfsplus: switch to ->iterate_shared()Al Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2014-12-18hfsplus: fix longname handlingSougata Santra
2014-06-06fs/hfsplus: fix pr_foo() and hfs_dbg formatsFabian Frederick
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko
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