| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | fat: drop lock/unlock super | Marco Stornelli | 5 | -34/+36 |
| 2012-10-06 | fat: simplify writeback_inode() | Namjae Jeon | 1 | -9/+5 |
| 2012-10-06 | fat: no need to reset EOF in ent_put for FAT32 | Namjae Jeon | 1 | -3/+0 |
| 2012-10-06 | fs/fat: fix checkpatch issues in fatent.c | Cruz Julian Bishop | 1 | -4/+6 |
| 2012-10-06 | fs/fat: fix all other checkpatch issues in dir.c | Cruz Julian Bishop | 1 | -9/+14 |
| 2012-10-06 | fs/fat: fix some small checkpatch issues in dir.c | Cruz Julian Bishop | 1 | -7/+0 |
| 2012-10-06 | fs/fat: fix two checkpatch issues in cache.c | Cruz Julian Bishop | 1 | -4/+6 |
| 2012-10-06 | fs/fat: chang indentation of some comments in fat.h | Cruz Julian Bishop | 1 | -36/+36 |
| 2012-10-06 | fs/fat: fix some checkpatch issues in fat.h | Cruz Julian Bishop | 1 | -3/+3 |
| 2012-10-06 | fs/fat: fix a checkpatch issue in namei_msdos.c | Cruz Julian Bishop | 1 | -1/+1 |
| 2012-10-06 | fat (exportfs): fix dentry reconnection | Steven J. Magnani | 6 | -137/+141 |
| 2012-10-06 | fat (exportfs): move NFS support code | Steven J. Magnani | 4 | -131/+174 |
| 2012-10-06 | fat: use accessor function for msdos_dir_entry 'start' | Namjae Jeon | 1 | -4/+2 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+5 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-09-20 | userns: Convert fat to use kuid/kgid where appropriate | Eric W. Biederman | 3 | -11/+17 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+7 |
| 2012-07-30 | fat: refactor shortname parsing | Steven J. Magnani | 1 | -118/+137 |
| 2012-07-30 | fat: accessors for msdos_dir_entry 'start' fields | Steven J. Magnani | 4 | -25/+24 |
| 2012-07-31 | fat: Push mnt_want_write() outside of i_mutex | Jan Kara | 1 | -8/+7 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 2 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 2 | -2/+2 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -6/+6 |
| 2012-07-11 | fat: fix non-atomic NFS i_pos read | Steven J. Magnani | 1 | -7/+6 |
| 2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+4 |
| 2012-05-31 | fat: use fat_msg_ratelimit() in fat__get_entry() | Namjae Jeon | 1 | -2/+2 |
| 2012-05-31 | fat: add fat_msg_ratelimit() | Namjae Jeon | 1 | -0/+5 |
| 2012-05-31 | fat: switch to fsinfo_inode | Artem Bityutskiy | 2 | -31/+18 |
| 2012-05-31 | fat: mark superblock as dirty less often | Artem Bityutskiy | 1 | -4/+5 |
| 2012-05-31 | fat: introduce mark_fsinfo_dirty helper | Artem Bityutskiy | 1 | -4/+9 |
| 2012-05-31 | fat: introduce special inode for managing the FSINFO block | Artem Bityutskiy | 2 | -0/+13 |
| 2012-05-29 | ->encode_fh() API change | Al Viro | 1 | -5/+4 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-03-23 | fat: fix bug in enforcing Long File Name length | Namjae Jeon | 1 | -1/+1 |
| 2012-03-23 | fat: clean up xlate_to_uni() | Namjae Jeon | 1 | -47/+36 |
| 2012-03-20 | fat: switch to d_make_root() | Al Viro | 1 | -4/+4 |
| 2012-01-09 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+2 |
| 2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -13/+13 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -3/+3 |
| 2012-01-03 | fat: propagate umode_t | Al Viro | 2 | -5/+5 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 2 | -2/+2 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2 | -2/+2 |
| 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-12-15 | fat: Spelling s/obsolate/obsolete/g | Geert Uytterhoeven | 1 | -13/+13 |
| 2011-11-18 | NLS: improve UTF8 -> UTF16 string conversion routine | Alan Stern | 1 | -1/+2 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 3 | -4/+4 |
| 2011-10-31 | fat: follow rename pack_hex_byte() to hex_byte_pack() | Andy Shevchenko | 1 | -2/+2 |
| 2011-10-31 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -5/+4 |
| 2011-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2 | -5/+4 |
| 2011-08-17 | fat: fat16 support maximum 4GB file/vol size as WinXP or 7. | Namjae Jeon | 1 | -2/+1 |
| 2011-08-17 | fat: fix utf8 iocharset warning message | Mihai Moldovan | 1 | -2/+2 |
| 2011-08-17 | fat: fix build warning | Jonas Aberg | 1 | -1/+1 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2 | -3/+4 |
| 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-20 | fat: remove i_alloc_sem abuse | Christoph Hellwig | 3 | -2/+7 |
| 2011-07-20 | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) | Al Viro | 1 | -19/+10 |
| 2011-07-20 | LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step | Al Viro | 1 | -4/+2 |
| 2011-05-31 | fat: Fix corrupt inode flags when remove ATTR_SYS flag | OGAWA Hirofumi | 1 | -1/+1 |
| 2011-05-28 | fat: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2 | -10/+0 |
| 2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -0/+10 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 2 | -0/+6 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 2 | -0/+4 |
| 2011-04-12 | fat: Fix statfs->f_namelen | OGAWA Hirofumi | 1 | -1/+2 |
| 2011-04-12 | fat: Replace all printk with fat_msg() | Alexey Fisher | 4 | -54/+55 |
| 2011-04-12 | fat: Add fat_msg() function for preformated FAT messages | Alexey Fisher | 2 | -0/+18 |
| 2011-04-12 | fat: Convert fat_fs_error to use %pV | Alexey Fisher | 2 | -16/+16 |
| 2011-04-12 | fat: Fix possible null deref in fat_cache_add() | OGAWA Hirofumi | 1 | -0/+7 |
| 2011-04-12 | fat: use new setup() for ->dir_ops too | OGAWA Hirofumi | 4 | -9/+6 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+0 |
| 2011-03-14 | exportfs: Return the minimum required handle size | Aneesh Kumar K.V | 1 | -1/+3 |
| 2011-03-10 | fat: fix d_revalidate oopsen on NFS exports | Al Viro | 1 | -2/+2 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+0 |
| 2011-01-12 | switch fat to ->s_d_op, close exportfs races there | Al Viro | 4 | -45/+25 |
| 2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 1 | -0/+6 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 3 | -9/+9 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2011-01-07 | fs: change d_hash for rcu-walk | Nick Piggin | 2 | -4/+7 |
| 2011-01-07 | fs: change d_compare for rcu-walk | Nick Piggin | 2 | -19/+28 |
| 2010-10-29 | new helper: mount_bdev() | Al Viro | 2 | -10/+8 |
| 2010-10-22 | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2 | -5/+3 |
| 2010-10-04 | BKL: Remove BKL from fat | Arnd Bergmann | 3 | -13/+6 |
| 2010-10-04 | BKL: Explicitly add BKL around get_sb/fill_super | Jan Blunck | 2 | -2/+12 |
| 2010-09-16 | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 1 | -2/+1 |
| 2010-09-10 | block: remove the BH_Eopnotsupp flag | Christoph Hellwig | 1 | -4/+1 |
| 2010-09-10 | fat: do not send discards as barriers | Christoph Hellwig | 1 | -1/+1 |
| 2010-09-10 | block: pass gfp_mask and flags to sb_issue_discard | Christoph Hellwig | 1 | -1/+3 |
| 2010-08-18 | remove SWRITE* I/O types | Christoph Hellwig | 1 | -1/+3 |
| 2010-08-09 | covert fatfs to ->evict_inode() | Al Viro | 1 | -11/+9 |
| 2010-08-09 | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 2 | -16/+2 |
| 2010-08-09 | always call inode_change_ok early in ->setattr | Christoph Hellwig | 1 | -15/+15 |
| 2010-08-09 | rename generic_setattr | Christoph Hellwig | 1 | -1/+1 |
| 2010-08-09 | get rid of cont_write_begin_newtrunc | Christoph Hellwig | 1 | -1/+1 |
| 2010-08-09 | sort out blockdev_direct_IO variants | Christoph Hellwig | 1 | -2/+2 |
| 2010-05-27 | fat: convert to use the new truncate convention. | npiggin@suse.de | 3 | -15/+57 |
| 2010-05-27 | rename the generic fsync implementations | Christoph Hellwig | 1 | -1/+1 |
| 2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 2 | -5/+4 |
| 2010-05-25 | fatfs: ratelimit corruption report | OGAWA Hirofumi | 4 | -18/+31 |
| 2010-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 4 | -25/+32 |
| 2010-05-17 | fat: convert to unlocked_ioctl | Arnd Bergmann | 3 | -10/+24 |
| 2010-04-05 | Merge branch 'master' into export-slabh | Tejun Heo | 1 | -3/+3 |
| 2010-03-31 | fat: fix buffer overflow in vfat_create_shortname() | Nikolaus Schulz | 1 | -3/+3 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-16 | fat: Cleanup nls_unload() usage | OGAWA Hirofumi | 1 | -4/+2 |
| 2010-03-16 | fat: use pack_hex_byte() instead of custom one | Andy Shevchenko | 1 | -11/+6 |
| 2010-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2 | -9/+20 |
| 2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 1 | -2/+7 |
| 2010-02-10 | fat: Fix stat->f_namelen | Kevin Dankwardt | 2 | -4/+4 |
| 2010-01-12 | fat: Fix vfat_lookup() | OGAWA Hirofumi | 1 | -5/+16 |
| 2009-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 3 | -12/+24 |
| 2009-12-16 | fatfs: use common time_to_tm in fat_time_unix2fat() | Zhaolei | 1 | -42/+15 |
| 2009-11-21 | fat: make discard a mount option | Christoph Hellwig | 3 | -12/+24 |
| 2009-09-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 4 | -22/+21 |
| 2009-09-24 | fs: Make unload_nls() NULL pointer safe | Thomas Gleixner | 1 | -12/+4 |
| 2009-09-20 | fat: Check s_dirt in fat_sync_fs() | OGAWA Hirofumi | 3 | -9/+15 |
| 2009-09-14 | fat: Opencode sync_page_range_nolock() | Jan Kara | 2 | -4/+22 |
| 2009-08-01 | vfat: change the default from shortname=lower to shortname=mixed | Paul Wise | 1 | -2/+2 |
| 2009-08-01 | fat/nls: Fix handling of utf8 invalid char | OGAWA Hirofumi | 1 | -11/+4 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 3 | -3/+0 |
| 2009-07-10 | Fix congestion_wait() sync/async vs read/write confusion | Jens Axboe | 1 | -1/+1 |
| 2009-06-20 | fat: Fix the removal of opts->fs_dmask | OGAWA Hirofumi | 1 | -1/+1 |
| 2009-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2 | -16/+17 |
| 2009-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 9 | -110/+147 |
| 2009-06-15 | NLS: update handling of Unicode | Alan Stern | 2 | -16/+17 |
| 2009-06-11 | fat: add ->sync_fs | Christoph Hellwig | 1 | -0/+11 |
| 2009-06-11 | Sanitize ->fsync() for FAT | Al Viro | 7 | -19/+49 |
| 2009-06-11 | ->write_super lock_super pushdown | Christoph Hellwig | 1 | -0/+2 |
| 2009-06-11 | push BKL down into ->put_super | Christoph Hellwig | 1 | -0/+4 |
| 2009-06-11 | remove ->write_super call in generic_shutdown_super | Christoph Hellwig | 1 | -0/+3 |
| 2009-06-08 | fat: split fat_generic_ioctl | Christoph Hellwig | 1 | -88/+94 |
| 2009-06-04 | FAT: add 'errors' mount option | Denis Karpov | 9 | -22/+53 |
| 2009-04-17 | vfat: Note the NLS requirement | Alan Cox | 1 | -0/+3 |
| 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/fat: return f_fsid for statfs(2) | Coly Li | 1 | -1/+5 |
| 2009-03-31 | New helper - current_umask() | Al Viro | 1 | -1/+1 |
| 2009-03-27 | constify dentry_operations: FAT | Al Viro | 2 | -3/+3 |
| 2009-03-11 | Fix _fat_bmap() locking | OGAWA Hirofumi | 1 | -2/+2 |
| 2009-01-22 | fs/Kconfig: move fat out | Alexey Dobriyan | 1 | -0/+97 |
| 2008-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 3 | -2/+3 |
| 2008-11-14 | Merge branch 'master' into next | James Morris | 10 | -148/+2395 |
| 2008-11-14 | CRED: Wrap task credential accesses in the FAT filesystem | David Howells | 2 | -3/+3 |
| 2008-11-12 | fat: make sure to set d_ops in fat_get_parent | Christoph Hellwig | 1 | -0/+2 |
| 2008-11-12 | fat: fix duplicate addition of ->llseek handler | OGAWA Hirofumi | 1 | -1/+0 |
| 2008-11-12 | fat: drop negative dentry on rename() path | OGAWA Hirofumi | 1 | -1/+1 |
| 2008-11-06 | fat: i_blocks warning fix | OGAWA Hirofumi | 4 | -6/+9 |
| 2008-11-06 | fat: ->i_pos race fix | OGAWA Hirofumi | 1 | -2/+19 |
| 2008-11-06 | fat: mmu_private race fix | OGAWA Hirofumi | 4 | -10/+25 |
| 2008-11-06 | fat: Add printf attribute to fat_fs_panic() | OGAWA Hirofumi | 1 | -1/+2 |
| 2008-11-06 | fat: Fix _fat_bmap() race | OGAWA Hirofumi | 1 | -1/+8 |
| 2008-11-06 | fat: Fix ATTR_RO for directory | OGAWA Hirofumi | 3 | -12/+35 |
| 2008-11-06 | fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 | OGAWA Hirofumi | 2 | -5/+35 |
| 2008-11-06 | fat: Cleanup FAT attribute stuff | OGAWA Hirofumi | 3 | -31/+40 |
| 2008-11-06 | fat: Cleanup msdos_lookup() | OGAWA Hirofumi | 1 | -17/+21 |
| 2008-11-06 | fat: Kill d_invalidate() in vfat_lookup() | OGAWA Hirofumi | 1 | -7/+6 |
| 2008-11-06 | fat: Fix/Cleanup dcache handling for vfat | OGAWA Hirofumi | 1 | -44/+80 |
| 2008-11-06 | vfat: Fix vfat_find() error path in vfat_lookup() | OGAWA Hirofumi | 1 | -5/+13 |
| 2008-11-06 | fat: use fat_detach() in fat_clear_inode() | OGAWA Hirofumi | 1 | -6/+1 |
| 2008-11-06 | fat: Fix fat_ent_update_ptr() for FAT12 | OGAWA Hirofumi | 1 | -4/+14 |
| 2008-11-06 | fat: improve fat_hash() | OGAWA Hirofumi | 2 | -12/+7 |
| 2008-11-06 | fat: cleanup fat_parse_long() error handling | Darren Jenkins | 1 | -3/+4 |
| 2008-11-06 | fat: use generic_file_llseek() for directory | OGAWA Hirofumi | 1 | -0/+1 |
| 2008-11-06 | fat: Fix and cleanup timestamp conversion | OGAWA Hirofumi | 6 | -72/+130 |
| 2008-11-06 | fat: split include/msdos_fs.h | OGAWA Hirofumi | 9 | -8/+282 |
| 2008-11-06 | fat: move fs/vfat/* and fs/msdos/* to fs/fat | OGAWA Hirofumi | 3 | -1/+1762 |
| 2008-10-30 | fs: remove prepare_write/commit_write | Nick Piggin | 1 | -1/+1 |
| 2008-10-23 | [PATCH] fix ->llseek for more directories | Christoph Hellwig | 1 | -0/+1 |
| 2008-10-23 | [PATCH] switch all filesystems over to d_obtain_alias | Christoph Hellwig | 1 | -34/+18 |
| 2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -3/+3 |
| 2008-10-09 | Let the block device know when sectors can be discarded | David Woodhouse | 1 | -0/+14 |
| 2008-08-20 | vfat: fix 'sync' mount deadlock due to BKL->lock_super conversion | Linus Torvalds | 1 | -7/+3 |
| 2008-08-02 | fat: Fix allow_utime option | OGAWA Hirofumi | 1 | -2/+4 |
| 2008-07-26 | [patch 3/4] fat: dont call notify_change | Miklos Szeredi | 1 | -1/+14 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2 | -2/+2 |
| 2008-07-25 | fatfs: add UTC timestamp option | Joe Peterson | 3 | -12/+27 |
| 2008-07-25 | fat: small optimization to __fat_readdir() | OGAWA Hirofumi | 1 | -32/+39 |
| 2008-07-25 | fat: use same logic in fat_search_long() and __fat_readdir() | OGAWA Hirofumi | 1 | -16/+26 |
| 2008-07-25 | fat: cleanup fs/fat/dir.c | OGAWA Hirofumi | 1 | -64/+67 |
| 2008-07-25 | fat/dir.c: switch to struct __fat_dirent | Adrian Bunk | 1 | -4/+3 |
| 2008-07-25 | fat: fix parse_options() | OGAWA Hirofumi | 1 | -2/+5 |
| 2008-07-14 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 1 | -17/+27 |
| 2008-07-02 | Make FAT users happier by not deadlocking | Jonathan Corbet | 1 | -9/+1 |
| 2008-06-20 | Replace BKL with superblock lock in fat/msdos/vfat | Linus Torvalds | 4 | -18/+26 |
| 2008-06-12 | fat: relax the permission check of fat_setattr() | OGAWA Hirofumi | 1 | -17/+27 |
| 2008-04-30 | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 3 | -5/+5 |
| 2008-04-29 | fat: use get/put_unaligned_* helpers | Harvey Harrison | 1 | -5/+3 |
| 2008-04-28 | fatfs: fix build warning with 64k PAGE_SIZE | Olof Johansson | 1 | -1/+1 |
| 2008-04-28 | FAT_VALID_MEDIA(): remove pointless test | Andrew Morton | 1 | -1/+1 |
| 2008-04-28 | fat: use __getname() | OGAWA Hirofumi | 1 | -10/+10 |
| 2008-04-28 | vfat: bug fix for vfat cannot handle filename with 255 | Keith Mok | 1 | -16/+28 |
| 2008-04-28 | fat: Remove fat_clusters_flush() | OGAWA Hirofumi | 1 | -2/+0 |
| 2008-04-28 | fat: Update free_clusters even if it is untrusted | OGAWA Hirofumi | 2 | -5/+9 |
| 2008-04-28 | fat: Add allow_utime option | OGAWA Hirofumi | 2 | -3/+39 |
| 2008-04-28 | fat: fat_setattr() fix | OGAWA Hirofumi | 1 | -9/+6 |
| 2008-04-28 | fat: fat_notify_change() and check_mode() cleanup | OGAWA Hirofumi | 1 | -99/+84 |
| 2008-04-28 | fat: kill is_bad_inode() check | OGAWA Hirofumi | 1 | -7/+2 |
| 2008-04-19 | [PATCH] r/o bind mounts: elevate write count for ioctls() | Dave Hansen | 1 | -5/+7 |
| 2008-02-08 | mount options: fix fat | Miklos Szeredi | 1 | -0/+2 |
| 2008-02-07 | iget: stop FAT from using iget() and read_inode() | David Howells | 1 | -4/+2 |