summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* fat: rcu-delay unloading nls and freeing sbiAl Viro2013-10-252-8/+12
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-1/+1
* fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood2013-07-093-0/+21
* fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng2013-07-041-3/+2Star
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-292-12/+6Star
* [readdir] convert fatfsAl Viro2013-06-291-50/+54
* fat: fix possible overflow for fat_clustersOGAWA Hirofumi2013-05-251-1/+14
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon2013-04-304-2/+78
* fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon2013-04-303-5/+52
* fat: restructure export_operationsNamjae Jeon2013-04-304-20/+136
* fat: introduce a helper fat_get_blknr_offset()Namjae Jeon2013-04-302-4/+12
* fat: move fat_i_pos_read to fat.hNamjae Jeon2013-04-302-14/+14
* fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon2013-04-302-9/+21
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-042-0/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-4/+2Star
* fat: mark fs as dirty on mount and clean on umountOleksij Rempel2013-02-282-0/+68
* fat: add extended fileds to struct fat_boot_sectorOleksij Rempel2013-02-281-4/+4
* new helper: file_inode(file)Al Viro2013-02-232-5/+5
* fat: fix incorrect function commentRavishankar N2012-12-213-4/+7
* fs/fat: strip "cp" prefix from codepage in displayDave Reisner2012-12-181-1/+2
* fat: ix mount option parsingJan Kara2012-12-181-11/+11
* fat: provide option for setting timezone offsetJan Kara2012-12-183-9/+28
* fat: notify when discard is not supportedNamjae Jeon2012-12-181-0/+9
* fat: drop lock/unlock superMarco Stornelli2012-10-105-34/+36
* fat: simplify writeback_inode()Namjae Jeon2012-10-051-9/+5Star
* fat: no need to reset EOF in ent_put for FAT32Namjae Jeon2012-10-051-3/+0Star
* fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop2012-10-051-4/+6
* fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop2012-10-051-9/+14
* fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop2012-10-051-7/+0Star
* fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop2012-10-051-4/+6
* fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop2012-10-051-36/+36
* fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop2012-10-051-3/+3
* fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop2012-10-051-1/+1
* fat (exportfs): fix dentry reconnectionSteven J. Magnani2012-10-056-137/+141
* fat (exportfs): move NFS support codeSteven J. Magnani2012-10-054-131/+174
* fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon2012-10-051-4/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5
* | userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman2012-09-203-11/+17
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-8/+7Star
|\
| * fat: Push mnt_want_write() outside of i_mutexJan Kara2012-07-301-8/+7Star
* | fat: refactor shortname parsingSteven J. Magnani2012-07-311-118/+137
* | fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-314-25/+24Star
|/
* don't pass nameidata to ->create()Al Viro2012-07-142-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-142-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-6/+6
* fat: fix non-atomic NFS i_pos readSteven J. Magnani2012-07-121-7/+6Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-5/+4Star
|\
| * ->encode_fh() API changeAl Viro2012-05-301-5/+4Star