aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman2012-09-21
|/
* hfsplus: use -ENOMEM when kzalloc() failsNamjae Jeon2012-07-30
* hfsplus: get rid of write_superArtem Bityutskiy2012-07-22
* hfsplus: remove useless checkArtem Bityutskiy2012-07-22
* hfsplus: amend debugging printArtem Bityutskiy2012-07-22
* hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy2012-07-22
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett2012-06-17
* hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki2012-06-17
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-28
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* | hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2012-05-04
|/
* hfsplus: add an ioctl to bless filesMatthew Garrett2012-03-20
* hfsplus: change finder_info to u32Matthew Garrett2012-03-20
* hfsplus: initialise userflagsMatthew Garrett2012-03-20
* hfsplus: switch to d_make_root()Al Viro2012-03-20
* hfsplus: creation of hidden dir on mount can failAl Viro2012-01-10
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-06
* hfsplus: propagate umode_tAl Viro2012-01-03
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* vfs: mnt_drop_write_file()Al Viro2012-01-03
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* hfsplus: fix filesystem size checksChristoph Hellwig2011-09-15
* hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee2011-09-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-22
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
| * fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-20
| * fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-20
* | hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee2011-07-22
* | hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota2011-07-22
* | hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov2011-07-07
* | hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov2011-07-07
* | hfsplus: lift the 2TB size limitChristoph Hellwig2011-06-30
* | hfsplus: fix overflow in hfsplus_read_wrapperChristoph Hellwig2011-06-30
* | hfsplus: fix overflow in hfsplus_get_blockChristoph Hellwig2011-06-30
* | hfsplus: assignments inside `if' condition clean-upAnton Salikhmetov2011-06-30
|/
* hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov2011-06-30
* hfsplus: add missing call to bio_put()Seth Forshee2011-06-30
* hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\