aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2013-09-11hfsplus: integrate POSIX ACLs support into driverGravatar Vyacheslav Dubeyko 6-26/+99
2013-09-11hfsplus: implement POSIX ACLs supportGravatar Vyacheslav Dubeyko 1-0/+274
2013-09-11hfsplus: add necessary declarations for POSIX ACLs supportGravatar Vyacheslav Dubeyko 3-0/+49
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 2-10/+4
2013-06-29[readdir] convert hfsplusGravatar Al Viro 1-27/+23
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-04-30hfsplus: remove duplicated message prefix in hfsplus_block_free()Gravatar Vyacheslav Dubeyko 1-2/+1
2013-04-30hfsplus: add error propagation to __hfsplus_ext_write_extent()Gravatar Alexey Khoroshilov 1-8/+13
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 15-118/+108
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgGravatar Joe Perches 10-57/+64
2013-04-30hfsplus: fix warnings in fs/hfsplus/bfind.cGravatar Vyacheslav Dubeyko 1-2/+6
2013-04-17hfsplus: fix potential overflow in hfsplus_file_truncate()Gravatar Vyacheslav Dubeyko 1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-27hfsplus: fix issue with unzeroed unused b-tree nodesGravatar Vyacheslav Dubeyko 1-0/+2
2013-02-27hfsplus: add support of manipulation by attributes fileGravatar Vyacheslav Dubeyko 13-183/+287
2013-02-27hfsplus: rework functionality of getting, setting and deleting of extended at...Gravatar Vyacheslav Dubeyko 5-0/+999
2013-02-27hfsplus: add functionality of manipulating by records in attributes treeGravatar Vyacheslav Dubeyko 1-0/+399
2013-02-27hfsplus: add on-disk layout declarations related to attributes treeGravatar Vyacheslav Dubeyko 1-2/+66
2013-02-22new helper: file_inode(file)Gravatar Al Viro 3-4/+4
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 5-11/+48
2012-12-20hfsplus: add error message for the case of failure of sync fs in delayed_sync...Gravatar Vyacheslav Dubeyko 1-1/+4
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorGravatar Vyacheslav Dubeyko 3-5/+12
2012-12-20hfsplus: rework processing errors in hfsplus_free_extents()Gravatar Vyacheslav Dubeyko 1-4/+20
2012-12-20hfsplus: avoid crash on failed block map freeGravatar Alan Cox 1-1/+12
2012-12-20hfsplus: drop vmtruncateGravatar Marco Stornelli 1-11/+16
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-09-21userns: Convert hfsplus to use kuid and kgid where appropriateGravatar Eric W. Biederman 4-11/+20
2012-07-30hfsplus: use -ENOMEM when kzalloc() failsGravatar Namjae Jeon 1-1/+1
2012-07-22hfsplus: get rid of write_superGravatar Artem Bityutskiy 5-16/+43
2012-07-22hfsplus: remove useless checkGravatar Artem Bityutskiy 1-3/+0
2012-07-22hfsplus: amend debugging printGravatar Artem Bityutskiy 1-1/+1
2012-07-22hfsplus: make hfsplus_sync_fs staticGravatar Artem Bityutskiy 2-2/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 2-2/+2
2012-06-17hfsplus: fix bless ioctl when used with hardlinksGravatar Matthew Garrett 1-2/+7
2012-06-17hfsplus: fix overflow in sector calculations in hfsplus_submit_bioGravatar Janne Kalliomäki 1-1/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-05-04hfsplus: Fix potential buffer overflowsGravatar Greg Kroah-Hartman 2-0/+15
2012-03-20hfsplus: add an ioctl to bless filesGravatar Matthew Garrett 2-0/+39
2012-03-20hfsplus: change finder_info to u32Gravatar Matthew Garrett 1-1/+1
2012-03-20hfsplus: initialise userflagsGravatar Matthew Garrett 1-0/+2
2012-03-20hfsplus: switch to d_make_root()Gravatar Al Viro 1-8/+9
2012-01-10hfsplus: creation of hidden dir on mount can failGravatar Al Viro 1-2/+9
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 2-3/+3
2012-01-03hfsplus: propagate umode_tGravatar Al Viro 2-2/+2
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1