summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-072-5/+5
|\
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-312-3/+3
| * cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-292-2/+2
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-3/+3
|\ \ | |/ |/|
| * qstr: constify instances in vfatAl Viro2016-07-301-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-281-2/+2
|\ \
| * | fat: fix error message for bogus number of directory entriesZheng Lv2016-06-241-1/+1
| * | fat: fix typo s/supeblock/superblock/Zheng Lv2016-06-211-1/+1
| |/
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-282-3/+3
|\ \
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-102-3/+3
| |/
* / fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-1/+1
|/
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-3/+3
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-3/+3
* | fat: switch to ->iterate_shared()Al Viro2016-05-091-3/+3
|/
* fat: add config option to set UTF-8 mount option by defaultMaciej S. Szmigiero2016-03-222-2/+20
* wrappers for ->i_mutex accessAl Viro2016-01-222-8/+8
* fat: constify fatent_operations structuresJulia Lawall2016-01-202-13/+13
* fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2016-01-204-30/+87
* fat: skip cluster allocation on fallocated regionNamjae Jeon2016-01-201-2/+8
* fat: add fat_fallocate operationNamjae Jeon2016-01-203-2/+94
* fat: add simple validation for directory inodeOGAWA Hirofumi2016-01-201-0/+22
* fat: allow time_offset to be up to 24 hoursJan Kara2016-01-201-1/+6
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* fat: fix fake_offset handling on error pathOGAWA Hirofumi2015-11-201-5/+11
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-022-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-264-15/+15
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-154-15/+15
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-179-36/+3
|\ \ | |/ |/|
| * fs/fat: comment fix, fat_bits can be also 32Alexander Kuleshov2015-04-171-1/+1
| * fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-179-33/+1
| * fs/fat: remove unnecessary defintionAlexander Kuleshov2015-04-171-2/+1
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-2/+2
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
|/
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou2015-02-171-1/+1
* fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon2014-12-133-0/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-2/+3
|\
| * vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-2/+3
* | fat: fix oops on corrupted vfat fsAl Viro2014-12-031-9/+11
|/
* fat: remove redundant sys_tz declarationFabian Frederick2014-10-141-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-122-10/+10
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-3/+3
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-6/+7
* | fs/fat/inode.c: clean up string initializations (char[] instead of char *)Manuel Schölling2014-06-061-1/+1
* | fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer2014-06-062-77/+269
|/