| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+6 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+6 |
| 2012-09-21 | userns: Convert hfsplus to use kuid and kgid where appropriate | Eric W. Biederman | 4 | -11/+20 |
| 2012-07-30 | hfsplus: use -ENOMEM when kzalloc() fails | Namjae Jeon | 1 | -1/+1 |
| 2012-07-22 | hfsplus: get rid of write_super | Artem Bityutskiy | 5 | -16/+43 |
| 2012-07-22 | hfsplus: remove useless check | Artem Bityutskiy | 1 | -3/+0 |
| 2012-07-22 | hfsplus: amend debugging print | Artem Bityutskiy | 1 | -1/+1 |
| 2012-07-22 | hfsplus: make hfsplus_sync_fs static | Artem Bityutskiy | 2 | -2/+1 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 2 | -2/+2 |
| 2012-06-17 | hfsplus: fix bless ioctl when used with hardlinks | Matthew Garrett | 1 | -2/+7 |
| 2012-06-17 | hfsplus: fix overflow in sector calculations in hfsplus_submit_bio | Janne Kalliomäki | 1 | -1/+1 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-05-04 | hfsplus: Fix potential buffer overflows | Greg Kroah-Hartman | 2 | -0/+15 |
| 2012-03-20 | hfsplus: add an ioctl to bless files | Matthew Garrett | 2 | -0/+39 |
| 2012-03-20 | hfsplus: change finder_info to u32 | Matthew Garrett | 1 | -1/+1 |
| 2012-03-20 | hfsplus: initialise userflags | Matthew Garrett | 1 | -0/+2 |
| 2012-03-20 | hfsplus: switch to d_make_root() | Al Viro | 1 | -8/+9 |
| 2012-01-10 | hfsplus: creation of hidden dir on mount can fail | Al Viro | 1 | -2/+9 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 2 | -3/+3 |
| 2012-01-03 | hfsplus: propagate umode_t | Al Viro | 2 | -2/+2 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2012-01-03 | vfs: mnt_drop_write_file() | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch a bunch of places to mnt_want_write_file() | Al Viro | 1 | -1/+1 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -5/+5 |
| 2011-11-02 | filesystems: add missing nlink wrappers | Miklos Szeredi | 1 | -2/+2 |
| 2011-09-15 | hfsplus: fix filesystem size checks | Christoph Hellwig | 1 | -3/+8 |
| 2011-09-15 | hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path | Seth Forshee | 2 | -4/+4 |
| 2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -4/+15 |
| 2011-07-22 | hfsplus: ensure bio requests are not smaller than the hardware sectors | Seth Forshee | 4 | -42/+101 |
| 2011-07-22 | hfsplus: Add additional range check to handle on-disk corruptions | Naohiro Aota | 1 | -0/+4 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2 | -2/+11 |
| 2011-07-20 | fs: simplify the blockdev_direct_IO prototype | Christoph Hellwig | 1 | -2/+2 |
| 2011-07-20 | fs: move inode_dio_wait calls into ->setattr | Christoph Hellwig | 1 | -0/+2 |
| 2011-07-07 | hfsplus: Add error propagation for hfsplus_ext_write_extent_locked | Alexey Khoroshilov | 3 | -10/+24 |
| 2011-07-07 | hfsplus: add error checking for hfs_find_init() | Alexey Khoroshilov | 5 | -26/+51 |
| 2011-06-30 | hfsplus: lift the 2TB size limit | Christoph Hellwig | 2 | -4/+9 |
| 2011-06-30 | hfsplus: fix overflow in hfsplus_read_wrapper | Christoph Hellwig | 1 | -2/+3 |
| 2011-06-30 | hfsplus: fix overflow in hfsplus_get_block | Christoph Hellwig | 1 | -3/+6 |
| 2011-06-30 | hfsplus: assignments inside `if' condition clean-up | Anton Salikhmetov | 1 | -8/+27 |
| 2011-06-30 | hfsplus: Fix double iput of the same inode in hfsplus_fill_super() | Alexey Khoroshilov | 1 | -1/+1 |
| 2011-06-30 | hfsplus: add missing call to bio_put() | Seth Forshee | 1 | -2/+5 |
| 2011-05-28 | hfsplus: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -6/+2 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -2/+4 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+0 |
| 2011-03-23 | userns: rename is_owner_or_cap to inode_owner_or_capable | Serge E. Hallyn | 1 | -1/+1 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -2/+0 |
| 2011-02-03 | hfsplus: fix up a comparism in hfsplus_file_extend | Christoph Hellwig | 1 | -2/+2 |
| 2011-02-03 | hfsplus: fix two memory leaks in wrapper.c | Chuck Ebbert | 1 | -2/+2 |
| 2011-02-03 | hfsplus: do not leak buffer on error | Chuck Ebbert | 1 | -2/+2 |
| 2011-02-03 | hfsplus: fix failed mount handling | Christoph Hellwig | 1 | -45/+61 |
| 2011-01-12 | switch hfsplus | Al Viro | 2 | -2/+1 |
| 2011-01-07 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 17 | -400/+701 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 2 | -2/+2 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+9 |
| 2011-01-07 | fs: change d_hash for rcu-walk | Nick Piggin | 2 | -2/+4 |
| 2011-01-07 | fs: change d_compare for rcu-walk | Nick Piggin | 2 | -7/+13 |
| 2010-12-16 | hfsplus: %L-to-%ll, macro correction, and remove unneeded braces | Anton Salikhmetov | 3 | -14/+14 |
| 2010-12-16 | hfsplus: spaces/indentation clean-up | Anton Salikhmetov | 4 | -14/+14 |
| 2010-12-16 | hfsplus: C99 comments clean-up | Anton Salikhmetov | 3 | -13/+16 |
| 2010-12-16 | hfsplus: over 80 character lines clean-up | Anton Salikhmetov | 16 | -123/+260 |
| 2010-12-16 | hfsplus: fix an artifact in ioctl flag checking | Anton Salikhmetov | 1 | -1/+1 |
| 2010-11-23 | hfsplus: flush disk caches in sync and fsync | Christoph Hellwig | 4 | -0/+21 |
| 2010-11-23 | hfsplus: optimize fsync | Christoph Hellwig | 6 | -32/+78 |
| 2010-11-23 | hfsplus: split up inode flags | Christoph Hellwig | 4 | -19/+29 |
| 2010-11-23 | hfsplus: write up fsync for directories | Christoph Hellwig | 3 | -1/+3 |
| 2010-11-23 | hfsplus: simplify fsync | Christoph Hellwig | 1 | -21/+20 |
| 2010-11-23 | hfsplus: avoid useless work in hfsplus_sync_fs | Christoph Hellwig | 1 | -0/+3 |
| 2010-11-23 | hfsplus: make sure sync writes out all metadata | Christoph Hellwig | 1 | -1/+19 |
| 2010-11-23 | hfsplus: use raw bio access for partition tables | Christoph Hellwig | 2 | -70/+71 |
| 2010-11-23 | hfsplus: use raw bio access for the volume headers | Christoph Hellwig | 3 | -88/+131 |
| 2010-11-23 | hfsplus: always use hfsplus_sync_fs to write the volume header | Christoph Hellwig | 1 | -6/+3 |
| 2010-11-23 | hfsplus: silence a few debug printks | Christoph Hellwig | 4 | -5/+3 |
| 2010-11-07 | hfsplus: fix option parsing during remount | Christoph Hellwig | 3 | -5/+30 |
| 2010-10-29 | new helper: mount_bdev() | Al Viro | 1 | -6/+4 |
| 2010-10-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 2 | -2/+4 |
| 2010-10-27 | hfsplus: free space correcly for files unlinked while open | Christoph Hellwig | 1 | -1/+3 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -1/+1 |
| 2010-10-25 | list.h: new helper - hlist_add_fake() | Al Viro | 1 | -1/+1 |
| 2010-10-25 | hfsplus: fix double lock typo in ioctl | Dan Carpenter | 1 | -1/+1 |
| 2010-10-15 | hfsplus: fix getxattr return value | Christoph Hellwig | 1 | -1/+1 |
| 2010-10-14 | hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers | Christoph Hellwig | 1 | -8/+0 |
| 2010-10-14 | hfsplus: create correct initial catalog entries for device files | Christoph Hellwig | 4 | -32/+18 |
| 2010-10-14 | hfsplus: remove superflous rootflags field in hfsplus_inode_info | Christoph Hellwig | 4 | -17/+12 |
| 2010-10-14 | hfsplus: fix link corruption | Christoph Hellwig | 4 | -12/+18 |
| 2010-10-14 | hfsplus: validate btree flags | Christoph Hellwig | 2 | -14/+20 |
| 2010-10-14 | hfsplus: handle more on-disk corruptions without oopsing | Eric Sandeen | 4 | -8/+48 |
| 2010-10-14 | hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage | Al Viro | 1 | -3/+15 |
| 2010-10-14 | hfsplus: fix oops on mount with corrupted btree extent records | Jeff Mahoney | 1 | -2/+9 |
| 2010-10-01 | hfsplus: fix rename over directories | Christoph Hellwig | 1 | -1/+4 |
| 2010-10-01 | hfsplus: convert tree_lock to mutex | Thomas Gleixner | 3 | -4/+4 |
| 2010-10-01 | hfsplus: add missing extent locking in hfsplus_write_inode | Christoph Hellwig | 2 | -15/+34 |
| 2010-10-01 | hfsplus: protect readdir against removals from open_dir_list | Christoph Hellwig | 1 | -0/+2 |
| 2010-10-01 | hfsplus: use atomic bitops for the superblock flags | Christoph Hellwig | 6 | -28/+30 |
| 2010-10-01 | hfsplus: add per-superblock lock for volume header updates | Christoph Hellwig | 3 | -24/+50 |
| 2010-10-01 | hfsplus: remove the rsrc_inodes list | Christoph Hellwig | 3 | -4/+9 |
| 2010-10-01 | hfsplus: do not cache and write next_alloc | Christoph Hellwig | 2 | -3/+0 |
| 2010-10-01 | hfsplus: fix error handling in hfsplus_symlink | Christoph Hellwig | 1 | -14/+12 |
| 2010-10-01 | hfsplus: merge mknod/mkdir/creat | Christoph Hellwig | 1 | -48/+16 |
| 2010-10-01 | hfsplus: clean up hfsplus_write_inode | Christoph Hellwig | 1 | -43/+37 |
| 2010-10-01 | hfsplus: clean up hfsplus_iget | Christoph Hellwig | 1 | -37/+40 |
| 2010-10-01 | hfsplus: fix HFSPLUS_I calling convention | Christoph Hellwig | 8 | -173/+193 |
| 2010-10-01 | hfsplus: fix HFSPLUS_SB calling convention | Christoph Hellwig | 13 | -189/+209 |
| 2010-10-01 | hfsplus: remove BKL from hfsplus_put_super | Christoph Hellwig | 1 | -5/+0 |
| 2010-10-01 | hfsplus: use alloc_mutex in hfsplus_sync_fs | Christoph Hellwig | 1 | -2/+2 |
| 2010-10-01 | hfsplus: introduce alloc_mutex | Christoph Hellwig | 3 | -4/+8 |
| 2010-10-01 | hfsplus: protect setflags using i_mutex | Christoph Hellwig | 1 | -7/+8 |
| 2010-10-01 | hfsplus: split hfsplus_ioctl | Christoph Hellwig | 1 | -65/+80 |
| 2010-10-01 | hfsplus: fix BKL leak in hfsplus_ioctl | Christoph Hellwig | 1 | -2/+2 |
| 2010-08-09 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 1 | -3/+5 |
| 2010-08-09 | get rid of file_fsync() | Al Viro | 3 | -2/+28 |
| 2010-08-09 | remove inode_setattr | Christoph Hellwig | 1 | -1/+11 |
| 2010-08-09 | add missing setattr methods | Christoph Hellwig | 1 | -0/+12 |
| 2010-08-09 | get rid of cont_write_begin_newtrunc | Christoph Hellwig | 1 | -1/+10 |
| 2010-08-09 | sort out blockdev_direct_IO variants | Christoph Hellwig | 1 | -1/+16 |
| 2010-05-17 | hfsplus: Push down BKL into ioctl function | Arnd Bergmann | 4 | -7/+12 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 1 | -1/+2 |
| 2009-10-29 | hfsplus: refuse to mount volumes larger than 2TB | Ben Hutchings | 1 | -0/+4 |
| 2009-09-24 | fs: Make unload_nls() NULL pointer safe | Thomas Gleixner | 1 | -4/+2 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
| 2009-06-11 | hfsplus: add ->sync_fs | Christoph Hellwig | 1 | -5/+11 |
| 2009-06-11 | ->write_super lock_super pushdown | Christoph Hellwig | 1 | -1/+5 |
| 2009-06-11 | push BKL down into ->put_super | Christoph Hellwig | 1 | -0/+5 |
| 2009-06-11 | remove ->write_super call in generic_shutdown_super | Christoph Hellwig | 1 | -0/+2 |
| 2009-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2009-04-02 | fs/hfsplus: return f_fsid for statfs(2) | Coly Li | 1 | -0/+3 |
| 2009-03-31 | New helper - current_umask() | Al Viro | 1 | -1/+1 |
| 2009-03-27 | constify dentry_operations: misc filesystems | Al Viro | 2 | -2/+2 |
| 2009-01-22 | fs/Kconfig: move hfs, hfsplus out | Alexey Dobriyan | 1 | -0/+13 |
| 2008-11-14 | CRED: Wrap task credential accesses in the HFSplus filesystem | David Howells | 2 | -4/+4 |
| 2008-10-23 | [PATCH] move executable checking into ->permission() | Miklos Szeredi | 1 | -13/+0 |
| 2008-10-20 | hfsplus: fix possible deadlock when handling corrupted extents | Eric Sesterhenn | 1 | -0/+3 |
| 2008-10-20 | hfsplus: missing O_LARGEFILE check | Alan Cox | 1 | -0/+2 |
| 2008-10-16 | hfsplus: check read_mapping_page() return value | Eric Sesterhenn | 1 | -0/+12 |
| 2008-10-16 | hfsplus: fix Buffer overflow with a corrupted image | Eric Sesterhenn | 1 | -0/+5 |
| 2008-10-16 | hfsplus: quieten down mounting hfsplus journaled fs read only | Mike Crowe | 1 | -1/+1 |
| 2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -1/+1 |
| 2008-07-26 | [PATCH] f_count may wrap around | Al Viro | 1 | -4/+0 |
| 2008-07-26 | [PATCH] sanitize ->permission() prototype | Al Viro | 1 | -1/+1 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
| 2008-07-25 | hfsplus: convert the extents_lock in a mutex | Matthias Kaehlcke | 4 | -11/+12 |
| 2008-05-13 | Fix hfsplus oops on image without extents | Eric Sesterhenn | 1 | -0/+2 |
| 2008-04-30 | hfsplus: fix warning with 64k PAGE_SIZE | Andrew Morton | 1 | -3/+7 |
| 2008-04-30 | hfs/hfsplus: be*_add_cpu conversion | Marcin Slusarz | 1 | -1/+1 |
| 2008-04-29 | trivial: fix user-visible typo in hfsplus | Dave Jones | 1 | -1/+1 |
| 2008-04-29 | hfsplus: use get/put_unaligned_* helpers | Harvey Harrison | 1 | -1/+1 |
| 2008-04-29 | hfsplus: handle match_strdup failure | Jim Meyering | 1 | -1/+2 |
| 2008-04-29 | fs/hfsplus/: proper externs | Adrian Bunk | 2 | -3/+4 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate write count for ioctls() | Dave Hansen | 1 | -15/+25 |
| 2008-04-10 | HFS+: fix unlink of links | Roman Zippel | 1 | -8/+15 |
| 2008-02-08 | fs/hfsplus/unicode.c: fix uninitialized var warning | Andrew Morton | 1 | -1/+2 |
| 2008-02-07 | iget: stop HFSPLUS from using iget() and read_inode() | David Howells | 4 | -19/+43 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -1/+1 |
| 2007-10-16 | hfsplus: convert to new aops | Nick Piggin | 2 | -19/+20 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
| 2007-07-17 | Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check | Satyam Sharma | 1 | -1/+1 |
| 2007-07-16 | HFS+: add custom dentry hash and comparison operations | Duane Griffin | 6 | -1/+138 |
| 2007-07-16 | HFS+: refactor ASCII to unicode conversion routine for later reuse | Duane Griffin | 1 | -45/+62 |
| 2007-07-16 | HFSPlus: change kmalloc/memset to kzalloc | Wyatt Banks | 1 | -2/+1 |
| 2007-07-10 | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 1 | -1/+1 |
| 2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
| 2007-05-17 | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 1 | -2/+1 |
| 2007-05-08 | is_power_of_2 in fs/hfs | Vignesh Babu BM | 1 | -1/+2 |
| 2007-05-07 | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 1 | -1/+1 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 3 | -3/+0 |
| 2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -1/+1 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 2 | Arjan van de Ven | 2 | -3/+3 |
| 2007-02-11 | [PATCH] extend the set of "__attribute__" shortcut macros | Robert P. J. Day | 1 | -2/+0 |
| 2006-12-08 | [PATCH] struct path: convert hfsplus | Josef Sipek | 2 | -2/+2 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -2/+2 |
| 2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -1/+1 |
| 2006-10-03 | fix file specification in comments | Uwe Zeisberger | 1 | -1/+1 |
| 2006-10-01 | [PATCH] r/o bind mounts: monitor zeroing of i_nlink | Dave Hansen | 1 | -2/+2 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -1/+1 |
| 2006-10-01 | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 1 | -1/+1 |
| 2006-10-01 | [PATCH] Streamline generic_file_* interfaces and filemap cleanups | Badari Pulavarty | 1 | -2/+4 |
| 2006-09-30 | [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6] | David Howells | 2 | -15/+10 |
| 2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -2/+0 |
| 2006-09-27 | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 1 | -2/+1 |
| 2006-09-27 | [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 2 | -4/+2 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-28 | [PATCH] mark address_space_operations const | Christoph Hellwig | 2 | -4/+4 |
| 2006-06-23 | [PATCH] read_mapping_page for address space | Pekka Enberg | 3 | -10/+9 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 1 | -1/+3 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -3/+5 |
| 2006-04-01 | BUG_ON() Conversion in fs/hfsplus/ | Eric Sesterhenn | 2 | -6/+3 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2 | -2/+2 |
| 2006-03-26 | [PATCH] remove ->get_blocks() support | Badari Pulavarty | 1 | -12/+1 |
| 2006-01-18 | [PATCH] hfs: set type/creator for symlinks | Roman Zippel | 2 | -2/+10 |
| 2006-01-18 | [PATCH] hfs: set correct create date for links | Roman Zippel | 2 | -12/+22 |
| 2006-01-18 | [PATCH] hfs: set correct ctime | Roman Zippel | 3 | -6/+15 |
| 2006-01-18 | [PATCH] hfs: add HFSX support | David Elliott | 8 | -23/+90 |
| 2006-01-18 | [PATCH] hfs: cleanup HFS+ prints | Roman Zippel | 11 | -72/+55 |
| 2006-01-11 | [PATCH] capable/capability.h (fs/) | Randy Dunlap | 1 | -0/+1 |