aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2010-10-14hfsplus: handle more on-disk corruptions without oopsingGravatar Eric Sandeen 4-8/+48
2010-10-14hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageGravatar Al Viro 1-3/+15
2010-10-14hfsplus: fix oops on mount with corrupted btree extent recordsGravatar Jeff Mahoney 1-2/+9
2010-10-01hfsplus: fix rename over directoriesGravatar Christoph Hellwig 1-1/+4
2010-10-01hfsplus: convert tree_lock to mutexGravatar Thomas Gleixner 3-4/+4
2010-10-01hfsplus: add missing extent locking in hfsplus_write_inodeGravatar Christoph Hellwig 2-15/+34
2010-10-01hfsplus: protect readdir against removals from open_dir_listGravatar Christoph Hellwig 1-0/+2
2010-10-01hfsplus: use atomic bitops for the superblock flagsGravatar Christoph Hellwig 6-28/+30
2010-10-01hfsplus: add per-superblock lock for volume header updatesGravatar Christoph Hellwig 3-24/+50
2010-10-01hfsplus: remove the rsrc_inodes listGravatar Christoph Hellwig 3-4/+9
2010-10-01hfsplus: do not cache and write next_allocGravatar Christoph Hellwig 2-3/+0
2010-10-01hfsplus: fix error handling in hfsplus_symlinkGravatar Christoph Hellwig 1-14/+12
2010-10-01hfsplus: merge mknod/mkdir/creatGravatar Christoph Hellwig 1-48/+16
2010-10-01hfsplus: clean up hfsplus_write_inodeGravatar Christoph Hellwig 1-43/+37
2010-10-01hfsplus: clean up hfsplus_igetGravatar Christoph Hellwig 1-37/+40
2010-10-01hfsplus: fix HFSPLUS_I calling conventionGravatar Christoph Hellwig 8-173/+193
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionGravatar Christoph Hellwig 13-189/+209
2010-10-01hfsplus: remove BKL from hfsplus_put_superGravatar Christoph Hellwig 1-5/+0
2010-10-01hfsplus: use alloc_mutex in hfsplus_sync_fsGravatar Christoph Hellwig 1-2/+2
2010-10-01hfsplus: introduce alloc_mutexGravatar Christoph Hellwig 3-4/+8
2010-10-01hfsplus: protect setflags using i_mutexGravatar Christoph Hellwig 1-7/+8
2010-10-01hfsplus: split hfsplus_ioctlGravatar Christoph Hellwig 1-65/+80
2010-10-01hfsplus: fix BKL leak in hfsplus_ioctlGravatar Christoph Hellwig 1-2/+2
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-3/+5
2010-08-09get rid of file_fsync()Gravatar Al Viro 3-2/+28
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-1/+11
2010-08-09add missing setattr methodsGravatar Christoph Hellwig 1-0/+12
2010-08-09get rid of cont_write_begin_newtruncGravatar Christoph Hellwig 1-1/+10
2010-08-09sort out blockdev_direct_IO variantsGravatar Christoph Hellwig 1-1/+16
2010-05-17hfsplus: Push down BKL into ioctl functionGravatar Arnd Bergmann 4-7/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+2
2009-10-29hfsplus: refuse to mount volumes larger than 2TBGravatar Ben Hutchings 1-0/+4
2009-09-24fs: Make unload_nls() NULL pointer safeGravatar Thomas Gleixner 1-4/+2
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-11hfsplus: add ->sync_fsGravatar Christoph Hellwig 1-5/+11
2009-06-11->write_super lock_super pushdownGravatar Christoph Hellwig 1-1/+5
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+5
2009-06-11remove ->write_super call in generic_shutdown_superGravatar Christoph Hellwig 1-0/+2
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2009-04-02fs/hfsplus: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+3
2009-03-31New helper - current_umask()Gravatar Al Viro 1-1/+1
2009-03-27constify dentry_operations: misc filesystemsGravatar Al Viro 2-2/+2
2009-01-22fs/Kconfig: move hfs, hfsplus outGravatar Alexey Dobriyan 1-0/+13
2008-11-14CRED: Wrap task credential accesses in the HFSplus filesystemGravatar David Howells 2-4/+4
2008-10-23[PATCH] move executable checking into ->permission()Gravatar Miklos Szeredi 1-13/+0
2008-10-20hfsplus: fix possible deadlock when handling corrupted extentsGravatar Eric Sesterhenn 1-0/+3
2008-10-20hfsplus: missing O_LARGEFILE checkGravatar Alan Cox 1-0/+2
2008-10-16hfsplus: check read_mapping_page() return valueGravatar Eric Sesterhenn 1-0/+12
2008-10-16hfsplus: fix Buffer overflow with a corrupted imageGravatar Eric Sesterhenn 1-0/+5