index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fat
/
dir.c
Commit message (
Expand
)
Author
Age
*
fat: convert to unlocked_ioctl
Arnd Bergmann
2010-05-16
*
fat: use pack_hex_byte() instead of custom one
Andy Shevchenko
2010-03-15
*
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2009-06-16
|
\
|
*
NLS: update handling of Unicode
Alan Stern
2009-06-16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
2009-06-16
|
\
\
|
|
/
|
/
|
|
*
FAT: add 'errors' mount option
Denis Karpov
2009-06-03
*
|
Sanitize ->fsync() for FAT
Al Viro
2009-06-11
|
/
*
fat: fix duplicate addition of ->llseek handler
OGAWA Hirofumi
2008-11-11
*
fat: i_blocks warning fix
OGAWA Hirofumi
2008-11-06
*
fat: mmu_private race fix
OGAWA Hirofumi
2008-11-06
*
fat: cleanup fat_parse_long() error handling
Darren Jenkins
2008-11-06
*
fat: use generic_file_llseek() for directory
OGAWA Hirofumi
2008-11-06
*
fat: Fix and cleanup timestamp conversion
OGAWA Hirofumi
2008-11-06
*
fat: split include/msdos_fs.h
OGAWA Hirofumi
2008-11-06
*
[PATCH] fix ->llseek for more directories
Christoph Hellwig
2008-10-23
*
fatfs: add UTC timestamp option
Joe Peterson
2008-07-25
*
fat: small optimization to __fat_readdir()
OGAWA Hirofumi
2008-07-25
*
fat: use same logic in fat_search_long() and __fat_readdir()
OGAWA Hirofumi
2008-07-25
*
fat: cleanup fs/fat/dir.c
OGAWA Hirofumi
2008-07-25
*
fat/dir.c: switch to struct __fat_dirent
Adrian Bunk
2008-07-25
*
Replace BKL with superblock lock in fat/msdos/vfat
Linus Torvalds
2008-06-20
*
fat: use __getname()
OGAWA Hirofumi
2008-04-28
*
vfat: bug fix for vfat cannot handle filename with 255
Keith Mok
2008-04-28
*
fat: gcc 4.3 warning fix
OGAWA Hirofumi
2007-07-16
*
fat: fix VFAT compat ioctls on 64-bit systems
OGAWA Hirofumi
2007-05-08
*
[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
2006-12-08
*
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
David Howells
2006-10-03
*
[PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [...
David Howells
2006-09-30
*
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
2006-03-28
*
It's UTF-8
Alexey Dobriyan
2006-03-21
*
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-09
*
[PATCH] fat: support ->direct_IO()
OGAWA Hirofumi
2006-01-08
*
[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
OGAWA Hirofumi
2006-01-08
*
[PATCH] fat: use sb_find_get_block() instead of sb_getblk()
OGAWA Hirofumi
2006-01-08
*
[PATCH] fat: Remove duplicate directory scanning code
Pekka Enberg
2005-10-30
*
[PATCH] fat: cleanup and optimization of checksum
OGAWA Hirofumi
2005-10-30
*
[PATCH] Speedup FAT filesystem directory reads
Karsten Wiese
2005-09-07
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16