aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+10
2014-06-06fs/fat/inode.c: clean up string initializations (char[] instead of char *)Manuel Schölling1-1/+1
2014-06-06fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer2-77/+269
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-3/+3
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-6/+7
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+2
2013-10-24fat: rcu-delay unloading nls and freeing sbiAl Viro2-8/+12
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood3-0/+21
2013-07-03fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng1-3/+2
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2-12/+6
2013-06-29[readdir] convert fatfsAl Viro1-50/+54
2013-05-24fat: fix possible overflow for fat_clustersOGAWA Hirofumi1-1/+14
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-29fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon4-2/+78
2013-04-29fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon3-5/+52
2013-04-29fat: restructure export_operationsNamjae Jeon4-20/+136
2013-04-29fat: introduce a helper fat_get_blknr_offset()Namjae Jeon2-4/+12
2013-04-29fat: move fat_i_pos_read to fat.hNamjae Jeon2-14/+14
2013-04-29fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon2-9/+21
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-4/+2
2013-02-27fat: mark fs as dirty on mount and clean on umountOleksij Rempel2-0/+68
2013-02-27fat: add extended fileds to struct fat_boot_sectorOleksij Rempel1-4/+4
2013-02-22new helper: file_inode(file)Al Viro2-5/+5
2012-12-20fat: fix incorrect function commentRavishankar N3-4/+7
2012-12-17fs/fat: strip "cp" prefix from codepage in displayDave Reisner1-1/+2
2012-12-17fat: ix mount option parsingJan Kara1-11/+11
2012-12-17fat: provide option for setting timezone offsetJan Kara3-9/+28
2012-12-17fat: notify when discard is not supportedNamjae Jeon1-0/+9
2012-10-09fat: drop lock/unlock superMarco Stornelli5-34/+36
2012-10-06fat: simplify writeback_inode()Namjae Jeon1-9/+5
2012-10-06fat: no need to reset EOF in ent_put for FAT32Namjae Jeon1-3/+0
2012-10-06fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop1-4/+6
2012-10-06fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop1-9/+14
2012-10-06fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop1-7/+0
2012-10-06fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop1-4/+6
2012-10-06fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop1-36/+36
2012-10-06fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop1-3/+3
2012-10-06fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop1-1/+1
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani6-137/+141
2012-10-06fat (exportfs): move NFS support codeSteven J. Magnani4-131/+174
2012-10-06fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon1-4/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5