index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fat
/
namei_vfat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-2
/
+2
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2025-01-27
vfat_revalidate{,_ci}(): use stable parent inode passed by caller
Al Viro
1
-9
/
+4
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-2
/
+4
2024-10-17
fat: fix uninitialized variable
OGAWA Hirofumi
1
-1
/
+1
2024-07-03
fat: Convert to new mount api
Eric Sandeen
1
-7
/
+31
2023-02-23
Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2023-02-02
fat: fix return value of vfat_bad_char() and vfat_replace_char() functions
Pali Rohár
1
-2
/
+2
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-06-16
fat: add renameat2 RENAME_EXCHANGE flag support
Javier Martinez Canillas
1
-1
/
+122
2022-06-16
fat: factor out reusable code in vfat_rename() as helper functions
OGAWA Hirofumi
1
-32
/
+57
2022-06-16
fat: add a vfat_rename2() and make existing .rename callback a helper
Javier Martinez Canillas
1
-7
/
+14
2022-05-19
fat: remove time truncations in vfat_create/vfat_mkdir
Chung-Chiang Cheng
1
-4
/
+0
2021-01-24
fat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-6
/
+7
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2018-10-31
fat: change timestamp updates to use fat_truncate_time
Frank Sorenson
1
-7
/
+7
2018-10-31
fat: add functions to update and truncate timestamps appropriately
Frank Sorenson
1
-0
/
+1
2018-08-22
fat: propagate 64-bit inode timestamps
Arnd Bergmann
1
-13
/
+7
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-8
/
+14
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
1
-8
/
+14
2018-05-13
vfat: simplify checks in vfat_lookup()
Al Viro
1
-12
/
+1
2018-02-01
iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}
Goffredo Baroncelli
1
-1
/
+1
2018-01-29
fat: convert to new i_version API
Jeff Layton
1
-11
/
+11
2017-09-08
vfat: deduplicate hex2bin()
OGAWA Hirofumi
1
-23
/
+12
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+10
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
1
-1
/
+5
2016-09-27
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
1
-5
/
+5
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
1
-1
/
+1
2016-09-27
fs: support RENAME_NOREPLACE for local filesystems
Miklos Szeredi
1
-2
/
+6
2016-09-16
vfat: don't use ->d_time
Miklos Szeredi
1
-4
/
+15
2016-08-07
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-3
/
+3
2016-08-06
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+3
2016-07-31
get rid of 'parent' argument of ->d_compare()
Al Viro
1
-2
/
+2
2016-07-30
qstr: constify instances in vfat
Al Viro
1
-3
/
+3
2016-07-29
cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()
Al Viro
1
-1
/
+1
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
1
-2
/
+2
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-7
/
+7
2015-04-17
fs/fat: remove unnecessary includes
Alexander Kuleshov
1
-2
/
+0
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-7
/
+7
2014-12-03
fat: fix oops on corrupted vfat fs
Al Viro
1
-9
/
+11
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
1
-8
/
+4
2013-03-03
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
1
-0
/
+1
2012-10-09
fat: drop lock/unlock super
Marco Stornelli
1
-15
/
+15
2012-10-06
fat (exportfs): fix dentry reconnection
Steven J. Magnani
1
-3
/
+2
2012-07-30
fat: accessors for msdos_dir_entry 'start' fields
Steven J. Magnani
1
-8
/
+3
2012-07-14
don't pass nameidata to ->create()
Al Viro
1
-1
/
+1
[next]