summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorLines
2011-06-30hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov-1/+1
2011-06-30hfsplus: add missing call to bio_put()Seth Forshee-2/+5
2011-05-28hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil-6/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil-2/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-2/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe-2/+0
2011-02-03hfsplus: fix up a comparism in hfsplus_file_extendChristoph Hellwig-2/+2
2011-02-03hfsplus: fix two memory leaks in wrapper.cChuck Ebbert-2/+2
2011-02-03hfsplus: do not leak buffer on errorChuck Ebbert-2/+2
2011-02-03hfsplus: fix failed mount handlingChristoph Hellwig-45/+61
2011-01-12switch hfsplusAl Viro-2/+1
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds-400/+701
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin-1/+9
2011-01-07fs: change d_hash for rcu-walkNick Piggin-2/+4
2011-01-07fs: change d_compare for rcu-walkNick Piggin-7/+13
2010-12-16hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov-14/+14
2010-12-16hfsplus: spaces/indentation clean-upAnton Salikhmetov-14/+14
2010-12-16hfsplus: C99 comments clean-upAnton Salikhmetov-13/+16
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov-123/+260
2010-12-16hfsplus: fix an artifact in ioctl flag checkingAnton Salikhmetov-1/+1
2010-11-23hfsplus: flush disk caches in sync and fsyncChristoph Hellwig-0/+21
2010-11-23hfsplus: optimize fsyncChristoph Hellwig-32/+78
2010-11-23hfsplus: split up inode flagsChristoph Hellwig-19/+29
2010-11-23hfsplus: write up fsync for directoriesChristoph Hellwig-1/+3
2010-11-23hfsplus: simplify fsyncChristoph Hellwig-21/+20
2010-11-23hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig-0/+3
2010-11-23hfsplus: make sure sync writes out all metadataChristoph Hellwig-1/+19
2010-11-23hfsplus: use raw bio access for partition tablesChristoph Hellwig-70/+71
2010-11-23hfsplus: use raw bio access for the volume headersChristoph Hellwig-88/+131
2010-11-23hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig-6/+3
2010-11-23hfsplus: silence a few debug printksChristoph Hellwig-5/+3
2010-11-07hfsplus: fix option parsing during remountChristoph Hellwig-5/+30
2010-10-29new helper: mount_bdev()Al Viro-6/+4
2010-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds-2/+4
2010-10-27hfsplus: free space correcly for files unlinked while openChristoph Hellwig-1/+3
2010-10-25new helper: ihold()Al Viro-1/+1
2010-10-25list.h: new helper - hlist_add_fake()Al Viro-1/+1
2010-10-25hfsplus: fix double lock typo in ioctlDan Carpenter-1/+1
2010-10-15hfsplus: fix getxattr return valueChristoph Hellwig-1/+1
2010-10-14hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersChristoph Hellwig-8/+0
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig-32/+18
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig-17/+12
2010-10-14hfsplus: fix link corruptionChristoph Hellwig-12/+18
2010-10-14hfsplus: validate btree flagsChristoph Hellwig-14/+20
2010-10-14hfsplus: handle more on-disk corruptions without oopsingEric Sandeen-8/+48
2010-10-14hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro-3/+15
2010-10-14hfsplus: fix oops on mount with corrupted btree extent recordsJeff Mahoney-2/+9