summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* vfat: simplify checks in vfat_lookup()Al Viro2018-05-131-12/+1
* msdos_rmdir(): kill BS commentAl Viro2018-04-201-4/+0
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* fat: convert to new i_version APIJeff Layton2018-01-294-19/+22
* fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi2017-11-291-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-274-9/+9
* fat: remove redundant assignment of 0 to slotsColin Ian King2017-11-171-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-143-4/+4
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-173-4/+4
* | vfat: deduplicate hex2bin()OGAWA Hirofumi2017-09-081-23/+12
|/
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-091-1/+12
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-105-18/+26
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-102-2/+10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-272-2/+2
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-272-4/+12
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-275-15/+15
| |/
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* / vfat: don't use ->d_timeMiklos Szeredi2016-09-161-4/+15
|/
* 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
|\ \ | |/ |/|