Whamcloud - gitweb
Land b1_4_smallfix onto b1_4 (20040720_0138)
authoradilger <adilger>
Tue, 20 Jul 2004 16:11:04 +0000 (16:11 +0000)
committeradilger <adilger>
Tue, 20 Jul 2004 16:11:04 +0000 (16:11 +0000)
commitec85b949b21e59ded860211631efa62829cab963
treec862edb202c66c3755275283f5f9e1c49f3292d3
parentbf5ce0253c1d6693a6d869ca74047a6d3115627e
Land b1_4_smallfix onto b1_4 (20040720_0138)
- don't hold llog sem during network request (3652)
- update server last transno after client disconnects (2525)
- replace config semaphore with spinlock (3306)
- don't allow multiple threads in OSC recovery(3812)
- don't close LustreDB during write_conf until it is done (3860)
- fix typo in lconf for_each_profile (3821)
- allow dumping logs from multiple threads at one time (3820)
- drop dentry ref in ext3_add_link from open_connect_dentry (3266)
- free recovery state on server during a forced cleanup (3571)
- unregister_reply for resent reqs (3063)
- loop back devices mounting and status check on 2.6 (3563)
- fix resource-creation race that can provoke i_size == 0 (3513)
- don't try to use bad inodes returned from MDS/OST fs lookup (3688)
- more debugging for page-accounting assertion (3746)
- return -ENOENT instead of asserting if ost getattr+unlink race (3558)
- avoid deadlock after precreation failure (3758)
- fix race and lock order deadlock in orphan handling (3450, 3750)
- add /proc/.../recovery_status to obdfilter (3428)
- lightweight CDEBUG infrastructure, debug daemon (3668)
- change default OSC RPC parameters to be better on small clusters
- turn off OST read cache for files smaller than 32MB
lustre/kernel_patches/patches/lookup_bdev_init_intent.patch [new file with mode: 0644]
lustre/kernel_patches/patches/nfs-cifs-intent-2.6-vanilla.patch [new file with mode: 0644]
lustre/kernel_patches/patches/uml-2.6.7-01-bb2.patch [new file with mode: 0644]
lustre/kernel_patches/patches/vfs_races-2.6-vanilla.patch [new file with mode: 0644]
lustre/tests/rename_many.c