index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
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
*
fat/dir.c: switch to struct __fat_dirent
Adrian Bunk
2008-07-25
1
-4
/
+3
*
Replace BKL with superblock lock in fat/msdos/vfat
Linus Torvalds
2008-06-20
1
-2
/
+2
*
fat: use __getname()
OGAWA Hirofumi
2008-04-28
1
-10
/
+10
*
vfat: bug fix for vfat cannot handle filename with 255
Keith Mok
2008-04-28
1
-16
/
+28
*
fat: gcc 4.3 warning fix
OGAWA Hirofumi
2007-07-16
1
-13
/
+18
*
fat: fix VFAT compat ioctls on 64-bit systems
OGAWA Hirofumi
2007-05-08
1
-99
/
+100
*
[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
2006-12-08
1
-3
/
+3
*
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
David Howells
2006-10-03
1
-1
/
+1
*
[PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [...
David Howells
2006-09-30
1
-0
/
+56
*
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
2006-03-28
1
-1
/
+1
*
It's UTF-8
Alexey Dobriyan
2006-03-22
1
-1
/
+1
*
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-09
1
-2
/
+2
*
[PATCH] fat: support ->direct_IO()
OGAWA Hirofumi
2006-01-08
1
-3
/
+3
*
[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
OGAWA Hirofumi
2006-01-08
1
-7
/
+7
*
[PATCH] fat: use sb_find_get_block() instead of sb_getblk()
OGAWA Hirofumi
2006-01-08
1
-2
/
+2
[next]