aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-12switch hfsplusAl Viro2-2/+1
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplusLinus Torvalds17-400/+701
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2011-01-07fs: change d_hash for rcu-walkNick Piggin2-2/+4
2011-01-07fs: change d_compare for rcu-walkNick Piggin2-7/+13
2010-12-16hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov3-14/+14
2010-12-16hfsplus: spaces/indentation clean-upAnton Salikhmetov4-14/+14
2010-12-16hfsplus: C99 comments clean-upAnton Salikhmetov3-13/+16
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov16-123/+260
2010-12-16hfsplus: fix an artifact in ioctl flag checkingAnton Salikhmetov1-1/+1
2010-11-23hfsplus: flush disk caches in sync and fsyncChristoph Hellwig4-0/+21
2010-11-23hfsplus: optimize fsyncChristoph Hellwig6-32/+78
2010-11-23hfsplus: split up inode flagsChristoph Hellwig4-19/+29
2010-11-23hfsplus: write up fsync for directoriesChristoph Hellwig3-1/+3
2010-11-23hfsplus: simplify fsyncChristoph Hellwig1-21/+20
2010-11-23hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig1-0/+3
2010-11-23hfsplus: make sure sync writes out all metadataChristoph Hellwig1-1/+19
2010-11-23hfsplus: use raw bio access for partition tablesChristoph Hellwig2-70/+71
2010-11-23hfsplus: use raw bio access for the volume headersChristoph Hellwig3-88/+131
2010-11-23hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig1-6/+3
2010-11-23hfsplus: silence a few debug printksChristoph Hellwig4-5/+3
2010-11-07hfsplus: fix option parsing during remountChristoph Hellwig3-5/+30
2010-10-29new helper: mount_bdev()Al Viro1-6/+4
2010-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplusLinus Torvalds2-2/+4
2010-10-27hfsplus: free space correcly for files unlinked while openChristoph Hellwig1-1/+3
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25list.h: new helper - hlist_add_fake()Al Viro1-1/+1
2010-10-25hfsplus: fix double lock typo in ioctlDan Carpenter1-1/+1
2010-10-15hfsplus: fix getxattr return valueChristoph Hellwig1-1/+1
2010-10-14hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersChristoph Hellwig1-8/+0
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig4-32/+18
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig4-17/+12
2010-10-14hfsplus: fix link corruptionChristoph Hellwig4-12/+18
2010-10-14hfsplus: validate btree flagsChristoph Hellwig2-14/+20
2010-10-14hfsplus: handle more on-disk corruptions without oopsingEric Sandeen4-8/+48
2010-10-14hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro1-3/+15
2010-10-14hfsplus: fix oops on mount with corrupted btree extent recordsJeff Mahoney1-2/+9
2010-10-01hfsplus: fix rename over directoriesChristoph Hellwig1-1/+4
2010-10-01hfsplus: convert tree_lock to mutexThomas Gleixner3-4/+4
2010-10-01hfsplus: add missing extent locking in hfsplus_write_inodeChristoph Hellwig2-15/+34
2010-10-01hfsplus: protect readdir against removals from open_dir_listChristoph Hellwig1-0/+2
2010-10-01hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig6-28/+30
2010-10-01hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig3-24/+50
2010-10-01hfsplus: remove the rsrc_inodes listChristoph Hellwig3-4/+9
2010-10-01hfsplus: do not cache and write next_allocChristoph Hellwig2-3/+0
2010-10-01hfsplus: fix error handling in hfsplus_symlinkChristoph Hellwig1-14/+12
2010-10-01hfsplus: merge mknod/mkdir/creatChristoph Hellwig1-48/+16
2010-10-01hfsplus: clean up hfsplus_write_inodeChristoph Hellwig1-43/+37
2010-10-01hfsplus: clean up hfsplus_igetChristoph Hellwig1-37/+40