Fix nfsd truncation of readdir results
[safe/jmp/linux-2.6] / fs /
2008-11-09 Doug NazarFix nfsd truncation of readdir results
2008-10-30 Chuck LeverNLM: Set address family before calling nlm_host_rebooted()
2008-10-30 J. Bruce Fieldsnfsd: fix failure to set eof in readdir in some situations
2008-10-26 Davide Libenziepoll: avoid double-inserts in case of EFAULT
2008-10-26 Arjan van de Venselect: deal with math overflow from borderline valid...
2008-10-26 Theodore Ts'oext4: Fix duplicate entries returned from getdents...
2008-10-26 Theodore Ts'oext3: Fix duplicate entries returned from getdents...
2008-10-23 Linus TorvaldsMerge branch 'proc' of git://git./linux/kernel/git...
2008-10-23 Christoph Hellwigext4: remove unused variable in ext4_get_parent
2008-10-23 Linus Torvaldsext3 quota support: fix compile failure
2008-10-23 Linus TorvaldsMerge branch 'v28-range-hrtimers-for-linus-v2' of git...
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-10-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-10-23 Linus TorvaldsMerge branch 'for-2.6.28' of git://linux-nfs.org/~bfiel...
2008-10-23 Duane Griffinjbd: abort instead of waiting for nonexistent transactions
2008-10-23 Hidehiro Kawaijbd: test BH_Write_EIO to detect errors on metadata...
2008-10-23 Hidehiro Kawaiext3: add checks for errors from jbd
2008-10-23 Hidehiro Kawaijbd: fix error handling for checkpoint io
2008-10-23 Alexey Dobriyanproc: remove fs/proc/proc_misc.c
2008-10-23 Alexey Dobriyanproc: move /proc/vmcore creation to fs/proc/vmcore.c
2008-10-23 Alexey Dobriyanproc: move pagecount stuff to fs/proc/page.c
2008-10-23 Alexey Dobriyanproc: move all /proc/kcore stuff to fs/proc/kcore.c
2008-10-23 Alexey Dobriyanproc: move /proc/schedstat boilerplate to kernel/sched_...
2008-10-23 Alexey Dobriyanproc: move /proc/modules boilerplate to kernel/module.c
2008-10-23 Alexey Dobriyanproc: move /proc/diskstats boilerplate to block/genhd.c
2008-10-23 Alexey Dobriyanproc: move /proc/zoneinfo boilerplate to mm/vmstat.c
2008-10-23 Alexey Dobriyanproc: move /proc/vmstat boilerplate to mm/vmstat.c
2008-10-23 Alexey Dobriyanproc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
2008-10-23 Alexey Dobriyanproc: move /proc/buddyinfo boilerplate to mm/vmstat.c
2008-10-23 Alexey Dobriyanproc: move /proc/vmallocinfo to mm/vmalloc.c
2008-10-23 Alexey Dobriyanproc: move /proc/slabinfo boilerplate to mm/slub.c...
2008-10-23 Alexey Dobriyanproc: move /proc/slab_allocators boilerplate to mm...
2008-10-23 Alexey Dobriyanproc: move /proc/interrupts boilerplate code to fs...
2008-10-23 Alexey Dobriyanproc: move /proc/stat to fs/proc/stat.c
2008-10-23 Alexey Dobriyanproc: move rest of /proc/partitions code to block/genhd.c
2008-10-23 Alexey Dobriyanproc: move /proc/cpuinfo code to fs/proc/cpuinfo.c
2008-10-23 Alexey Dobriyanproc: move /proc/devices code to fs/proc/devices.c
2008-10-23 Alexey Dobriyanproc: move rest of /proc/locks to fs/locks.c
2008-10-23 Alexey Dobriyanproc: move /proc/kmsg creation to fs/proc/kmsg.c
2008-10-23 Alexey Dobriyanproc: remove remnants of ->read_proc in proc_misc.c
2008-10-23 Alexey Dobriyanproc: move /proc/execdomains to kernel/exec_domain.c
2008-10-23 Alexey Dobriyanproc: switch /proc/cmdline to seq_file
2008-10-23 Alexey Dobriyanproc: move /proc/filesystems to fs/filesystems.c
2008-10-23 Alexey Dobriyanproc: move /proc/stram to m68k-specific code
2008-10-23 Alexey Dobriyanproc: move /proc/hardware to m68k-specific code
2008-10-23 Alexey Dobriyanproc: switch /proc/version to seq_file
2008-10-23 Alexey Dobriyanproc: switch /proc/meminfo to seq_file
2008-10-23 Alexey Dobriyanproc: switch /proc/uptime to seq_file
2008-10-23 Alexey Dobriyanproc: switch /proc/loadavg to seq_file
2008-10-23 Arjan van de Venproc: use WARN() rather than printk+backtrace
2008-10-23 Alexey Dobriyanproc: spread __init
2008-10-23 Alexey Dobriyanproc: proc_init_inodecache() can't fail
2008-10-23 Joe Kortyproc: fix vma display mismatch between /proc/pid/{maps...
2008-10-23 Arjan van de Ven[PATCH] fs: add a sanity check in d_free
2008-10-23 Miklos Szeredi[patch] vfs: make security_inode_setattr() calling...
2008-10-23 Adrian Bunk[patch 1/3] FS_MBCACHE: don't needlessly make it built-in
2008-10-23 Miklos Szeredi[PATCH] move executable checking into ->permission()
2008-10-23 Qinghuang Feng[PATCH] fs/dcache.c: update comment of d_validate()
2008-10-23 Dan Williams[RFC PATCH] touch_mnt_namespace when the mount flags...
2008-10-23 Christoph Hellwig[PATCH] reiserfs: add missing llseek method
2008-10-23 Christoph Hellwig[PATCH] fix ->llseek for more directories
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from...
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_...
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 2/6] vfs: add d_ancestor()
2008-10-23 OGAWA Hirofumi[PATCH vfs-2.6 1/6] vfs: replace parent == dentry-...
2008-10-23 Al Viro[PATCH] get rid of on-stack dentry in udf
2008-10-23 Alexey Dobriyan[PATCH 2/2] anondev: switch to IDA
2008-10-23 Alexey Dobriyan[PATCH 1/2] anondev: init IDR statically
2008-10-23 David Woodhouse[JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup()
2008-10-23 David Woodhouse[PATCH] Optimise NFS readdir hack slightly.
2008-10-23 Al Viro[PATCH] prepare vfs_readdir() callers to returning...
2008-10-23 Al Viro[PATCH] get rid of on-stack dentry in ext2_get_parent()
2008-10-23 Al Viro[PATCH] get rid of on-stack fake dentry in ext3_get_par...
2008-10-23 David Woodhouse[JFFS2] Reinstate NFS exportability
2008-10-23 David Woodhouse[PATCH] Remove XFS buffered readdir hack
2008-10-23 David Woodhouse[PATCH] Copy XFS readdir hack into nfsd code.
2008-10-23 David Woodhouse[PATCH] Factor out nfsd_do_readdir() into its own function
2008-10-23 Al Viro[PATCH] reduce the stack footprint of exportfs_decode_fh()
2008-10-23 Christoph Hellwig[PATCH] kill d_alloc_anon
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-23 Christoph Hellwig[PATCH] new helper: d_obtain_alias
2008-10-23 Christoph Hellwig[PATCH] generic_file_llseek tidyups
2008-10-23 Christoph Hellwig[PATCH] tidy up chrdev_open
2008-10-23 Christoph Hellwig[PATCH] hpfs: cleanup ->setattr
2008-10-23 Al Viro[PATCH] make O_EXCL in nd->intent.flags visible in...
2008-10-23 Al Viro[PATCH] get rid of path_lookup_create()
2008-10-23 Al Viro[PATCH] assorted path_lookup() -> kern_path() conversions
2008-10-23 Al Viro[PATCH] switch nfsd to kern_path()
2008-10-23 Al Viro[PATCH] sanitize svc_export_parse()
2008-10-23 Al Viro[PATCH] switch quota_on-related stuff to kern_path()
2008-10-23 Al Viro[PATCH] no need for noinline stuff in fs/namespace...
2008-10-23 Al Viro[PATCH] finally get rid of nameidata in namespace.c
2008-10-23 Al Viro[PATCH] new helper - kern_path()
2008-10-23 Jeff Laytoncifs: handle the TCP_Server_Info->tsk field more carefully
2008-10-23 Jeff Laytoncifs: fix unlinking of rename target when server doesn...
2008-10-23 Steve French[CIFS] improve setlease handling
next