summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy5-16/+43
2012-07-22hfsplus: remove useless checkArtem Bityutskiy1-3/+0
2012-07-22hfsplus: amend debugging printArtem Bityutskiy1-1/+1
2012-07-22hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy2-2/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro2-2/+2
2012-06-18hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett1-2/+7
2012-06-18hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki1-1/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-05-05hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2-0/+15
2012-03-21hfsplus: add an ioctl to bless filesMatthew Garrett2-0/+39
2012-03-21hfsplus: change finder_info to u32Matthew Garrett1-1/+1
2012-03-21hfsplus: initialise userflagsMatthew Garrett1-0/+2
2012-03-21hfsplus: switch to d_make_root()Al Viro1-8/+9
2012-01-11hfsplus: creation of hidden dir on mount can failAl Viro1-2/+9
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro2-3/+3
2012-01-04hfsplus: propagate umode_tAl Viro2-2/+2
2012-01-04switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-04switch ->create() to umode_tAl Viro1-1/+1
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-04vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-04switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-5/+5
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-2/+2
2011-09-15hfsplus: fix filesystem size checksChristoph Hellwig1-3/+8