summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)Author
2014-06-06hfsplus: fix compiler warning on PowerPCChristian Kujau
2014-06-06fs/hfsplus: fix pr_foo() and hfs_dbg formatsFabian Frederick
2014-06-06hfsplus: coding style fix for declarations in hfsplus_fs.hSergei Antonov
2014-06-06fs/hfsplus/wrapper.c: replace shift loop by ilog2Fabian Frederick
2014-06-06hfsplus: fix "unused node is not erased" errorSergei Antonov
2014-06-06fs/hfsplus/wrapper.c: replace min/casting by min_tFabian Frederick
2014-06-06fs/hfsplus/options.c: replace seq_printf by seq_putsFabian Frederick
2014-06-06fs/hfsplus/bnode.c: replace min/casting by min_tFabian Frederick
2014-06-06hfsplus: emit proper file type from readdirSergei Antonov
2014-06-06hfsplus: remove unused routine hfsplus_attr_build_key_uniHin-Tak Leung
2014-06-06hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributesHin-Tak Leung
2014-06-06hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick
2014-04-03fs/hfsplus/extents.c: fix concurrent acess of alloc_blocksSougata Santra
2014-04-03fs/hfsplus/extents.c: remove unused variable in hfsplus_get_blockSougata Santra
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
2014-03-10hfsplus: add HFSX subfolder count supportSergei Antonov
2014-03-04hfsplus: fix remount issueVyacheslav Dubeyko
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-26hfsplus: remove can_set_xattrChristoph Hellwig
2014-01-25hfsplus: use generic posix ACL infrastructureChristoph Hellwig
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig
2014-01-23hfsplus: remove hfsplus_file_lookup()Sougata Santra
2013-11-24block: submit_bio_wait() conversionsKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23block: submit_bio_wait() conversionsKent Overstreet
2013-11-15hfsplus: Fix undefined __divdi3 in hfsplus_init_header_node()Geert Uytterhoeven
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko
2013-11-13hfsplus: implement attributes file's header node initialization codeVyacheslav Dubeyko
2013-11-13hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko
2013-11-13fs/hfs/btree.h: remove duplicate definesMichael Opdenacker
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-11hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko
2013-09-11hfsplus: implement POSIX ACLs supportVyacheslav Dubeyko
2013-09-11hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29[readdir] convert hfsplusAl Viro
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-30hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko
2013-04-30hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches
2013-04-30hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko
2013-04-17hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko