aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)Author
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
2010-11-23hfsplus: split up inode flagsChristoph Hellwig
2010-11-23hfsplus: write up fsync for directoriesChristoph Hellwig
2010-11-23hfsplus: simplify fsyncChristoph Hellwig
2010-11-23hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig
2010-11-23hfsplus: make sure sync writes out all metadataChristoph Hellwig
2010-11-23hfsplus: use raw bio access for partition tablesChristoph Hellwig
2010-11-23hfsplus: use raw bio access for the volume headersChristoph Hellwig
2010-11-23hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig
2010-11-23hfsplus: silence a few debug printksChristoph Hellwig
2010-11-07hfsplus: fix option parsing during remountChristoph Hellwig
2010-10-29new helper: mount_bdev()Al Viro
2010-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2010-10-27hfsplus: free space correcly for files unlinked while openChristoph Hellwig
2010-10-25new helper: ihold()Al Viro
2010-10-25list.h: new helper - hlist_add_fake()Al Viro
2010-10-25hfsplus: fix double lock typo in ioctlDan Carpenter
2010-10-15hfsplus: fix getxattr return valueChristoph Hellwig
2010-10-14hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersChristoph Hellwig
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig
2010-10-14hfsplus: fix link corruptionChristoph Hellwig
2010-10-14hfsplus: validate btree flagsChristoph Hellwig
2010-10-14hfsplus: handle more on-disk corruptions without oopsingEric Sandeen
2010-10-14hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro
2010-10-14hfsplus: fix oops on mount with corrupted btree extent recordsJeff Mahoney
2010-10-01hfsplus: fix rename over directoriesChristoph Hellwig
2010-10-01hfsplus: convert tree_lock to mutexThomas Gleixner
2010-10-01hfsplus: add missing extent locking in hfsplus_write_inodeChristoph Hellwig
2010-10-01hfsplus: protect readdir against removals from open_dir_listChristoph Hellwig
2010-10-01hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig
2010-10-01hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig
2010-10-01hfsplus: remove the rsrc_inodes listChristoph Hellwig
2010-10-01hfsplus: do not cache and write next_allocChristoph Hellwig