summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-222-4/+15
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-2/+11
| * fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-2/+2
| * fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-201-0/+2
* | hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee2011-07-224-42/+101
* | hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota2011-07-221-0/+4
* | hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov2011-07-073-10/+24
* | hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov2011-07-075-26/+51
* | hfsplus: lift the 2TB size limitChristoph Hellwig2011-06-302-4/+9
* | hfsplus: fix overflow in hfsplus_read_wrapperChristoph Hellwig2011-06-301-2/+3
* | hfsplus: fix overflow in hfsplus_get_blockChristoph Hellwig2011-06-301-3/+6
* | hfsplus: assignments inside `if' condition clean-upAnton Salikhmetov2011-06-301-8/+27
|/
* hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov2011-06-301-1/+1
* hfsplus: add missing call to bio_put()Seth Forshee2011-06-301-2/+5
* hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-6/+2
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-2/+4
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-2/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-2/+0
* | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
|/
* hfsplus: fix up a comparism in hfsplus_file_extendChristoph Hellwig2011-02-031-2/+2
* hfsplus: fix two memory leaks in wrapper.cChuck Ebbert2011-02-031-2/+2
* hfsplus: do not leak buffer on errorChuck Ebbert2011-02-031-2/+2
* hfsplus: fix failed mount handlingChristoph Hellwig2011-02-031-45/+61
* switch hfsplusAl Viro2011-01-122-2/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-01-0717-400/+701
|\
| * hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov2010-12-163-14/+14
| * hfsplus: spaces/indentation clean-upAnton Salikhmetov2010-12-164-14/+14
| * hfsplus: C99 comments clean-upAnton Salikhmetov2010-12-163-13/+16
| * hfsplus: over 80 character lines clean-upAnton Salikhmetov2010-12-1616-123/+260
| * hfsplus: fix an artifact in ioctl flag checkingAnton Salikhmetov2010-12-161-1/+1
| * hfsplus: flush disk caches in sync and fsyncChristoph Hellwig2010-11-234-0/+21
| * hfsplus: optimize fsyncChristoph Hellwig2010-11-236-32/+78
| * hfsplus: split up inode flagsChristoph Hellwig2010-11-234-19/+29
| * hfsplus: write up fsync for directoriesChristoph Hellwig2010-11-233-1/+3
| * hfsplus: simplify fsyncChristoph Hellwig2010-11-231-21/+20
| * hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig2010-11-231-0/+3
| * hfsplus: make sure sync writes out all metadataChristoph Hellwig2010-11-231-1/+19
| * hfsplus: use raw bio access for partition tablesChristoph Hellwig2010-11-232-70/+71
| * hfsplus: use raw bio access for the volume headersChristoph Hellwig2010-11-233-88/+131
| * hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig2010-11-231-6/+3
| * hfsplus: silence a few debug printksChristoph Hellwig2010-11-234-5/+3
| * hfsplus: fix option parsing during remountChristoph Hellwig2010-11-073-5/+30
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-072-2/+2
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+9
* | fs: change d_hash for rcu-walkNick Piggin2011-01-072-2/+4
* | fs: change d_compare for rcu-walkNick Piggin2011-01-072-7/+13
|/
* new helper: mount_bdev()Al Viro2010-10-291-6/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2010-10-282-2/+4
|\
| * hfsplus: free space correcly for files unlinked while openChristoph Hellwig2010-10-271-1/+3