Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2cb1e1257fb4d4d52c97e763ab262c2295aea4a8
/
fs
/
fat
8e24eea
fs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
803f445
fat: use get/put_unaligned_* helpers
by Harvey Harrison
· 17 years ago
9f35485
fatfs: fix build warning with 64k PAGE_SIZE
by Olof Johansson
· 17 years ago
73f20e5
FAT_VALID_MEDIA(): remove pointless test
by Andrew Morton
· 17 years ago
c7a6c4e
fat: use __getname()
by OGAWA Hirofumi
· 17 years ago
f22032b
vfat: bug fix for vfat cannot handle filename with 255
by Keith Mok
· 17 years ago
e69be4c
fat: Remove fat_clusters_flush()
by OGAWA Hirofumi
· 17 years ago
606e423
fat: Update free_clusters even if it is untrusted
by OGAWA Hirofumi
· 17 years ago
1ae43f8
fat: Add allow_utime option
by OGAWA Hirofumi
· 17 years ago
e97e8de
fat: fat_setattr() fix
by OGAWA Hirofumi
· 17 years ago
1278fdd
fat: fat_notify_change() and check_mode() cleanup
by OGAWA Hirofumi
· 17 years ago
3754a54
fat: kill is_bad_inode() check
by OGAWA Hirofumi
· 17 years ago
42a74f2
[PATCH] r/o bind mounts: elevate write count for ioctls()
by Dave Hansen
· 17 years ago
c1fca3b
mount options: fix fat
by Miklos Szeredi
· 17 years ago
17f95a7
iget: stop FAT from using iget() and read_inode()
by David Howells
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
b4cf9c3
FAT: Fix printk format strings
by Vegard Nossum
· 17 years ago
19c561a
fs/fat/: refine chmod checks
by Jan Engelhardt
· 17 years ago
9f966be899
fat: optimize fat_count_free_clusters()
by OGAWA Hirofumi
· 17 years ago
3965516
exportfs: make struct export_operations const
by Christoph Hellwig
· 17 years ago
1305edad
fat: new export ops
by Christoph Hellwig
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
d7777a2
fat: convert to new aops
by Nick Piggin
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
a569425
knfsd: exportfs: add exportfs.h header
by Christoph Hellwig
· 17 years ago
98283bb
fat: Fix the race of read/write the FAT12 entry
by OGAWA Hirofumi
· 17 years ago
9aacd59
fat: gcc 4.3 warning fix
by OGAWA Hirofumi
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
c483bab
fat: fix VFAT compat ioctls on 64-bit systems
by OGAWA Hirofumi
· 17 years ago
28ec039
fat: don't use free_clusters for fat32
by OGAWA Hirofumi
· 17 years ago
e7d709c
is_power_of_2 in fat
by Vignesh Babu BM
· 17 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
94412a9
[PATCH] FAT: DIO-write fallback to normal buffered
by OGAWA Hirofumi
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
dba3230
[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
da63fc7
[PATCH] fat: add fat_getattr()
by OGAWA Hirofumi
· 18 years ago
3fcfab1
[PATCH] separate bdi congestion functions from queue congestion functions
by Andrew Morton
· 18 years ago
97e860d
[PATCH] Remove unnecessary check in fs/fat/inode.c
by Eric Sesterhenn
· 18 years ago
31b1f85
[PATCH] fs/fat endianness annotations
by Al Viro
· 19 years ago
afefdbb
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
by David Howells
· 18 years ago
ee0b3e6
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
by Badari Pulavarty
· 18 years ago
188f83d
[PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [try #6]
by David Howells
· 18 years ago
ae78bf9
[PATCH] add -o flush for fat
by Chris Mason
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
6a1d980
[PATCH] fat: cleanup fat_get_block(s)
by OGAWA Hirofumi
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
f8314dc
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
by Panagiotis Issaris
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
2da1326
[PATCH] fs/fat/misc.c: unexport fat_sync_bhs
by Adrian Bunk
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
a28af47
[PATCH] fs/fat/: proper prototypes for two functions
by Adrian Bunk
· 19 years ago
1d8fa7a
[PATCH] remove ->get_blocks() support
by Badari Pulavarty
· 19 years ago
fffb60f
[PATCH] cpuset memory spread: slab cache format
by Paul Jackson
· 19 years ago
4b6a931
[PATCH] cpuset memory spread: slab cache filesystems
by Paul Jackson
· 19 years ago
6b9438e
[PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitive
by Arjan van de Ven
· 19 years ago
4de151d
It's UTF-8
by Alexey Dobriyan
· 19 years ago
3b64140
[PATCH] fat: Fix truncate() write ordering
by OGAWA Hirofumi
· 19 years ago
5b00226
[PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,)
by OGAWA Hirofumi
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
05eb0b5
[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)
by OGAWA Hirofumi
· 19 years ago
e5174ba
[PATCH] fat: support ->direct_IO()
by OGAWA Hirofumi
· 19 years ago
7c709d0
[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
by OGAWA Hirofumi
· 19 years ago
a5425d2
[PATCH] fat: add the read/writepages()
by OGAWA Hirofumi
· 19 years ago
83b7c99
[PATCH] fat: use sb_find_get_block() instead of sb_getblk()
by OGAWA Hirofumi
· 19 years ago
a6bf6b2
[PATCH] fat: move fat_clusters_flush() to write_super()
by OGAWA Hirofumi
· 19 years ago
41a34a4
[PATCH] fat: respect silent mount flag
by Christoph Hellwig
· 19 years ago
ad2c160
[PATCH] fat: Remove duplicate directory scanning code
by Pekka Enberg
· 19 years ago
451cbaa
[PATCH] fat: cleanup and optimization of checksum
by OGAWA Hirofumi
· 19 years ago
62a36c4
[PATCH] fat: fix adate
by Stephane Kardas
· 19 years ago
ef40226
[PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)
by OGAWA Hirofumi
· 19 years ago
fef2665
[PATCH] update filesystems for new delete_inode behavior
by Mark Fasheh
· 19 years ago
f3ef6f6
[PATCH] Speedup FAT filesystem directory reads
by Karsten Wiese
· 19 years ago
ef6689e
[PATCH] fatfs sectioning fix
by Andrew Morton
· 19 years ago
532a39a
[PATCH] fat: fix slab cache leak
by Pekka J Enberg
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago