aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2018-10-31hfsplus: update timestamps on truncate()Ernesto A. Fernández1-0/+1
2018-10-31hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández1-1/+3
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández5-16/+68
2018-10-31hfsplus: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-10-31hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-08-23hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez1-3/+4
2018-08-23hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández11-232/+4
2018-08-22hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández1-6/+56
2018-08-22hfsplus: avoid deadlock on file truncationErnesto A. Fernández1-4/+14
2018-08-22hfsplus: don't return 0 when fill_super() failedTetsuo Handa1-1/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+6
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+1
2018-05-22hfsplus: switch to d_splice_alias()Al Viro1-2/+1
2018-05-18hfsplus: stop workqueue when fill_super() failedTetsuo Handa1-0/+1
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez4-8/+8
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski1-3/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-11/+11
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-Hartman25-0/+25
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-5/+5
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-18hfsplus: Don't clear SGID when inheriting ACLsJan Kara1-12/+18
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-5/+5
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-3/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-27hfsplus: atomically read inode sizeFabian Frederick1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-10/+14
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 Torvalds2-6/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-6/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani4-9/+9
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-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-2/+2
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-4/+3
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-11/+11
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro2-3/+2
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-20qstr: constify instances in hfsplusAl Viro2-11/+11
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-06-07hfsplus: use bio op accessorsMike Christie4-11/+16
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro5-16/+19
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2016-05-12hfsplus: switch to ->iterate_shared()Al Viro5-3/+15
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro6-18/+15
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro5-15/+15
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov6-65/+65
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-3/+0
2016-01-22wrappers for ->i_mutex accessAl Viro3-8/+8
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-16/+4
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+2
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-12/+0
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-4/+4
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher4-16/+24
2015-11-13hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher4-44/+0
2015-09-10hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung1-3/+0
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-14/+14
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-147/+100
2015-04-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb1-5/+14
2015-04-17hfsplus: fix expand when not enough available spaceSergei Antonov1-0/+6
2015-04-17hfsplus: incorrect return valueChengyu Song1-2/+2
2015-04-17fs/hfsplus: replace if/BUG by BUG_ONFabian Frederick1-3/+1
2015-04-17fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick1-1/+1
2015-04-17fs/hfsplus: atomically set inode->i_flagsFabian Frederick1-7/+5
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick5-65/+35
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick5-67/+38
2015-04-17hfsplus: add missing curly braces in hfsplus_delete_cat()Dan Carpenter1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells5-12/+12
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-2/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-25hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2014-12-18hfsplus: fix longname handlingSougata Santra4-29/+79
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+8
2014-06-06hfsplus: fix compiler warning on PowerPCChristian Kujau1-1/+1
2014-06-06fs/hfsplus: fix pr_foo() and hfs_dbg formatsFabian Frederick3-6/+6
2014-06-06hfsplus: coding style fix for declarations in hfsplus_fs.hSergei Antonov1-96/+107
2014-06-06fs/hfsplus/wrapper.c: replace shift loop by ilog2Fabian Frederick1-3/+1
2014-06-06hfsplus: fix "unused node is not erased" errorSergei Antonov6-7/+28
2014-06-06fs/hfsplus/wrapper.c: replace min/casting by min_tFabian Frederick1-3/+3
2014-06-06fs/hfsplus/options.c: replace seq_printf by seq_putsFabian Frederick1-5/+4
2014-06-06fs/hfsplus/bnode.c: replace min/casting by min_tFabian Frederick1-17/+15
2014-06-06hfsplus: emit proper file type from readdirSergei Antonov1-1/+19
2014-06-06hfsplus: remove unused routine hfsplus_attr_build_key_uniHin-Tak Leung2-28/+0
2014-06-06hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributesHin-Tak Leung5-66/+94
2014-06-06hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung2-5/+21
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-1/+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-3/+3
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-03fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick2-2/+2
2014-04-03fs/hfsplus/extents.c: fix concurrent acess of alloc_blocksSougata Santra1-5/+9
2014-04-03fs/hfsplus/extents.c: remove unused variable in hfsplus_get_blockSougata Santra1-2/+0
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
2014-03-10hfsplus: add HFSX subfolder count supportSergei Antonov4-2/+55
2014-03-04hfsplus: fix remount issueVyacheslav Dubeyko1-1/+1
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-47/+19
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig4-47/+19
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-246/+29
2014-01-26hfsplus: remove can_set_xattrChristoph Hellwig1-84/+3
2014-01-25hfsplus: use generic posix ACL infrastructureChristoph Hellwig6-162/+26
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-23hfsplus: remove hfsplus_file_lookup()Sougata Santra1-59/+0
2013-11-24block: submit_bio_wait() conversionsKent Overstreet1-16/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-23block: submit_bio_wait() conversionsKent Overstreet1-16/+1
2013-11-15hfsplus: Fix undefined __divdi3 in hfsplus_init_header_node()Geert Uytterhoeven1-3/+6
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko3-2/+151
2013-11-13hfsplus: implement attributes file's header node initialization codeVyacheslav Dubeyko2-0/+68
2013-11-13hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko2-0/+113
2013-11-13fs/hfs/btree.h: remove duplicate definesMichael Opdenacker1-4/+4
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-09-11hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko6-26/+99
2013-09-11hfsplus: implement POSIX ACLs supportVyacheslav Dubeyko1-0/+274
2013-09-11hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko3-0/+49
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2-10/+4
2013-06-29[readdir] convert hfsplusAl Viro1-27/+23
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-30hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko1-2/+1
2013-04-30hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov1-8/+13
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches15-118/+108
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches10-57/+64
2013-04-30hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko1-2/+6
2013-04-17hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-27hfsplus: fix issue with unzeroed unused b-tree nodesVyacheslav Dubeyko1-0/+2
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko13-183/+287
2013-02-27hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko5-0/+999
2013-02-27hfsplus: add functionality of manipulating by records in attributes treeVyacheslav Dubeyko1-0/+399
2013-02-27hfsplus: add on-disk layout declarations related to attributes treeVyacheslav Dubeyko1-2/+66
2013-02-22new helper: file_inode(file)Al Viro3-4/+4
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-11/+48
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 Dubeyko3-5/+12
2012-12-20hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko1-4/+20
2012-12-20hfsplus: avoid crash on failed block map freeAlan Cox1-1/+12
2012-12-20hfsplus: drop vmtruncateMarco Stornelli1-11/+16
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 hfsplus to use kuid and kgid where appropriateEric W. Biederman4-11/+20
2012-07-30hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon1-1/+1
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy5-16/+43
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 Bityutskiy2-2/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro2-2/+2
2012-06-17hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett1-2/+7
2012-06-17hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki1-1/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-05-04hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2-0/+15
2012-03-20hfsplus: add an ioctl to bless filesMatthew Garrett2-0/+39
2012-03-20hfsplus: change finder_info to u32Matthew Garrett1-1/+1
2012-03-20hfsplus: initialise userflagsMatthew Garrett1-0/+2
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-06vfs: switch ->show_options() to struct dentry *Al Viro2-3/+3
2012-01-03hfsplus: propagate umode_tAl Viro2-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
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
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-5/+5
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-2/+2
2011-09-15hfsplus: fix filesystem size checksChristoph Hellwig1-3/+8
2011-09-15hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee2-4/+4
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+15
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee4-42/+101
2011-07-22hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota1-0/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-2/+11