Whamcloud - gitweb
Land b1_2_smallfix onto b1_2 (20041023_1457)
authoradilger <adilger>
Sat, 23 Oct 2004 21:15:41 +0000 (21:15 +0000)
committeradilger <adilger>
Sat, 23 Oct 2004 21:15:41 +0000 (21:15 +0000)
commit63e5688b52d47e2e40e2800b58b1bfff9c9cc704
tree72290da6eaae9cfc431e3122037bca5650c51e92
parent75939e4a09fd164e40870967e280e52f775c17cd
Land b1_2_smallfix onto b1_2 (20041023_1457)
- allocate qswnal tx descriptors singly to avoid fragmentation (4504)
- don't LBUG on obdo_alloc() failure, use OBD_SLAB_ALLOC() (4800)
- fix NULL dereference in /proc/sys/portals/routes (4827)
- allow failed mdc_close() operations to be interrupted (4561)
- stop precreate on OST before MDS would time out on it (4778)
- don't send partial-page writes before EOF from client (4410)
- discard client grant for sub-page writes on large-page clients (4520)
- don't free dentries not owned by NFS code, check generation (4806)
- fix lsm leak if mds_create_objects() fails (4801)
- limit debug_daemon file size, always print CERROR messages (4789)
- use transno after validating reply (3892)
- process timed out requests if import state changes (3754)
- update mtime on OST during writes, return in glimpse (4829)
84 files changed:
ldiskfs/kernel_patches/patches/ext3-extents-2.6.5.patch
lnet/klnds/qswlnd/qswlnd.c
lnet/klnds/qswlnd/qswlnd.h
lnet/libcfs/proc.c
lnet/libcfs/tracefile.c
lnet/libcfs/tracefile.h
lnet/router/proc.c
lnet/utils/debug.c
lustre/ChangeLog
lustre/configure.in
lustre/include/linux/lustre_export.h
lustre/include/linux/lustre_lib.h
lustre/include/linux/lustre_net.h
lustre/include/linux/obd_class.h
lustre/kernel_patches/patches/configurable-x86-stack-2.4.20.patch
lustre/kernel_patches/patches/configurable-x86-stack-2.4.21-suse-171.patch
lustre/kernel_patches/patches/ext3-extents-2.6.5.patch
lustre/kernel_patches/patches/ext3-extents-2.6.7.patch
lustre/kernel_patches/patches/ext3-mballoc2-2.6.7.patch
lustre/kernel_patches/patches/nfs_export_kernel-2.4.20-hp.patch
lustre/kernel_patches/patches/nfs_export_kernel-2.4.20-rh.patch
lustre/kernel_patches/patches/nfs_export_kernel-2.4.20.patch
lustre/kernel_patches/patches/nfs_export_kernel-2.4.21-chaos.patch
lustre/kernel_patches/patches/nfs_export_kernel-2.4.21-suse2.patch
lustre/kernel_patches/patches/nfs_export_kernel-2.4.22-rh.patch
lustre/kernel_patches/patches/nfs_export_kernel-2.4.22.patch
lustre/kernel_patches/series/2.6-vanilla.series
lustre/kernel_patches/series/ldiskfs-2.6-vanilla.series
lustre/kernel_patches/series/suse-2.4.21-171
lustre/kernel_patches/series/vanilla-2.4.24
lustre/ldlm/ldlm_lib.c
lustre/ldlm/ldlm_lockd.c
lustre/liblustre/rw.c
lustre/llite/dcache.c
lustre/llite/file.c
lustre/llite/llite_lib.c
lustre/llite/llite_nfs.c
lustre/llite/lproc_llite.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/lov/lov_obd.c
lustre/lvfs/fsfilt_ext3.c
lustre/mdc/mdc_locks.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_fs.c
lustre/mds/mds_open.c
lustre/mds/mds_reint.c
lustre/obdclass/llog.c
lustre/obdclass/lprocfs_status.c
lustre/obdclass/obd_config.c
lustre/obdfilter/filter.c
lustre/obdfilter/filter_io.c
lustre/obdfilter/filter_io_24.c
lustre/obdfilter/filter_io_26.c
lustre/obdfilter/filter_log.c
lustre/obdfilter/lproc_obdfilter.c
lustre/osc/lproc_osc.c
lustre/osc/osc_create.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ost/ost_internal.h [new file with mode: 0644]
lustre/portals/knals/qswnal/qswnal.c
lustre/portals/knals/qswnal/qswnal.h
lustre/portals/libcfs/proc.c
lustre/portals/libcfs/tracefile.c
lustre/portals/libcfs/tracefile.h
lustre/portals/router/proc.c
lustre/portals/utils/debug.c
lustre/ptlrpc/client.c
lustre/ptlrpc/import.c
lustre/ptlrpc/niobuf.c
lustre/ptlrpc/service.c
lustre/tests/acceptance-small.sh
lustre/tests/conf-sanity.sh
lustre/tests/llmount.sh
lustre/tests/llrmount.sh
lustre/tests/oos.sh
lustre/tests/oos2.sh
lustre/tests/sanity.sh
lustre/tests/sanityN.sh
lustre/tests/test-framework.sh
lustre/tests/utime.c
lustre/utils/llmount.c