index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fat
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-05
1
-2
/
+2
|
\
|
*
fat: new inline functions to determine the FAT variant (32, 16 or 12)
Carmeli Tamir
2019-01-04
1
-2
/
+2
*
|
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-2
/
+2
|
/
*
fat: change timestamp updates to use fat_truncate_time
Frank Sorenson
2018-10-31
1
-1
/
+1
*
fat: expand a slightly out-of-date comment
Mihir Mehta
2018-10-31
1
-1
/
+3
*
fat: propagate 64-bit inode timestamps
Arnd Bergmann
2018-08-22
1
-1
/
+1
*
fat: convert to new i_version API
Jeff Layton
2018-01-29
1
-1
/
+2
*
fat: remove redundant assignment of 0 to slots
Colin Ian King
2017-11-17
1
-1
/
+0
*
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
1
-1
/
+1
*
fat: switch to ->iterate_shared()
Al Viro
2016-05-09
1
-3
/
+3
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-2
/
+2
*
fat: permit to return phy block number by fibmap in fallocated region
Namjae Jeon
2016-01-20
1
-1
/
+1
*
fat: fix fake_offset handling on error path
OGAWA Hirofumi
2015-11-20
1
-5
/
+11
*
fs/fat: remove unnecessary includes
Alexander Kuleshov
2015-04-17
1
-4
/
+0
*
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
2014-10-31
1
-2
/
+3
*
[readdir] convert fatfs
Al Viro
2013-06-29
1
-50
/
+54
*
fat (exportfs): rebuild directory-inode if fat_dget()
Namjae Jeon
2013-04-29
1
-0
/
+23
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-3
/
+3
*
fat: fix incorrect function comment
Ravishankar N
2012-12-20
1
-3
/
+2
*
fat: drop lock/unlock super
Marco Stornelli
2012-10-09
1
-2
/
+2
*
fs/fat: fix all other checkpatch issues in dir.c
Cruz Julian Bishop
2012-10-06
1
-9
/
+14
*
fs/fat: fix some small checkpatch issues in dir.c
Cruz Julian Bishop
2012-10-06
1
-7
/
+0
*
fat (exportfs): fix dentry reconnection
Steven J. Magnani
2012-10-06
1
-9
/
+11
*
fat: use accessor function for msdos_dir_entry 'start'
Namjae Jeon
2012-10-06
1
-4
/
+2
*
fat: refactor shortname parsing
Steven J. Magnani
2012-07-30
1
-118
/
+137
*
fat: use fat_msg_ratelimit() in fat__get_entry()
Namjae Jeon
2012-05-31
1
-2
/
+2
*
fat: follow rename pack_hex_byte() to hex_byte_pack()
Andy Shevchenko
2011-10-31
1
-2
/
+2
*
fat: fix build warning
Jonas Aberg
2011-08-17
1
-1
/
+1
*
fat: Replace all printk with fat_msg()
Alexey Fisher
2011-04-12
1
-15
/
+17
*
fat: convert to unlocked_ioctl
Arnd Bergmann
2010-05-17
1
-5
/
+6
*
fat: use pack_hex_byte() instead of custom one
Andy Shevchenko
2010-03-16
1
-11
/
+6
*
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2009-06-16
1
-14
/
+15
|
\
|
*
NLS: update handling of Unicode
Alan Stern
2009-06-15
1
-14
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
2009-06-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
FAT: add 'errors' mount option
Denis Karpov
2009-06-04
1
-1
/
+1
*
|
Sanitize ->fsync() for FAT
Al Viro
2009-06-11
1
-8
/
+8
|
/
*
fat: fix duplicate addition of ->llseek handler
OGAWA Hirofumi
2008-11-12
1
-1
/
+0
*
fat: i_blocks warning fix
OGAWA Hirofumi
2008-11-06
1
-1
/
+1
*
fat: mmu_private race fix
OGAWA Hirofumi
2008-11-06
1
-1
/
+1
*
fat: cleanup fat_parse_long() error handling
Darren Jenkins
2008-11-06
1
-3
/
+4
*
fat: use generic_file_llseek() for directory
OGAWA Hirofumi
2008-11-06
1
-0
/
+1
*
fat: Fix and cleanup timestamp conversion
OGAWA Hirofumi
2008-11-06
1
-2
/
+4
*
fat: split include/msdos_fs.h
OGAWA Hirofumi
2008-11-06
1
-1
/
+1
*
[PATCH] fix ->llseek for more directories
Christoph Hellwig
2008-10-23
1
-0
/
+1
*
fatfs: add UTC timestamp option
Joe Peterson
2008-07-25
1
-1
/
+1
*
fat: small optimization to __fat_readdir()
OGAWA Hirofumi
2008-07-25
1
-32
/
+39
*
fat: use same logic in fat_search_long() and __fat_readdir()
OGAWA Hirofumi
2008-07-25
1
-16
/
+26
*
fat: cleanup fs/fat/dir.c
OGAWA Hirofumi
2008-07-25
1
-64
/
+67
[next]