aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+1
* hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki2012-06-221-1/+1
* hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2012-05-072-0/+15
* hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee2011-10-252-4/+4
* hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee2011-10-254-42/+101
* 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
| * hfsplus: fix double lock typo in ioctlDan Carpenter2010-10-251-1/+1
* | new helper: ihold()Al Viro2010-10-251-1/+1
* | list.h: new helper - hlist_add_fake()Al Viro2010-10-251-1/+1
|/
* hfsplus: fix getxattr return valueChristoph Hellwig2010-10-151-1/+1
* hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersChristoph Hellwig2010-10-141-8/+0
* hfsplus: create correct initial catalog entries for device filesChristoph Hellwig2010-10-144-32/+18
* hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig2010-10-144-17/+12