aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-5/+5
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-2/+2
2011-09-15hfsplus: fix filesystem size checksChristoph Hellwig1-3/+8
2011-09-15hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee2-4/+4
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-4/+15
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee4-42/+101
2011-07-22hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota1-0/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-2/+11
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-07hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov3-10/+24
2011-07-07hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov5-26/+51
2011-06-30hfsplus: lift the 2TB size limitChristoph Hellwig2-4/+9
2011-06-30hfsplus: fix overflow in hfsplus_read_wrapperChristoph Hellwig1-2/+3
2011-06-30hfsplus: fix overflow in hfsplus_get_blockChristoph Hellwig1-3/+6
2011-06-30hfsplus: assignments inside `if' condition clean-upAnton Salikhmetov1-8/+27
2011-06-30hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov1-1/+1
2011-06-30hfsplus: add missing call to bio_put()Seth Forshee1-2/+5
2011-05-28hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-6/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-2/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2011-02-03hfsplus: fix up a comparism in hfsplus_file_extendChristoph Hellwig1-2/+2
2011-02-03hfsplus: fix two memory leaks in wrapper.cChuck Ebbert1-2/+2
2011-02-03hfsplus: do not leak buffer on errorChuck Ebbert1-2/+2
2011-02-03hfsplus: fix failed mount handlingChristoph Hellwig1-45/+61
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