summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
Commit message (Expand)AuthorAgeFilesLines
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-292-10/+4
* [readdir] convert hfsplusAl Viro2013-06-291-27/+23
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko2013-04-301-2/+1
* hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov2013-04-301-8/+13
* hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-04-3015-118/+108
* hfs/hfsplus: convert dprint to hfs_dbgJoe Perches2013-04-3010-57/+64
* hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko2013-04-301-2/+6
* hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko2013-04-171-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* hfsplus: fix issue with unzeroed unused b-tree nodesVyacheslav Dubeyko2013-02-271-0/+2
* hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko2013-02-2713-183/+287
* hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko2013-02-275-0/+999
* hfsplus: add functionality of manipulating by records in attributes treeVyacheslav Dubeyko2013-02-271-0/+399
* hfsplus: add on-disk layout declarations related to attributes treeVyacheslav Dubeyko2013-02-271-2/+66
* new helper: file_inode(file)Al Viro2013-02-223-4/+4
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-205-11/+48
|\
| * hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko2012-12-201-1/+4
| * hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko2012-12-203-5/+12
| * hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko2012-12-201-4/+20
| * hfsplus: avoid crash on failed block map freeAlan Cox2012-12-201-1/+12
* | hfsplus: drop vmtruncateMarco Stornelli2012-12-201-11/+16
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+6
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-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-301-1/+1
* hfsplus: get rid of write_superArtem Bityutskiy2012-07-225-16/+43
* hfsplus: remove useless checkArtem Bityutskiy2012-07-221-3/+0
* hfsplus: amend debugging printArtem Bityutskiy2012-07-221-1/+1
* hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy2012-07-222-2/+1
* 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-042-0/+15
|/
* hfsplus: add an ioctl to bless filesMatthew Garrett2012-03-202-0/+39
* hfsplus: change finder_info to u32Matthew Garrett2012-03-201-1/+1
* hfsplus: initialise userflagsMatthew Garrett2012-03-201-0/+2
* hfsplus: switch to d_make_root()Al Viro2012-03-201-8/+9
* hfsplus: creation of hidden dir on mount can failAl Viro2012-01-101-2/+9
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-062-3/+3
* hfsplus: propagate umode_tAl Viro2012-01-032-2/+2
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-1/+1