aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
Commit message (Expand)AuthorAge
* 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
* hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersChristoph Hellwig2010-10-14
* hfsplus: create correct initial catalog entries for device filesChristoph Hellwig2010-10-14
* hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig2010-10-14
* hfsplus: fix link corruptionChristoph Hellwig2010-10-14
* hfsplus: validate btree flagsChristoph Hellwig2010-10-14
* hfsplus: handle more on-disk corruptions without oopsingEric Sandeen2010-10-14
* hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro2010-10-14
* hfsplus: fix oops on mount with corrupted btree extent recordsJeff Mahoney2010-10-14
* hfsplus: fix rename over directoriesChristoph Hellwig2010-10-01
* hfsplus: convert tree_lock to mutexThomas Gleixner2010-09-30