| Commit message (Expand) | Author | Age | Files | Lines |
* | fatfs: add FAT_IOCTL_GET_VOLUME_ID | Mike Lockwood | 2013-07-09 | 1 | -0/+1 |
* | fat (exportfs): rebuild directory-inode if fat_dget() | Namjae Jeon | 2013-04-29 | 1 | -0/+3 |
* | fat (exportfs): rebuild inode if ilookup() fails | Namjae Jeon | 2013-04-29 | 1 | -0/+1 |
* | fat: restructure export_operations | Namjae Jeon | 2013-04-29 | 1 | -6/+2 |
* | fat: introduce a helper fat_get_blknr_offset() | Namjae Jeon | 2013-04-29 | 1 | -0/+7 |
* | fat: move fat_i_pos_read to fat.h | Namjae Jeon | 2013-04-29 | 1 | -0/+14 |
* | fat: introduce 2 new values for the -o nfs mount option | Namjae Jeon | 2013-04-29 | 1 | -2/+5 |
* | fat: mark fs as dirty on mount and clean on umount | Oleksij Rempel | 2013-02-27 | 1 | -0/+2 |
* | fat: provide option for setting timezone offset | Jan Kara | 2012-12-17 | 1 | -1/+2 |
* | fat: drop lock/unlock super | Marco Stornelli | 2012-10-09 | 1 | -2/+3 |
* | fs/fat: chang indentation of some comments in fat.h | Cruz Julian Bishop | 2012-10-06 | 1 | -36/+36 |
* | fs/fat: fix some checkpatch issues in fat.h | Cruz Julian Bishop | 2012-10-06 | 1 | -3/+3 |
* | fat (exportfs): fix dentry reconnection | Steven J. Magnani | 2012-10-06 | 1 | -15/+12 |
* | fat (exportfs): move NFS support code | Steven J. Magnani | 2012-10-06 | 1 | -0/+22 |
* | userns: Convert fat to use kuid/kgid where appropriate | Eric W. Biederman | 2012-09-20 | 1 | -2/+2 |
* | fat: accessors for msdos_dir_entry 'start' fields | Steven J. Magnani | 2012-07-30 | 1 | -0/+15 |
* | fat: add fat_msg_ratelimit() | Namjae Jeon | 2012-05-31 | 1 | -0/+5 |
* | fat: introduce special inode for managing the FSINFO block | Artem Bityutskiy | 2012-05-31 | 1 | -0/+1 |
* | fat: propagate umode_t | Al Viro | 2012-01-03 | 1 | -3/+3 |
* | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 2011-10-31 | 1 | -5/+4 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-20 | 1 | -1/+2 |
* | fat: remove i_alloc_sem abuse | Christoph Hellwig | 2011-07-20 | 1 | -0/+1 |
* | fat: Add fat_msg() function for preformated FAT messages | Alexey Fisher | 2011-04-12 | 1 | -0/+2 |
* | fat: Convert fat_fs_error to use %pV | Alexey Fisher | 2011-04-12 | 1 | -5/+5 |
* | fat: use new setup() for ->dir_ops too | OGAWA Hirofumi | 2011-04-12 | 1 | -2/+1 |
* | switch fat to ->s_d_op, close exportfs races there | Al Viro | 2011-01-12 | 1 | -1/+2 |
* | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 2010-08-09 | 1 | -1/+0 |
* | fat: convert to use the new truncate convention. | npiggin@suse.de | 2010-05-27 | 1 | -1/+2 |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 1 | -2/+1 |
* | fatfs: ratelimit corruption report | OGAWA Hirofumi | 2010-05-25 | 1 | -2/+10 |
* | fat: convert to unlocked_ioctl | Arnd Bergmann | 2010-05-17 | 1 | -2/+2 |
* | fat: make discard a mount option | Christoph Hellwig | 2009-11-21 | 1 | -1/+2 |
* | fat: Check s_dirt in fat_sync_fs() | OGAWA Hirofumi | 2009-09-20 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2009-06-16 | 1 | -1/+6 |
|\ |
|
| * | FAT: add 'errors' mount option | Denis Karpov | 2009-06-04 | 1 | -1/+6 |
* | | Sanitize ->fsync() for FAT | Al Viro | 2009-06-11 | 1 | -0/+6 |
|/ |
|
* | fat: i_blocks warning fix | OGAWA Hirofumi | 2008-11-06 | 1 | -0/+3 |
* | fat: mmu_private race fix | OGAWA Hirofumi | 2008-11-06 | 1 | -2/+4 |
* | fat: Add printf attribute to fat_fs_panic() | OGAWA Hirofumi | 2008-11-06 | 1 | -1/+2 |
* | fat: Fix ATTR_RO for directory | OGAWA Hirofumi | 2008-11-06 | 1 | -4/+10 |
* | fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0 | OGAWA Hirofumi | 2008-11-06 | 1 | -4/+29 |
* | fat: Cleanup FAT attribute stuff | OGAWA Hirofumi | 2008-11-06 | 1 | -1/+19 |
* | fat: improve fat_hash() | OGAWA Hirofumi | 2008-11-06 | 1 | -1/+0 |
* | fat: Fix and cleanup timestamp conversion | OGAWA Hirofumi | 2008-11-06 | 1 | -3/+4 |
* | fat: split include/msdos_fs.h | OGAWA Hirofumi | 2008-11-06 | 1 | -0/+274 |