- Jun 08, 2007
-
-
Andreas Dilger authored
Remove the extra checkstat call, which should have been removed with the landing of the original patch. b=10818 b=12623 i=scjody i=nathan
-
mjmac authored
i=scjody i=adilger * Create a lustre-tests RPM that includes stuff from lustre/tests
-
Johann Lombardi authored
remove fs_prep_san_write operation b=11039 i=adilger i=nathan
-
Johann Lombardi authored
use PF_SYNCWRITE only with kernels having this flag attachment 10735 b=11039 i=adilger i=shadow
-
- Jun 07, 2007
-
-
scjody authored
-
Nathan Rutman authored
fix 2.6.10 uml compile
-
komaln authored
i= Nathan, Kalpak 1) merged vfs_stats to stats file. 2) changed stats file to be used under differebt modes (all process, specific GID, PID or PPID) 3) replaced ll_lock by new locks for ll_rw_stats_tally. 4) Turn on collection of statistics ll_rw_stats_tally only when a special character is echoed into any of the extents_stats, extents_stats_per_process, offset_stats files.
-
kalpak authored
i=nathan, komal brw_stats were being printed as log2 but all of them were not recorded as log2. Also remove some code duplication arising from filter_tally_{read,write}.
-
Wang Di authored
The catlog should be initialized anyway even in recovery. b=12086 i=nathan i=adilger
-
- Jun 06, 2007
-
-
Oleg Drokin authored
r=eeb,adilger,nic(original author) Insert cond_resched in ptlrpc_main to give other threads a chance to use some cp u.
-
- Jun 05, 2007
-
-
scjody authored
Update to match reality
-
Johann Lombardi authored
Release the module reference in ll_kern_mount() b=12546 i=green i=shadow
-
- Jun 02, 2007
-
-
Andreas Dilger authored
Fix up error message for the case where a client hits a bogus checksum error. This only happens during mmap IO, and can be seen when the client-side checksum matches the new checksum found on the server, or has changed again since the message was originally sent. In preparation for turning checksumming on by default. b=11742 i=scjody i=adilger (behlendorf original patch)
-
- Jun 01, 2007
-
-
Andreas Dilger authored
Update supported patchless client list. b=11547
-
komaln authored
r=Adilger, Nathan. Prevent machine freeze when echo into proc/fs/lustre/llite/*/extents_stats
-
Andreas Dilger authored
Don't actually need a cast for this.
-
- May 31, 2007
-
-
Nathan Rutman authored
-
Andreas Dilger authored
Always send IO to OST_IO_PORTAL regardless of what the default portal is. Was previously broken for echo_client on catamount, but would also break on 1.8 once the default request portal is REQPORTAL. Detect if OST_WRITE or OST_READ requests go to non-IO portals, as that would LBUG the server due to lack of IO buffers. b=11813 i=green i=shadow
-
Andreas Dilger authored
Return errors from ioctl(), unlike setup_obd_uuids(). b=11757 i=kalpak
-
deen authored
of blkdev_put(). - revome ext3-wantedi-misc-2.6-suse.patch from fc5/fc3 series. b=11971 i=adilger i=nathan
-
Andreas Dilger authored
Don't even try to connect to the MGC if we are passed an old-style profile. b=11691 i=nathan
-
Nathan Rutman authored
-
Nathan Rutman authored
check for mount err. Bad nathan, no inspection.
-
Wang Di authored
typo fixes in test_60c
-
Wang Di authored
Add test case for b12556. b=12556 i=green i=nathan
-
Wang Di authored
Branch:b1_4 set cat log bitmap only after create log success b=12556 i=green i=nathan
-
Wang Di authored
Checking intent error before release open handle. b=11935 i=adilger i=green
-
- May 30, 2007
-
-
Andreas Dilger authored
Connect the echo client with the separate REQPORTAL feature. This ensures that IO requests are sent to the IO portal, since liblustre clients (and eventually 1.8) default to connecting to the REQPORTAL and will send IO requests there incorrectly. b=11813 i=green i=shadow
-
scjody authored
Accept the old ost_num_threads parameter but warn that it is deprecated, and fix an off-by-one error that caused an LBUG. Original patch by adilger. b=12470 i=nathan i=scjody
-
Nathan Rutman authored
i=nathan i=adilger don't unlock twice. patch by wangdi
-
Nathan Rutman authored
i=scjody i=brian modify do_node to work remotely
-
Wang Di authored
Add grant check in sanityN.sh for each test case. b=11662 i=adilger i=green
-
Wang Di authored
Grant the space immediately for ungrant I/O req to avoid grant space > left available space. b=11662 i=adilger i=green
-
Wang Di authored
clear grant info when osc do resent and replay bulk write. b=11662 i=adilger i=green
-
kalpak authored
i=adilger i=Johann Remove the #ifdef HAVE_DISK_INODE_VERSION in lustre_fsfilt.h and have the fsfilt_{get, set}_version return -EOPNOTSUPP if the operation is not supported.
-
Wang Di authored
Branch: b1_6 The dir might have multi-aliases, the subdir of all of these aliases should be iterated and its subdir negative dentries should be dropped. b=12123 i=green i=shadow
-
Johann Lombardi authored
Use ext3_journal_start/stop (through fsfilt_ext3_journal_start/stop()) instead of journal_start/stop. + Fix SLES9 build issue. b=11743 i=alex i=adilger
-
- May 29, 2007
-
-
Andreas Dilger authored
Minor cleanups to tests, improved error messages. b=12560 i=scjody
-
Andreas Dilger authored
Fix /proc/fs/lustre/devices on PPC systems. b=12234 i=nathan i=scjody
-
Nathan Rutman authored
better "options lnet" grabbing
-