aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hfs: really remove hfs_writepageMatthew Wilcox (Oracle)1-6/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-16/+18
2023-10-18hfs: convert to new timestamp accessorsJeff Layton3-16/+18
2023-10-09hfs: move hfs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24hfs: convert to ctime accessor functionsJeff Layton4-13/+14
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2-1/+2
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-8/+8
2023-02-02fs: hfs: initialize fsdata in hfs_file_truncate()Alexander Potapenko1-1/+1
2023-02-02hfs: fix missing hfs_bnode_get() in __hfs_bnode_createLiu Shixin1-0/+1
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig1-0/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-4/+4
2023-01-06hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-12-11hfs: Fix OOB Write in hfs_asc2macZhangPeng1-1/+1
2022-12-11hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2
2022-12-11hfs: remove ->writepageChristoph Hellwig1-1/+1
2022-09-11hfs: replace kmap() with kmap_local_page() in btree.cFabio M. De Francesco1-14/+16
2022-09-11hfs: replace kmap() with kmap_local_page() in bnode.cFabio M. De Francesco1-20/+12
2022-09-11hfs: unmap the page in the "fail_page" labelFabio M. De Francesco1-0/+1
2022-06-29hfs: Remove check for PageErrorMatthew Wilcox (Oracle)1-4/+0
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09hfs: Convert to release_folioMatthew Wilcox (Oracle)1-11/+12
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-4/+4
2022-05-08hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)3-6/+7
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+4
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-2/+2
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann1-4/+2
2021-10-18hfs: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-1/+1
2021-07-15hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2-1/+20
2021-07-15hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi1-5/+20
2021-07-15hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi1-5/+5
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-9/+13
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+19
2020-05-09hfs: stop using ioctl_by_bdevChristoph Hellwig1-13/+19
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann2-8/+24
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-01hfs: switch to ->free_inode()Al Viro1-8/+2
2018-11-30hfs: do not free node before usingPan Bian1-1/+2
2018-10-31fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King1-1/+1
2018-10-31hfs: update timestamp on truncate()Ernesto A. Fernández1-0/+2
2018-10-31hfs: fix return value of hfs_get_block()Ernesto A. Fernández1-1/+3
2018-10-31hfs: prevent btree data loss on ENOSPCErnesto A. Fernández4-16/+46
2018-10-31hfs: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-10-31hfs: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-08-23hfs: prevent crash on exit from failed searchErnesto A. Fernández1-3/+4
2018-08-03new helper: inode_fake_hash()Al Viro1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-05-22hfs: don't allow mounting over .../rsrcAl Viro1-0/+1
2018-05-22hfs: use d_splice_alias()Al Viro2-15/+8
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2-10/+10
2017-11-17hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-5/+5
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2-5/+5
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-2/+2
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-27hfs: atomically read inode sizeFabian Frederick1-1/+1
2017-02-18hfs: fix hfs_readdir()Dan Carpenter1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-7/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-34/+61
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-2/+0
2016-10-06hfs: Switch to generic xattr handlersAndreas Gruenbacher4-34/+63
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani3-6/+6
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-2/+2
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-15/+15
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro2-2/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-07-20qstr: constify instances in hfsAl Viro4-15/+15
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro1-1/+1
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro2-4/+4
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2016-05-12hfs: switch to ->iterate_shared()Al Viro4-3/+15
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro2-5/+4
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+3
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro2-5/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov3-20/+20
2016-01-22wrappers for ->i_mutex accessAl Viro2-6/+6
2016-01-20fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang1-4/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2016-01-04HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro1-2/+2
2015-09-10hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
2015-09-10hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung1-5/+4
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-9/+9
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2015-04-17hfs: incorrect return valuesChengyu Song1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells4-9/+9
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2014-12-10fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmpRasmus Villemoes1-6/+8
2014-10-14fs/hfs/hfs_fs.h: remove redundant sys_tz declarationFabian Frederick1-2/+0
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-4/+4
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-13fs/hfs/btree.h: remove duplicate definesMichael Opdenacker1-5/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2-9/+4
2013-06-29[readdir] convert hfsAl Viro1-26/+23
2013-05-24hfs: avoid crash in hfs_bnode_createJeff Mahoney1-1/+5
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-05hfs: SMP race on directory close()Al Viro1-0/+2
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches9-72/+77
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches9-41/+63
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov6-24/+61
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2013-02-22new helper: file_inode(file)Al Viro2-2/+2
2013-01-21fs/hfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20hfs: drop vmtruncateMarco Stornelli1-8/+18
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-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-7/+17
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman3-7/+17
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-04hfs: nuke write_super from commentsArtem Bityutskiy1-2/+2
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy4-39/+48
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy2-5/+2
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy3-4/+5
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy1-2/+0
2012-07-22hfs: get rid of lock_superArtem Bityutskiy1-2/+10
2012-07-22hfs: push lock_super downArtem Bityutskiy3-6/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro2-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-2/+2
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
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-03hfs: propagate umode_tAl Viro2-2/+2
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-15hfs: add sanity check for file name lengthDan Carpenter1-0/+2
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds1-5/+15
2011-11-02hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+8
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-05-28hfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-6/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+3
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2011-03-03hfs: fix rename() over non-empty directoryAl Viro1-37/+13
2011-01-12switch hfsAl Viro2-4/+1
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_hash for rcu-walkNick Piggin2-2/+4
2011-01-07fs: change d_compare for rcu-walkNick Piggin2-8/+11
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-25switch hfs to hlist_add_fake()Al Viro3-4/+1
2010-10-25hfs: use sync_dirty_bufferChristoph Hellwig2-13/+2
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-5/+1
2010-10-12hfs: Convert tree_lock to mutexThomas Gleixner3-4/+4