summaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2016-01-211-3/+28
* fat: skip cluster allocation on fallocated regionNamjae Jeon2016-01-211-2/+8
* fat: add fat_fallocate operationNamjae Jeon2016-01-211-2/+32
* fat: add simple validation for directory inodeOGAWA Hirofumi2016-01-211-0/+22
* fat: allow time_offset to be up to 24 hoursJan Kara2016-01-211-1/+6
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-171-11/+2Star
|\
| * fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-171-9/+1Star
| * fs/fat: remove unnecessary defintionAlexander Kuleshov2015-04-171-2/+1Star
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+1Star
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-2/+2
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-1/+1
|/
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0Star
* 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-131-0/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-6/+6
|\
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1Star
| * 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-071-1/+1
* | fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer2014-06-071-76/+267
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-051-0/+2
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-1/+1
|/
* fat: rcu-delay unloading nls and freeing sbiAl Viro2013-10-251-8/+11
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-1/+1
* fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood2013-07-091-0/+12
* fat: fix possible overflow for fat_clustersOGAWA Hirofumi2013-05-251-1/+14
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon2013-04-301-1/+1
* fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon2013-04-301-0/+15
* fat: restructure export_operationsNamjae Jeon2013-04-301-9/+4Star
* fat: introduce a helper fat_get_blknr_offset()Namjae Jeon2013-04-301-4/+5
* fat: move fat_i_pos_read to fat.hNamjae Jeon2013-04-301-14/+0Star
* fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon2013-04-301-7/+16
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* fat: mark fs as dirty on mount and clean on umountOleksij Rempel2013-02-281-0/+66
* fat: add extended fileds to struct fat_boot_sectorOleksij Rempel2013-02-281-4/+4
* fat: fix incorrect function commentRavishankar N2012-12-211-1/+1
* fs/fat: strip "cp" prefix from codepage in displayDave Reisner2012-12-181-1/+2
* fat: ix mount option parsingJan Kara2012-12-181-11/+11
* fat: provide option for setting timezone offsetJan Kara2012-12-181-5/+20
* fat: notify when discard is not supportedNamjae Jeon2012-12-181-0/+9
* fat: drop lock/unlock superMarco Stornelli2012-10-101-2/+3
* fat: simplify writeback_inode()Namjae Jeon2012-10-051-9/+5Star
* fat (exportfs): fix dentry reconnectionSteven J. Magnani2012-10-051-7/+64
* fat (exportfs): move NFS support codeSteven J. Magnani2012-10-051-130/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5