| Commit message (Expand) | Author | Age | Files | Lines |
* | switch fat to ->s_d_op, close exportfs races there | Al Viro | 2011-01-12 | 1 | -8/+5 |
* | fs: dcache reduce branches in lookup path | Nick Piggin | 2011-01-07 | 1 | -2/+2 |
* | fs: icache RCU free inodes | Nick Piggin | 2011-01-07 | 1 | -1/+8 |
* | BKL: Remove BKL from fat | Arnd Bergmann | 2010-10-04 | 1 | -5/+0 |
* | covert fatfs to ->evict_inode() | Al Viro | 2010-08-09 | 1 | -11/+9 |
* | get rid of cont_write_begin_newtrunc | Christoph Hellwig | 2010-08-09 | 1 | -1/+1 |
* | sort out blockdev_direct_IO variants | Christoph Hellwig | 2010-08-09 | 1 | -2/+2 |
* | fat: convert to use the new truncate convention. | npiggin@suse.de | 2010-05-27 | 1 | -6/+29 |
* | fatfs: ratelimit corruption report | OGAWA Hirofumi | 2010-05-25 | 1 | -0/+2 |
* | fat: Cleanup nls_unload() usage | OGAWA Hirofumi | 2010-03-16 | 1 | -4/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2010-03-12 | 1 | -1/+1 |
|\ |
|
| * | fat: Fix stat->f_namelen | Kevin Dankwardt | 2010-02-10 | 1 | -1/+1 |
* | | pass writeback_control to ->write_inode | Christoph Hellwig | 2010-03-05 | 1 | -2/+7 |
|/ |
|
* | fat: make discard a mount option | Christoph Hellwig | 2009-11-21 | 1 | -1/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2009-09-30 | 1 | -7/+11 |
|\ |
|
| * | fat: Check s_dirt in fat_sync_fs() | OGAWA Hirofumi | 2009-09-20 | 1 | -5/+9 |
| * | vfat: change the default from shortname=lower to shortname=mixed | Paul Wise | 2009-08-01 | 1 | -2/+2 |
* | | fs: Make unload_nls() NULL pointer safe | Thomas Gleixner | 2009-09-24 | 1 | -12/+4 |
|/ |
|
* | fat: Fix the removal of opts->fs_dmask | OGAWA Hirofumi | 2009-06-20 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2009-06-16 | 1 | -4/+24 |
|\ |
|
| * | FAT: add 'errors' mount option | Denis Karpov | 2009-06-04 | 1 | -4/+24 |
* | | fat: add ->sync_fs | Christoph Hellwig | 2009-06-11 | 1 | -0/+11 |
* | | Sanitize ->fsync() for FAT | Al Viro | 2009-06-11 | 1 | -1/+10 |
* | | ->write_super lock_super pushdown | Christoph Hellwig | 2009-06-11 | 1 | -0/+2 |
* | | push BKL down into ->put_super | Christoph Hellwig | 2009-06-11 | 1 | -0/+4 |
* | | remove ->write_super call in generic_shutdown_super | Christoph Hellwig | 2009-06-11 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-04-02 | 1 | -1/+1 |
|\ |
|
| * | New helper - current_umask() | Al Viro | 2009-03-31 | 1 | -1/+1 |
* | | fs/fat: return f_fsid for statfs(2) | Coly Li | 2009-04-02 | 1 | -1/+5 |
|/ |
|
* | Fix _fat_bmap() locking | OGAWA Hirofumi | 2009-03-11 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2008-12-30 | 1 | -0/+2 |
|\ |
|
| * | fat: make sure to set d_ops in fat_get_parent | Christoph Hellwig | 2008-11-12 | 1 | -0/+2 |
* | | Merge branch 'master' into next | James Morris | 2008-11-14 | 1 | -60/+71 |
|\ \
| |/ |
|
| * | fat: ->i_pos race fix | OGAWA Hirofumi | 2008-11-06 | 1 | -2/+19 |
| * | fat: mmu_private race fix | OGAWA Hirofumi | 2008-11-06 | 1 | -2/+2 |
| * | fat: Fix _fat_bmap() race | OGAWA Hirofumi | 2008-11-06 | 1 | -1/+8 |
| * | fat: Fix ATTR_RO for directory | OGAWA Hirofumi | 2008-11-06 | 1 | -4/+13 |
| * | fat: Cleanup FAT attribute stuff | OGAWA Hirofumi | 2008-11-06 | 1 | -10/+9 |
| * | fat: use fat_detach() in fat_clear_inode() | OGAWA Hirofumi | 2008-11-06 | 1 | -6/+1 |
| * | fat: improve fat_hash() | OGAWA Hirofumi | 2008-11-06 | 1 | -11/+7 |
| * | fat: Fix and cleanup timestamp conversion | OGAWA Hirofumi | 2008-11-06 | 1 | -23/+11 |
| * | fat: split include/msdos_fs.h | OGAWA Hirofumi | 2008-11-06 | 1 | -1/+1 |
* | | CRED: Wrap task credential accesses in the FAT filesystem | David Howells | 2008-11-14 | 1 | -2/+2 |
|/ |
|
* | fs: remove prepare_write/commit_write | Nick Piggin | 2008-10-30 | 1 | -1/+1 |
* | [PATCH] switch all filesystems over to d_obtain_alias | Christoph Hellwig | 2008-10-23 | 1 | -34/+18 |
* | vfs: Use const for kernel parser table | Steven Whitehouse | 2008-10-13 | 1 | -3/+3 |
* | vfat: fix 'sync' mount deadlock due to BKL->lock_super conversion | Linus Torvalds | 2008-08-20 | 1 | -7/+3 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 1 | -1/+1 |
* | fatfs: add UTC timestamp option | Joe Peterson | 2008-07-25 | 1 | -7/+20 |
* | fat: fix parse_options() | OGAWA Hirofumi | 2008-07-25 | 1 | -2/+5 |