index
:
pub/scm/linux/kernel/git/padovan/linux.git
master
Gustavo F. Padovan's fork of linux.git
Gustavo F. Padovan
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
2026-08-17
Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+10
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-27
fat: Replace fat_sync_inode() with sync_inode_metadata()
Jan Kara
1
-10
/
+10
2026-05-11
fat: Implement fileattr_get for case sensitivity
Chuck Lever
1
-0
/
+1
2026-03-26
fat: Track metadata bhs in fs-private inode part
Jan Kara
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+7
2026-01-26
fat: avoid parent link count underflow in rmdir
Zhiyu Zhang
1
-1
/
+6
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2026-01-12
fat: cleanup the flags for fat_truncate_time
Christoph Hellwig
1
-5
/
+4
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
[next]