aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
Commit message (Expand)AuthorAge
* hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee2011-07-22
* hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota2011-07-22
* hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedAlexey Khoroshilov2011-07-07
* hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov2011-07-07
* hfsplus: lift the 2TB size limitChristoph Hellwig2011-06-30
* hfsplus: fix overflow in hfsplus_read_wrapperChristoph Hellwig2011-06-30
* hfsplus: fix overflow in hfsplus_get_blockChristoph Hellwig2011-06-30
* hfsplus: assignments inside `if' condition clean-upAnton Salikhmetov2011-06-30
* hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov2011-06-30
* hfsplus: add missing call to bio_put()Seth Forshee2011-06-30
* hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-23
|/
* hfsplus: fix up a comparism in hfsplus_file_extendChristoph Hellwig2011-02-03
* hfsplus: fix two memory leaks in wrapper.cChuck Ebbert2011-02-03
* hfsplus: do not leak buffer on errorChuck Ebbert2011-02-03
* hfsplus: fix failed mount handlingChristoph Hellwig2011-02-03
* switch hfsplusAl Viro2011-01-12
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-01-07
|\
| * hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov2010-12-16
| * hfsplus: spaces/indentation clean-upAnton Salikhmetov2010-12-16
| * hfsplus: C99 comments clean-upAnton Salikhmetov2010-12-16
| * hfsplus: over 80 character lines clean-upAnton Salikhmetov2010-12-16
| * hfsplus: fix an artifact in ioctl flag checkingAnton Salikhmetov2010-12-16
| * hfsplus: flush disk caches in sync and fsyncChristoph Hellwig2010-11-23
| * hfsplus: optimize fsyncChristoph Hellwig2010-11-23
| * hfsplus: split up inode flagsChristoph Hellwig2010-11-23
| * hfsplus: write up fsync for directoriesChristoph Hellwig2010-11-23
| * hfsplus: simplify fsyncChristoph Hellwig2010-11-23
| * hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig2010-11-23
| * hfsplus: make sure sync writes out all metadataChristoph Hellwig2010-11-23
| * hfsplus: use raw bio access for partition tablesChristoph Hellwig2010-11-23
| * hfsplus: use raw bio access for the volume headersChristoph Hellwig2010-11-23
| * hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig2010-11-23
| * hfsplus: silence a few debug printksChristoph Hellwig2010-11-23
| * hfsplus: fix option parsing during remountChristoph Hellwig2010-11-07
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* | fs: icache RCU free inodesNick Piggin2011-01-07
* | fs: change d_hash for rcu-walkNick Piggin2011-01-07
* | fs: change d_compare for rcu-walkNick Piggin2011-01-07
|/
* new helper: mount_bdev()Al Viro2010-10-29
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2010-10-28
|\
| * hfsplus: free space correcly for files unlinked while openChristoph Hellwig2010-10-27
| * hfsplus: fix double lock typo in ioctlDan Carpenter2010-10-25
* | new helper: ihold()Al Viro2010-10-25
* | list.h: new helper - hlist_add_fake()Al Viro2010-10-25
|/
* hfsplus: fix getxattr return valueChristoph Hellwig2010-10-15