aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID.Mike Lockwood2013-02-193-0/+19
* fat: fix incorrect function commentRavishankar N2012-12-203-4/+7
* fs/fat: strip "cp" prefix from codepage in displayDave Reisner2012-12-171-1/+2
* fat: ix mount option parsingJan Kara2012-12-171-11/+11
* fat: provide option for setting timezone offsetJan Kara2012-12-173-9/+28
* fat: notify when discard is not supportedNamjae Jeon2012-12-171-0/+9
* fat: drop lock/unlock superMarco Stornelli2012-10-095-34/+36
* fat: simplify writeback_inode()Namjae Jeon2012-10-051-9/+5
* fat: no need to reset EOF in ent_put for FAT32Namjae Jeon2012-10-051-3/+0
* 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/+0
* 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/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-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/+7
|\
| * fat: Push mnt_want_write() outside of i_mutexJan Kara2012-07-301-8/+7
* | fat: refactor shortname parsingSteven J. Magnani2012-07-301-118/+137
* | fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-304-25/+24
|/
* 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-111-7/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-5/+4
|\
| * ->encode_fh() API changeAl Viro2012-05-291-5/+4
* | fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon2012-05-311-2/+2
* | fat: add fat_msg_ratelimit()Namjae Jeon2012-05-311-0/+5
* | fat: switch to fsinfo_inodeArtem Bityutskiy2012-05-312-31/+18
* | fat: mark superblock as dirty less oftenArtem Bityutskiy2012-05-311-4/+5
* | fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy2012-05-311-4/+9
* | fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy2012-05-312-0/+13
|/
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* fat: fix bug in enforcing Long File Name lengthNamjae Jeon2012-03-231-1/+1
* fat: clean up xlate_to_uni()Namjae Jeon2012-03-231-47/+36
* fat: switch to d_make_root()Al Viro2012-03-201-4/+4
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-1/+2
|\
| * NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2011-11-181-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-13/+13
|\ \
| * | fat: Spelling s/obsolate/obsolete/gGeert Uytterhoeven2011-12-151-13/+13
| |/
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-3/+3
* | fat: propagate umode_tAl Viro2012-01-032-5/+5
* | switch ->create() to umode_tAl Viro2012-01-032-2/+2
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-032-2/+2