summaryrefslogtreecommitdiff
path: root/fs/fat
Commit message (Expand)AuthorAge
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood2013-07-09
* fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng2013-07-03
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
* [readdir] convert fatfsAl Viro2013-06-29
* fat: fix possible overflow for fat_clustersOGAWA Hirofumi2013-05-24
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon2013-04-29
* fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon2013-04-29
* fat: restructure export_operationsNamjae Jeon2013-04-29
* fat: introduce a helper fat_get_blknr_offset()Namjae Jeon2013-04-29
* fat: move fat_i_pos_read to fat.hNamjae Jeon2013-04-29
* fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon2013-04-29
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* fat: mark fs as dirty on mount and clean on umountOleksij Rempel2013-02-27
* fat: add extended fileds to struct fat_boot_sectorOleksij Rempel2013-02-27
* new helper: file_inode(file)Al Viro2013-02-22
* fat: fix incorrect function commentRavishankar N2012-12-20
* fs/fat: strip "cp" prefix from codepage in displayDave Reisner2012-12-17
* fat: ix mount option parsingJan Kara2012-12-17
* fat: provide option for setting timezone offsetJan Kara2012-12-17
* fat: notify when discard is not supportedNamjae Jeon2012-12-17
* fat: drop lock/unlock superMarco Stornelli2012-10-09
* fat: simplify writeback_inode()Namjae Jeon2012-10-06
* fat: no need to reset EOF in ent_put for FAT32Namjae Jeon2012-10-06
* fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop2012-10-06
* fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop2012-10-06
* fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop2012-10-06
* fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop2012-10-06
* fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop2012-10-06
* fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop2012-10-06
* fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop2012-10-06
* fat (exportfs): fix dentry reconnectionSteven J. Magnani2012-10-06
* fat (exportfs): move NFS support codeSteven J. Magnani2012-10-06
* fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon2012-10-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman2012-09-20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-01
|\
| * fat: Push mnt_want_write() outside of i_mutexJan Kara2012-07-31
* | fat: refactor shortname parsingSteven J. Magnani2012-07-30
* | fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-30
|/
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* fat: fix non-atomic NFS i_pos readSteven J. Magnani2012-07-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-01
|\
| * ->encode_fh() API changeAl Viro2012-05-29
* | fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon2012-05-31