aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)Author
2012-01-10hfsplus: creation of hidden dir on mount can failAl Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03hfsplus: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-09-15hfsplus: fix filesystem size checksChristoph Hellwig
2011-09-15hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee
2011-07-22hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig
2011-07-07hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov
2011-07-07hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov
2011-06-30hfsplus: lift the 2TB size limitChristoph Hellwig
2011-06-30hfsplus: fix overflow in hfsplus_read_wrapperChristoph Hellwig
2011-06-30hfsplus: fix overflow in hfsplus_get_blockChristoph Hellwig
2011-06-30hfsplus: assignments inside `if' condition clean-upAnton Salikhmetov
2011-06-30hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov
2011-06-30hfsplus: add missing call to bio_put()Seth Forshee
2011-05-28hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-10block: remove per-queue pluggingJens Axboe
2011-02-03hfsplus: fix up a comparism in hfsplus_file_extendChristoph Hellwig
2011-02-03hfsplus: fix two memory leaks in wrapper.cChuck Ebbert
2011-02-03hfsplus: do not leak buffer on errorChuck Ebbert
2011-02-03hfsplus: fix failed mount handlingChristoph Hellwig
2011-01-12switch hfsplusAl Viro
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2010-12-16hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov
2010-12-16hfsplus: spaces/indentation clean-upAnton Salikhmetov
2010-12-16hfsplus: C99 comments clean-upAnton Salikhmetov
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov
2010-12-16hfsplus: fix an artifact in ioctl flag checkingAnton Salikhmetov
2010-11-23hfsplus: flush disk caches in sync and fsyncChristoph Hellwig
2010-11-23hfsplus: optimize fsyncChristoph Hellwig