summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
Commit message (Expand)AuthorAgeFilesLines
* block: submit_bio_wait() conversionsKent Overstreet2013-11-251-16/+1Star
* hfsplus: Fix undefined __divdi3 in hfsplus_init_header_node()Geert Uytterhoeven2013-11-151-3/+6
* hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko2013-11-133-2/+151
* hfsplus: implement attributes file's header node initialization codeVyacheslav Dubeyko2013-11-132-0/+68
* hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko2013-11-132-0/+113
* fs/hfs/btree.h: remove duplicate definesMichael Opdenacker2013-11-131-4/+4
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-1/+1
* hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko2013-09-126-26/+99
* hfsplus: implement POSIX ACLs supportVyacheslav Dubeyko2013-09-121-0/+274
* hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko2013-09-123-0/+49
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-292-10/+4Star
* [readdir] convert hfsplusAl Viro2013-06-291-27/+23Star
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko2013-05-011-2/+1Star
* hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov2013-05-011-8/+13
* hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-05-0115-118/+108Star
* hfs/hfsplus: convert dprint to hfs_dbgJoe Perches2013-05-0110-57/+64
* hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko2013-05-011-2/+6
* hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko2013-04-181-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* hfsplus: fix issue with unzeroed unused b-tree nodesVyacheslav Dubeyko2013-02-281-0/+2
* hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko2013-02-2813-183/+287
* hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko2013-02-285-0/+999
* hfsplus: add functionality of manipulating by records in attributes treeVyacheslav Dubeyko2013-02-281-0/+399
* hfsplus: add on-disk layout declarations related to attributes treeVyacheslav Dubeyko2013-02-281-2/+66
* new helper: file_inode(file)Al Viro2013-02-233-4/+4
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-215-11/+48
|\
| * hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko2012-12-211-1/+4
| * hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko2012-12-213-5/+12
| * hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko2012-12-211-4/+20
| * hfsplus: avoid crash on failed block map freeAlan Cox2012-12-211-1/+12
* | hfsplus: drop vmtruncateMarco Stornelli2012-12-211-11/+16
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+6
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+6
* | userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman2012-09-214-11/+20
|/
* hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon2012-07-311-1/+1
* hfsplus: get rid of write_superArtem Bityutskiy2012-07-225-16/+43
* hfsplus: remove useless checkArtem Bityutskiy2012-07-221-3/+0Star
* hfsplus: amend debugging printArtem Bityutskiy2012-07-221-1/+1
* hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy2012-07-222-2/+1Star
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-142-2/+2
* hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett2012-06-171-2/+7
* hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki2012-06-171-1/+1
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2012-05-052-0/+15
|/
* hfsplus: add an ioctl to bless filesMatthew Garrett2012-03-212-0/+39
* hfsplus: change finder_info to u32Matthew Garrett2012-03-211-1/+1
* hfsplus: initialise userflagsMatthew Garrett2012-03-211-0/+2