aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig8-173/+193
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig13-189/+209
2010-10-01hfsplus: remove BKL from hfsplus_put_superChristoph Hellwig1-5/+0
2010-10-01hfsplus: use alloc_mutex in hfsplus_sync_fsChristoph Hellwig1-2/+2
2010-10-01hfsplus: introduce alloc_mutexChristoph Hellwig3-4/+8
2010-10-01hfsplus: protect setflags using i_mutexChristoph Hellwig1-7/+8
2010-10-01hfsplus: split hfsplus_ioctlChristoph Hellwig1-65/+80
2010-10-01hfsplus: fix BKL leak in hfsplus_ioctlChristoph Hellwig1-2/+2
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-3/+5