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