aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 2-2/+11
2011-07-20fs: simplify the blockdev_direct_IO prototypeGravatar Christoph Hellwig 1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-0/+2
2011-06-30hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Gravatar Alexey Khoroshilov 1-1/+1
2011-06-30hfsplus: add missing call to bio_put()Gravatar Seth Forshee 1-2/+5
2011-05-28hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-6/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-2/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-2/+0
2011-02-03hfsplus: fix up a comparism in hfsplus_file_extendGravatar Christoph Hellwig 1-2/+2
2011-02-03hfsplus: fix two memory leaks in wrapper.cGravatar Chuck Ebbert 1-2/+2
2011-02-03hfsplus: do not leak buffer on errorGravatar Chuck Ebbert 1-2/+2
2011-02-03hfsplus: fix failed mount handlingGravatar Christoph Hellwig 1-45/+61
2011-01-12switch hfsplusGravatar Al Viro 2-2/+1
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 17-400/+701
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 2-2/+2
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+9
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 2-2/+4
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 2-7/+13
2010-12-16hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesGravatar Anton Salikhmetov 3-14/+14
2010-12-16hfsplus: spaces/indentation clean-upGravatar Anton Salikhmetov 4-14/+14
2010-12-16hfsplus: C99 comments clean-upGravatar Anton Salikhmetov 3-13/+16
2010-12-16hfsplus: over 80 character lines clean-upGravatar Anton Salikhmetov 16-123/+260
2010-12-16hfsplus: fix an artifact in ioctl flag checkingGravatar Anton Salikhmetov 1-1/+1
2010-11-23hfsplus: flush disk caches in sync and fsyncGravatar Christoph Hellwig 4-0/+21
2010-11-23hfsplus: optimize fsyncGravatar Christoph Hellwig 6-32/+78
2010-11-23hfsplus: split up inode flagsGravatar Christoph Hellwig 4-19/+29
2010-11-23hfsplus: write up fsync for directoriesGravatar Christoph Hellwig 3-1/+3
2010-11-23hfsplus: simplify fsyncGravatar Christoph Hellwig 1-21/+20
2010-11-23hfsplus: avoid useless work in hfsplus_sync_fsGravatar Christoph Hellwig 1-0/+3
2010-11-23hfsplus: make sure sync writes out all metadataGravatar Christoph Hellwig 1-1/+19
2010-11-23hfsplus: use raw bio access for partition tablesGravatar Christoph Hellwig 2-70/+71
2010-11-23hfsplus: use raw bio access for the volume headersGravatar Christoph Hellwig 3-88/+131
2010-11-23hfsplus: always use hfsplus_sync_fs to write the volume headerGravatar Christoph Hellwig 1-6/+3
2010-11-23hfsplus: silence a few debug printksGravatar Christoph Hellwig 4-5/+3
2010-11-07hfsplus: fix option parsing during remountGravatar Christoph Hellwig 3-5/+30
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-6/+4
2010-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 2-2/+4
2010-10-27hfsplus: free space correcly for files unlinked while openGravatar Christoph Hellwig 1-1/+3
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-25list.h: new helper - hlist_add_fake()Gravatar Al Viro 1-1/+1
2010-10-25hfsplus: fix double lock typo in ioctlGravatar Dan Carpenter 1-1/+1
2010-10-15hfsplus: fix getxattr return valueGravatar Christoph Hellwig 1-1/+1
2010-10-14hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersGravatar Christoph Hellwig 1-8/+0
2010-10-14hfsplus: create correct initial catalog entries for device filesGravatar Christoph Hellwig 4-32/+18
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoGravatar Christoph Hellwig 4-17/+12
2010-10-14hfsplus: fix link corruptionGravatar Christoph Hellwig 4-12/+18
2010-10-14hfsplus: validate btree flagsGravatar Christoph Hellwig 2-14/+20