summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
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-08aio: don't include aio.h in sched.hKent Overstreet
2013-05-01hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko
2013-05-01hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov
2013-05-01hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-05-01hfs/hfsplus: convert dprint to hfs_dbgJoe Perches
2013-05-01hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko
2013-04-17hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-28hfsplus: fix issue with unzeroed unused b-tree nodesVyacheslav Dubeyko
2013-02-28hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko
2013-02-28hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko
2013-02-28hfsplus: add functionality of manipulating by records in attributes treeVyacheslav Dubeyko
2013-02-28hfsplus: add on-disk layout declarations related to attributes treeVyacheslav Dubeyko
2013-02-23new helper: file_inode(file)Al Viro
2012-12-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-21hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko
2012-12-21hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko
2012-12-21hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko
2012-12-21hfsplus: avoid crash on failed block map freeAlan Cox
2012-12-20hfsplus: drop vmtruncateMarco Stornelli
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman
2012-07-31hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy
2012-07-22hfsplus: remove useless checkArtem Bityutskiy
2012-07-22hfsplus: amend debugging printArtem Bityutskiy
2012-07-22hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-06-17hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett
2012-06-17hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-05-05hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman
2012-03-21hfsplus: add an ioctl to bless filesMatthew Garrett
2012-03-21hfsplus: change finder_info to u32Matthew Garrett
2012-03-21hfsplus: initialise userflagsMatthew Garrett
2012-03-21hfsplus: switch to d_make_root()Al Viro
2012-01-10hfsplus: creation of hidden dir on mount can failAl Viro
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-04hfsplus: propagate umode_tAl Viro
2012-01-04switch ->mknod() to umode_tAl Viro