summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2015-04-13hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2014-03-11hfsplus: 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-26hfsplus: use generic posix ACL infrastructureChristoph Hellwig6-162/+26
2014-01-26fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-26fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-24hfsplus: remove hfsplus_file_lookup()Sougata Santra1-59/+0
2013-11-25block: submit_bio_wait() conversionsKent Overstreet1-16/+1
2013-11-24block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-24block: 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-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-09-12hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko6-26/+99
2013-09-12hfsplus: implement POSIX ACLs supportVyacheslav Dubeyko1-0/+274
2013-09-12hfsplus: 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-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-01hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko1-2/+1
2013-05-01hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov1-8/+13
2013-05-01hfs/hfsplus: convert printks to pr_<level>Joe Perches15-118/+108
2013-05-01hfs/hfsplus: convert dprint to hfs_dbgJoe Perches10-57/+64
2013-05-01hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko1-2/+6
2013-04-18hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-28hfsplus: fix issue with unzeroed unused b-tree nodesVyacheslav Dubeyko1-0/+2
2013-02-28hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko13-183/+287
2013-02-28hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko5-0/+999
2013-02-28hfsplus: add functionality of manipulating by records in attributes treeVyacheslav Dubeyko1-0/+399
2013-02-28hfsplus: add on-disk layout declarations related to attributes treeVyacheslav Dubeyko1-2/+66
2013-02-23new helper: file_inode(file)Al Viro3-4/+4
2012-12-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-11/+48
2012-12-21hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko1-1/+4
2012-12-21hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko3-5/+12
2012-12-21hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko1-4/+20
2012-12-21hfsplus: avoid crash on failed block map freeAlan Cox1-1/+12
2012-12-21hfsplus: drop vmtruncateMarco Stornelli1-11/+16
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+6
2012-10-03fs: 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-31hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon1-1/+1