Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
49979d091d1847823c064301da1ec173619ddd92
/
fs
/
fat
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
aacfc19c
fs: simplify the blockdev_direct_IO prototype
by Christoph Hellwig
· 13 years ago
562c72a
fs: move inode_dio_wait calls into ->setattr
by Christoph Hellwig
· 13 years ago
5826869
fat: remove i_alloc_sem abuse
by Christoph Hellwig
· 13 years ago
a904937
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
by Al Viro
· 13 years ago
407938e
LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step
by Al Viro
· 13 years ago
1adffba
fat: Fix corrupt inode flags when remove ATTR_SYS flag
by OGAWA Hirofumi
· 13 years ago
f4ff0e2
fat: remove unnecessary dentry_unhash on rmdir, dir rename
by Sage Weil
· 13 years ago
32e51f1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
e4eaac0
vfs: push dentry_unhash on rename_dir into file systems
by Sage Weil
· 13 years ago
79bf7c7
vfs: push dentry_unhash on rmdir into file systems
by Sage Weil
· 13 years ago
f68e542
fat: Fix statfs->f_namelen
by OGAWA Hirofumi
· 14 years ago
869f58c
fat: Replace all printk with fat_msg()
by Alexey Fisher
· 14 years ago
81ac21d
fat: Add fat_msg() function for preformated FAT messages
by Alexey Fisher
· 14 years ago
2c8a5ff
fat: Convert fat_fs_error to use %pV
by Alexey Fisher
· 14 years ago
7003092
fat: Fix possible null deref in fat_cache_add()
by OGAWA Hirofumi
· 14 years ago
384f5c9
fat: use new setup() for ->dir_ops too
by OGAWA Hirofumi
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
5fe0c23
exportfs: Return the minimum required handle size
by Aneesh Kumar K.V
· 14 years ago
9177ada
fat: fix d_revalidate oopsen on NFS exports
by Al Viro
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
3d23985
switch fat to ->s_d_op, close exportfs races there
by Al Viro
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
621e155
fs: change d_compare for rcu-walk
by Nick Piggin
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
3768744
BKL: Remove BKL from fat
by Arnd Bergmann
· 14 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
dd3932e
block: remove BLKDEV_IFL_WAIT
by Christoph Hellwig
· 14 years ago
0edd55f
block: remove the BH_Eopnotsupp flag
by Christoph Hellwig
· 14 years ago
e045db8
fat: do not send discards as barriers
by Christoph Hellwig
· 14 years ago
2cf6d26
block: pass gfp_mask and flags to sb_issue_discard
by Christoph Hellwig
· 14 years ago
9cb569d
remove SWRITE* I/O types
by Christoph Hellwig
· 14 years ago
deee3ce
covert fatfs to ->evict_inode()
by Al Viro
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
db78b87
always call inode_change_ok early in ->setattr
by Christoph Hellwig
· 14 years ago
6a1a90a
rename generic_setattr
by Christoph Hellwig
· 14 years ago
282dc17
get rid of cont_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
459f6ed
fat: convert to use the new truncate convention.
by npiggin@suse.de
· 14 years ago
1b061d9
rename the generic fsync implementations
by Christoph Hellwig
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
aaa04b4
fatfs: ratelimit corruption report
by OGAWA Hirofumi
· 14 years ago
3e766fd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 14 years ago
7845bc3e
fat: convert to unlocked_ioctl
by Arnd Bergmann
· 14 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 15 years ago
30d1872
fat: fix buffer overflow in vfat_create_shortname()
by Nikolaus Schulz
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1bdb6f9
fat: Cleanup nls_unload() usage
by OGAWA Hirofumi
· 15 years ago
3ed3dec
fat: use pack_hex_byte() instead of custom one
by Andy Shevchenko
· 15 years ago
9d85929
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
eeb5b4a
fat: Fix stat->f_namelen
by Kevin Dankwardt
· 15 years ago
8045e29
fat: Fix vfat_lookup()
by OGAWA Hirofumi
· 15 years ago
337e4a1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 15 years ago
1d81a18
fatfs: use common time_to_tm in fat_time_unix2fat()
by Zhaolei
· 15 years ago
681142f
fat: make discard a mount option
by Christoph Hellwig
· 15 years ago
4c8f1cb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 15 years ago
6d729e4
fs: Make unload_nls() NULL pointer safe
by Thomas Gleixner
· 15 years ago
ed248b2
fat: Check s_dirt in fat_sync_fs()
by OGAWA Hirofumi
· 15 years ago
2f3d675
fat: Opencode sync_page_range_nolock()
by Jan Kara
· 15 years ago
9552347
vfat: change the default from shortname=lower to shortname=mixed
by Paul Wise
· 15 years ago
67638e4
fat/nls: Fix handling of utf8 invalid char
by OGAWA Hirofumi
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
8aa7e84
Fix congestion_wait() sync/async vs read/write confusion
by Jens Axboe
· 15 years ago
3e10760
fat: Fix the removal of opts->fs_dmask
by OGAWA Hirofumi
· 15 years ago
e1f5b94
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
23059a0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 15 years ago
74675a5
NLS: update handling of Unicode
by Alan Stern
· 16 years ago
f83d6d4
fat: add ->sync_fs
by Christoph Hellwig
· 15 years ago
b522412
Sanitize ->fsync() for FAT
by Al Viro
· 15 years ago
ebc1ac1
->write_super lock_super pushdown
by Christoph Hellwig
· 15 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
8c85e12
remove ->write_super call in generic_shutdown_super
by Christoph Hellwig
· 16 years ago
21bea49
fat: split fat_generic_ioctl
by Christoph Hellwig
· 15 years ago
85c7859
FAT: add 'errors' mount option
by Denis Karpov
· 15 years ago
d29a2e9
vfat: Note the NLS requirement
by Alan Cox
· 16 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
aac49b7
fs/fat: return f_fsid for statfs(2)
by Coly Li
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
ce6cdc4
constify dentry_operations: FAT
by Al Viro
· 16 years ago
3a95ea1
Fix _fat_bmap() locking
by OGAWA Hirofumi
· 16 years ago
1c6ace0
fs/Kconfig: move fat out
by Alexey Dobriyan
· 16 years ago
ec270e5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
by Linus Torvalds
· 16 years ago
2b82892
Merge branch 'master' into next
by James Morris
· 16 years ago
f0ce7ee
CRED: Wrap task credential accesses in the FAT filesystem
by David Howells
· 16 years ago
5a6bb10
fat: make sure to set d_ops in fat_get_parent
by Christoph Hellwig
· 16 years ago
985eafc
fat: fix duplicate addition of ->llseek handler
by OGAWA Hirofumi
· 16 years ago
ebeb040
fat: drop negative dentry on rename() path
by OGAWA Hirofumi
· 16 years ago
c330293
fat: i_blocks warning fix
by OGAWA Hirofumi
· 16 years ago
9ca59f4
fat: ->i_pos race fix
by OGAWA Hirofumi
· 16 years ago
2bdf67e
fat: mmu_private race fix
by OGAWA Hirofumi
· 16 years ago
0e75f5d
fat: Add printf attribute to fat_fs_panic()
by OGAWA Hirofumi
· 16 years ago
fa93ca1
fat: Fix _fat_bmap() race
by OGAWA Hirofumi
· 16 years ago
dfc209c
fat: Fix ATTR_RO for directory
by OGAWA Hirofumi
· 16 years ago
9183482
fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0
by OGAWA Hirofumi
· 16 years ago
9c0aa1b
fat: Cleanup FAT attribute stuff
by OGAWA Hirofumi
· 16 years ago
Next »